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.335.260 Times

Unicode Typing freeware
Filter: All | Freeware | Demo
 

Unicode Typing

1 2 3 4 5 > 
Released: January 17, 2007  |  Added: January 21, 2007 | Visits: 5.205

MaxType LITE Typing Tutor MaxType LITE typing tutor is a free multifunctinal typing tester for Windows. This program allows you not only to test and practice your typing skills with any *.txt file, but to print out your test diplomas (statistical data will give you the information about 20 (!) parameters of your typing)...



Platforms: Windows

License: Freeware Size: 2.28 MB Download (938): MaxType LITE Typing Tutor Download

Released: October 02, 2006  |  Added: January 08, 2007 | Visits: 5.014

Touch Typing Technology test Test your touch typing skills with this cool, short test! Learn to type now with a fast and easy software! unique program- guarantees excellent results! Touch Typing Technology has been training people to touch type since 1984. During this time, hundreds of thousands of satisfied customers have...





Platforms: Windows, Mac, *nix

License: Freeware Size: 5.41 MB Download (453): Touch Typing Technology test Download

Released: October 14, 2008  |  Added: April 21, 2014 | Visits: 206.185

RapidTyping Typing Tutor Learn how to use your keyboard and improve your typing skills in a fun and entertaining way for absolutely free. RapidTyping Typing Tutor is designed to teach adults and kids to use their computer keyboard more efficiently than ever. Learning to type is fun with the typing game included with...


Platforms: Windows, Windows 7, Windows 8

License: Freeware Size: 1022.17 KB Download (3658): RapidTyping Typing Tutor Download

Added: June 12, 2010 | Visits: 1.164

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 (119): Unicode::MapUTF8 Download

Added: July 23, 2010 | Visits: 1.340

Unicode Utilities Unicode Utilities project are a set of programs for manipulating and analyzing Unicode text. uniname defaults to printing the character offset of each character, its byte offset, its hex code value, its encoding, the glyph itself, and its name. Command line options allow undesired information to...


Platforms: *nix

License: Freeware Size: 256 KB Download (103): Unicode Utilities Download

Added: November 22, 2010 | Visits: 1.032

Unicode::Unihan Unicode::Unihan is the Unihan Data Base 5.0.0. SYNOPSIS use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("x{5c0f}x{98fc}x{5f3e}"), "n"; ABSTRACT This module provides a user-friendly interface to the Unicode Unihan Database 3.2. With this module, the...


Platforms: *nix

License: Freeware Size: 4.9 MB Download (111): Unicode::Unihan Download

Added: April 09, 2010 | Visits: 1.029

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Unicode::Overload Download

Added: March 06, 2010 | Visits: 1.019

Unicode::Map8 Unicode::Map8 is a mapping table between 8-bit chars and Unicode. SYNOPSIS require Unicode::Map8; my $no_map = Unicode::Map8->new("ISO646-NO") || die; my $l1_map = Unicode::Map8->new("latin1") || die; my $ustr = $no_map->to16("V}re norske tegn b|r {resn"); my $lstr = $l1_map->to8($ustr);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Unicode::Map8 Download

Added: April 24, 2010 | Visits: 1.111

Unicode::Escape Unicode::Escape is a Perl module with escape and unescape Unicode characters other than ASCII. SYNOPSIS # Escape Unicode charactors like u3042u3043u3044. # JSON thinks No more Garble!! # case 1 use Unicode::Escape; my $escaped1 = Unicode::Escape::escape($str1, euc-jp); # $str1 contains...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (116): Unicode::Escape Download

Added: October 16, 2010 | Visits: 1.129

rxvt-unicode rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input and output. rxvt-unicode also supports mixing multiple fonts at the same time, including Xft fonts..


Platforms: *nix

License: Freeware Size: 880.64 KB Download (149): rxvt-unicode Download

Added: November 09, 2013 | Visits: 2.027

Typing Trainer Typing Trainer is an application suite that is directed towards students, from the novice to those who have the basic knowledge of the kebyoard finger layout, and want to train and exercise their expertese in typing. The design of the latter program, also allows for an environment where students...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (313): Typing Trainer Download

Added: January 16, 2010 | Visits: 1.674

ustring C++ Unicode library ustring is a C++ library to implement the complete Unicode 3.0 standard. It gives an easy access to the properties of each of the 10600 characters defined by the Unicode 3.0 standard, including the uppercase and lowercase mapping, category and subcategory, character name, and bidirectional...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (140): ustring C++ Unicode library Download

Added: February 22, 2010 | Visits: 1.075

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: January 12, 2010 | Visits: 1.173

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: November 21, 2010 | Visits: 970

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e....


Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Added: September 12, 2010 | Visits: 1.604

Makin Bakon Typing Tutor Makin Bakon Typing Tutor project is a terminal-based typing tutor game written in C++ (with STL) and Curses. It contains both structured and fortune-based lessons. Learn to type to a professional standard while youre saving Pigs bacon! Warning: Includes material that may offend.. Get...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (136): Makin Bakon Typing Tutor Download

Released: July 03, 2011  |  Added: July 04, 2011 | Visits: 3.594

WinPST Ansi PST to Unicode Converter WinPST Ansi PST to Unicode Converter is simple yet powerful PST conversion tool to convert Ansi PST to Unicode PST and Vice versa. Software efficiently performs: Convert ANSI PST file to Unicode PST file: Microsoft Outlook 2003, 2007 and 2010 have a larger overall size limit 20 gigabytes...


Platforms: Windows

License: Freeware Size: 1.67 MB Download (962): WinPST Ansi PST to Unicode Converter Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 631

Unicode Viewer Unicode Viewer is a small applet used to test your computer's Unicode support and your font's support for particular characters, or as a learning to to explore the Unicode character set. Displays in Courier, TimesRoman, Symbol, Dialog and Helvetica. for Windows2K, XP, Vista


Platforms: Windows, XP, Windows Vista

License: Freeware Download (474): Unicode Viewer Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 872

Fast Rabbit Typing for Mac OS 15 categories of practice, 3 difficulty levels, and 5 game play modes to help with typing practice. Improve speed and accuracy with Fast Rabbit Typing.


Platforms: Mac

License: Freeware Size: 5.5 MB Download (483): Fast Rabbit Typing for Mac OS Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 824

IPA Typing Assistant The IPA Typing Assistant is a simple utility designed to help input characters from the International Phonetic Alphabet into your computer programs. The IPA Typing Assistant uses an easy to use on-screen display to assist you in the selection of your desired character. The IPA Typing Assistant...


Platforms: Windows

License: Freeware Download (58): IPA Typing Assistant Download

1 2 3 4 5 >