Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.057.188 Times

Teaching Character Counts software
Filter: All | Freeware | Demo
 

Teaching Character Counts

< 1 2 3 4 5 
Released: July 06, 2005  |  Added: July 07, 2008 | Visits: 4.193

Just BASIC Just BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger, and a customizable GUI editor. Large online...



Platforms: Windows

License: Freeware Size: 2.57 MB Download (1096): Just BASIC Download

Added: January 18, 2010 | Visits: 2.311

Learn Words Learn Words project is a tool for teaching words in foreign languages. Once words and their meanings have been entered, the computer quizzes you and shows how many errors you made..





Platforms: *nix

License: Freeware Size: 66.56 KB Download (194): Learn Words Download

Released: January 01, 2009  |  Added: April 29, 2014 | Visits: 4.537

SimpleOCR Convert your scanned images to text files or Word documents with SimpleOCR--the OCR (Optical Character Recognition) application that is completely free. SimpleOCR is also a royalty-free developer toolkit (aka SDK or API) that you may use to add OCR to your custom software application....


Platforms: Windows

License: Freeware Size: 9.29 MB Download (1337): SimpleOCR Download

Added: August 31, 2008 | Visits: 824

TexTally Word Line and Character Counter TexTally is a tool to assist typists to count the number of words, lines or characters in any document. If required TexTally can also be used to calculate a dollar amount based on a formula that you enter for billing purposes. This data can also be exported to a CSV file including the date, the...


Platforms: Windows

License: Freeware Size: 188 KB Download (117): TexTally Word Line and Character Counter Download

Added: January 18, 2010 | Visits: 843

Termlock Termlock project blanks a curses compatible character terminal (e.g. xterm, eterm, PuTTY, konsole, dtterm, etc ...) and locks it. To unlock the terminal a password must be entered. The password, or rather the password hash, is stored in ~/.termlock. Basically its like a password protected...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Termlock Download

Added: September 16, 2010 | Visits: 1.361

Lingua::RU::Charset Lingua::RU::Charset is a Perl extension for detecting and converting various russian character sets: KOI8-r, Windows-1251, CP866, ISO-8859-5, X-Mac-Cyrillic, russian text in english letters, russian part of Unicode and UTF-8. Lingua::RU::Charset module can be especially useful for computers with...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Lingua::RU::Charset Download

Added: January 02, 2010 | Visits: 1.892

GNU Ocrad GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages. Ocrad can be used as a stand-alone console application,...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (125): GNU Ocrad Download

Added: September 12, 2010 | Visits: 1.479

Convert::CharMap Convert::CharMap is a Perl module that can conversion between Unicode Character Maps. SYNOPSIS use Convert::CharMap; my $map = Convert::CharMap->load(CharMapML => test.xml); $map->save(UCM => test.ucm); This module transforms between unicode character map formats, using an in-memory...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Convert::CharMap Download

Added: June 12, 2010 | Visits: 1.160

Unicode::MapUTF8 Unicode::MapUTF8 is a Perl module with conversions to and from arbitrary character sets and UTF8. SYNOPSIS use Unicode::MapUTF8 qw(to_utf8 from_utf8 utf8_supported_charset); # Convert a string in ISO-8859-1 to UTF8 my $output = to_utf8({ -string => An example, -charset => ISO-8859-1 });...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (113): Unicode::MapUTF8 Download

Added: October 05, 2013 | Visits: 790

QuesoGLC QuesoGLC is a free (as in free speech) implementation of the OpenGL Character Renderer (GLC). QuesoGLC is based on the FreeType library, provides Unicode support and is designed to be easily ported to any platform that supports both FreeType and the OpenGL API.


Platforms: *nix

License: Freeware Size: 3.25 MB Download (90): QuesoGLC Download

Added: September 24, 2010 | Visits: 1.209

Cal3D Cal3d project is a skeletal based 3d character animation library written in C++ in a platform-/graphic API-independent way. Originally designed to be used in a 3d client for Worldforge, it evolved into a stand-alone product which can be used in many different kinds of projects. Cal3D is an...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (185): Cal3D Download

Added: March 20, 2010 | Visits: 976

Encode Encode is a Perl module created to deal with character encodings. SYNOPSIS use Encode; Table of Contents Encode consists of a collection of modules whose details are too big to fit in one document. This POD itself explains the top-level APIs and general topics at a glance. For other...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (106): Encode Download

Added: June 08, 2010 | Visits: 1.307

WoW Companion WoW Companion is a Java client and server used to centrally store item, character and other data for World of Warcraft. Data is made available via the Web in XML and other formats. Frontends for displaying character profiles are also included.. Get WoW Companion at SourceForge.net. Fast, secure...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (177): WoW Companion Download

Added: February 16, 2010 | Visits: 1.308

JRainWords JRainWords project is a utility which aids in teaching children how to use a computer keyboard. JRainWords is a small educational tool I have developed for my nephews. JRainWords is a Java program useful in teaching children how to use a computer keyboard. It works with Linux, Windows and...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (122): JRainWords Download

Added: January 09, 2010 | Visits: 1.040

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit Download

Added: April 24, 2010 | Visits: 756

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: August 05, 2010 | Visits: 1.332

PHP StatIt 4 PHP StatIt keeps track of visitor counts and other visitor information such as system, browser, referral domains, screen resolution, color, etc. PHP StatIt script features a Web-based statistics page and statistics available in three languages. Installation and configuration are simple..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (114): PHP StatIt 4 Download

Added: June 14, 2010 | Visits: 1.121

WeOCR WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems. A WeOCR server receives document images from users, recognizes text in the images, and returns recognition results to the users. WeOCR does not have its own character recognition engine. Instead, it is...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (192): WeOCR Download

Added: September 16, 2010 | Visits: 943

MathML::Entities MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References. SYNOPSIS use MathML::Entities; $html = © by me; # convert named HTML entities to character references: $numeric = name2numbered($html); # © by me # convert named HTML...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): MathML::Entities Download

Added: November 08, 2010 | Visits: 1.100

rq4gen rq4gen project is a player character generation tool for RuneQuest. rq4gen is a tool for generating player characters for the role-playing game RuneQuest4, which was never published. We acknolewdge that any player using this version of RQ normally has a very customized rules set, so instead...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): rq4gen Download

< 1 2 3 4 5