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

Unicode Art freeware
Filter: All | Freeware | Demo
 

Unicode Art

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 826

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...



Platforms: *nix

License: Freeware Size: 36.86 KB Download (110): Devel::Graph Download

Released: August 09, 2003  |  Added: April 15, 2006 | Visits: 3.588

Lighthouse Art Screensaver The Free Lighthouse Art Screensaver by ScenicReflections.com features 100 stunning art pieces depicting beautiful and one-of-a-kind images of lighthouses from around the world - truly some of the most beautiful lighthouse art pieces you may ever see. This free lighthouse screensaver also features...





Platforms: Windows

License: Freeware Size: 13.81 MB Download (120): Lighthouse Art Screensaver Download

Added: January 18, 2010 | Visits: 3.974

Open Clip Art Library The Open Clip Art Library is a collection of royalty free (public domain) clip art in SVG format, enhanced with creative commons metadata. It can be redistributed with free software or closed software and with various software distributions. Whats New in This Release: - The collection now...


Platforms: *nix

License: Freeware Size: 120.8 MB Download (329): Open Clip Art Library Download

Added: June 12, 2010 | Visits: 1.162

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.337

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.029

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.028

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.018

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 (108): Unicode::Map8 Download

Added: April 24, 2010 | Visits: 1.110

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.128

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: January 05, 2010 | Visits: 1.246

GNOME Art GNOME Art is a frontend for art.gnome.org. The GNOME Art Collection written in ruby is a collection of tools for managing art from the art.gnome.org website. GNOME Art is the graphical frontend for art.gnome.org. Backgrounds and all themes can be downloaded and previewed. Backgrounds, icon...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (94): GNOME Art Download

Added: January 16, 2010 | Visits: 1.673

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.171

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: 967

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

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

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: June 27, 2012  |  Added: July 26, 2012 | Visits: 1.316

Indian Contemporary Art by Indian Artist Indian art is the centre of attraction in all over the world. But till few years ago people used to buy paintings only to decorate their houses. They didn’t have that much interest in various art forms. But now time has changed. Now people have more interest in Indian art and this is proved...


Platforms: Windows, iPhone,iPod,Java

License: Freeware Size: 1.97 MB Download (556): Indian Contemporary Art by Indian Artist Download

Released: September 04, 2012  |  Added: October 16, 2012 | Visits: 1.010

TV Art Player TV Art Player is a revolutionary tv art service that displays world-renowned fine art images accompanied by music. It also allows users to add their own messages - transforming any display connected to an internet-enabled PC into a dynamic infotainment gallery. Users can determine which...


Platforms: Windows

License: Freeware Size: 35 KB Download (88): TV Art Player Download

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

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: November 01, 2012  |  Added: November 01, 2012 | Visits: 831

Art of Illusion for Windows Art of Illusion is a free, open source 3D modelling and rendering studio. Many of its capabilities rival those found in commercial programs. Highlights include subdivision surface based modelling tools, skeleton based animation, and a graphical language for designing procedural textures and...


Platforms: Windows

License: Freeware Size: 8.31 MB Download (463): Art of Illusion for Windows Download

1 2 3 4 5 >