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

Text Animator Maker freeware
Filter: All | Freeware | Demo
 

Text Animator Maker

< 1 2 3 4 5 > 
Released: October 06, 2008  |  Added: October 10, 2008 | Visits: 2.458

Ease Text to Pdf Converter Ease Text to Pdf Converteris a free software designed to convert text to Adobe PDF files. It does NOT need Adobe Acrobat software.Convert Text documents to Pdf format, Fast, Accurate, Free . Support all Windows platforms, Win95/98/ME/NT/2000/XP/2003/Vista. Platforms: Windows

License: Freeware Size: 1.68 MB Download (187): Ease Text to Pdf Converter Download

Released: September 30, 2008  |  Added: November 13, 2008 | Visits: 1.634

Text Master If you want more power while working at text (TXT) files, Text Master is for you. It has all features you need to rule your text files. Some of the features are: Statistical analysis (letter and word frequencies), chat with other online users, making the text lowercase and uppercase, command... Platforms: Windows

License: Freeware Size: 533.78 KB Download (201): Text Master Download

Released: July 30, 2008  |  Added: November 26, 2008 | Visits: 2.281

DVD-Video Maker DVD-Video Maker aims to be a tool to convert various PC video formats to a DVD that can be played on pretty much any standalone DVD player. It's main target audience is people who know at least some basics about DVDs and videoaudio files. DVD-Video Maker is easy to use pretty interface. It can... Platforms: Windows

License: Freeware Size: 8.96 MB Download (1016): DVD-Video Maker Download

Released: December 24, 2008  |  Added: January 17, 2009 | Visits: 2.525

MSNexperts Three amazing Tools for MSN experts: .1 Nickname Maker. 2. Tool to test the famous theory of the Cambridge Universidad:"Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are" 3. Da vinci's favorite brainwork tool: a text inverter.... Platforms: Windows

License: Freeware Size: 814 B Download (214): MSNexperts Download

Released: January 09, 2011  |  Added: January 16, 2011 | Visits: 3.346

Ringtone Maker With Ringtone Maker, you can create professional ringtones from any audio files no matter whether it is your favorite song, your relatives', friends' or pets' voices, an online radio, etc. It is easy and convenient to use the program due to the built-in New RingTone Wizard. Ringtone Maker has a... Platforms: Windows

License: Freeware Size: 7.79 MB Download (533): Ringtone Maker Download

Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.599

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike... Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Added: January 18, 2010 | Visits: 1.304

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w... Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: January 18, 2010 | Visits: 657

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: January 18, 2010 | Visits: 782

Text::RewriteRules Text::RewriteRules Perl module contains a system to rewrite text using regexp-based rules. SYNOPSIS use Text::RewriteRules; RULES email .==> DOT @==> AT ENDRULES email("ambs@cpan.org") # returns ambs AT cpan DOT org RULES/m inc (d+)=e=> $1+1 ENDRULE inc("I saw 11 cats and 23... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Text::RewriteRules Download

Added: February 08, 2010 | Visits: 1.295

Edit by Text Editors Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia... Platforms: *nix

License: Freeware Download (107): Edit by Text Editors Download

Added: August 27, 2010 | Visits: 862

Text::Bloom Text::Bloom can evaluate Bloom signature of a set of terms. SYNOPSIS my $b = Text::Bloom->new(); $b->Compute( qw( foo bar baz ) ); my $sig = $b->WriteToString(); $b->WriteToFile( afile.sig ); my $b2 = Text::Bloom::NewFromFile( afile.sig ); my $b3 = Text::Bloom->new(); $b3->Compute( qw(... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Text::Bloom Download

Added: March 24, 2010 | Visits: 972

Text::Highlight Text::Highlight is a syntax highlighting framework. SYNOPSIS use Text::Highlight preload; my $th = new Text::Highlight(wrapper => " %s n"); print $th->highlight(Perl, $code); Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Text::Highlight Download

Added: August 10, 2010 | Visits: 704

Text::MetaText Text::MetaText is a Perl extension implementing meta-language for processing "template" text files. SYNOPSIS use Text::MetaText; my $mt = Text::MetaText->new(); # process file content or text string print $mt->process_file($filename, %vardefs); print $mt->process_text($textstring,... Platforms: *nix

License: Freeware Size: 87.04 KB Download (90): Text::MetaText Download

Added: February 05, 2010 | Visits: 908

Text::Diff Text::Diff can perform diffs on files and record sets. SYNOPSIS use Text::Diff; ## Mix and match filenames, strings, file handles, producer subs, ## or arrays of records; returns diff in a string. ## WARNING: can return B diffs for large files. my $diff = diff "file1.txt", "file2.txt",... Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): Text::Diff Download

Added: April 21, 2010 | Visits: 2.577

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker... Platforms: *nix

License: Freeware Size: 563.2 KB Download (205): RPM Package Maker Download

Added: February 16, 2010 | Visits: 1.249

Text::Textile Text::Textile is a humane web text generator. SYNOPSIS use Text::Textile qw(textile); my $text = < Platforms: *nix

License: Freeware Size: 31.74 KB Download (144): Text::Textile Download

Added: April 12, 2010 | Visits: 1.151

Text Text Revolution Text Text Revolution project is a text-based ncurses DDR clone. Text Text Revolution is a text-based Dance Dance Revolution clone. It supports pyDDRs .step file format (which has now been superceeded by the .dance format), and plans to stream OGG, MP3, or WAV files. Whats New in This... Platforms: *nix

License: Freeware Size: 45.06 KB Download (105): Text Text Revolution Download

Added: March 06, 2010 | Visits: 767

Text::UberText::Overview Text::UberText::Overview Perl module contains some general documentation. HOWTO How to I create or designate a namespace? A namespace is two or more words seperated by periods, like "uber.loop", or "acme.database.inventory". All namespaces are in lowercase. If you do not plan on... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Text::UberText::Overview Download

Added: March 23, 2010 | Visits: 1.021

Text::Scraper Text::Scraper contains structured data from (un)structured text. SYNOPSIS use Text::Scraper; use LWP::Simple; use Data::Dumper; # # 1. Get our template and source text # my $tmpl = Text::Scraper->slurp(*DATA); my $src = get(http://search.cpan.org/recent) || die $!; # # 2. Extract... Platforms: *nix

License: Freeware Size: 46.08 KB Download (142): Text::Scraper Download

Added: July 22, 2010 | Visits: 809

Text::WikiFormat Text::WikiFormat is a Perl module for translating Wiki formatted text into other formats. SYNOPSIS use Text::WikiFormat; my $html = Text::WikiFormat::format($raw); The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to... Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Text::WikiFormat Download

< 1 2 3 4 5 >