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

Print Master Flipping Text freeware
Filter: All | Freeware | Demo
 

Print Master Flipping Text

1 2 3 4 5 > 
Added: March 18, 2010 | Visits: 875

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and... Platforms: *nix

License: Freeware Size: 69.63 KB Download (91): Text::MicroMason::Functions Download

Added: April 05, 2010 | Visits: 929

Text::EtText::EtText2HTML Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML. SYNOPSIS my $t = new Text::EtText::EtText2HTML; print $t->text2html ($text); or my $t = new Text::EtText::EtText2HTML; print $t->text2html (); # from STDIN ettext2html will... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Text::EtText::EtText2HTML Download

Added: September 15, 2010 | Visits: 1.231

Text::Emoticon::Yahoo Text::Emoticon::Yahoo is a emoticon filter of Yahoo! Messenger. SYNOPSIS use Text::Emoticon::Yahoo; my $emoticon = Text::Emoticon::Yahoo->new( imgbase => "http://example.com/emo", ); my $text = "Yet Another Perl Hacker ;)"; print $emoticon->filter($text); # it prints # Yet Another... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Text::Emoticon::Yahoo Download

Added: November 06, 2010 | Visits: 727

Text::MicroMason::HTMLMason Text::MicroMason::HTMLMason is a simple compiler for Mason-style Templating. SYNOPSIS Create a MicroMason object to interpret the templates: use Text::MicroMason; my $mason = Text::MicroMason->new(); Use the standard compile and execute methods to parse and evalute templates: print... Platforms: *nix

License: Freeware Size: 69.63 KB Download (92): Text::MicroMason::HTMLMason Download

Added: May 03, 2010 | Visits: 867

Text::MicroMason::ServerPages Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new( -ServerPages ); Use the standard compile and execute... Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): Text::MicroMason::ServerPages Download

Added: August 18, 2010 | Visits: 1.019

Text::Roman Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. SYNOPSIS use Text::Roman; print roman(123); Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Roman Download

Added: August 25, 2010 | Visits: 1.448

Text::Emoticon::MSN Text::Emoticon::MSN is a Perl module with emoticon filter of MSN Messenger. SYNOPSIS use Text::Emoticon::MSN; my $emoticon = Text::Emoticon::MSN->new( imgbase => "http://example.com/emo", ); my $text = "Yet Another Perl Hacker ;-)"; print $emoticon->filter($text); # it prints # Yet... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Emoticon::MSN Download

Added: January 17, 2010 | Visits: 861

Text::ScriptTemplate Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = < # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % >... Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): Text::ScriptTemplate Download

Added: July 18, 2006 | Visits: 3.071

DzSoft Paste & Save Paste & Save is a handy little utility that can save pieces of text on the Clipboard for reuse, before you accidentally overwrite it. Allows to sort the text into three files. Can save all copied text automatically. Has a convenient floating toolbar. The new version features a modern interface... Platforms: Windows

License: Freeware Size: 1.12 MB Download (209): DzSoft Paste & Save Download

Added: January 18, 2010 | Visits: 1.029

PlotCalendar::Month PlotCalendar::Month is a Plot an ASCII or HTML calendar. SYNOPSIS Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar. Measurements in pixels because - well, because. It seemed simpler when I made the decision.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): PlotCalendar::Month Download

Added: September 07, 2010 | Visits: 894

Pod::POM Pod::POM is a POD Object Model. SYNOPSIS use Pod::POM; my $parser = Pod::POM->new(%options); # parse from a text string my $pom = $parser->parse_text($text) || die $parser->error(); # parse from a file specified by name or filehandle my $pom = $parser->parse_text($file) || die... Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Pod::POM Download

Added: February 12, 2010 | Visits: 1.177

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to... Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): Term::ANSIScreen Download

Added: January 25, 2010 | Visits: 478

PowerSnip PowerSnip is an application designed to capture, store, search, print and export "Text Snippets". The main emphasis is on ease of use, fast search and flexible output options. Snippets of up to 32k(currently) plain text can easily be stored with a Description and Keywords, all of which can be... Platforms: Mac

License: Freeware Download (90): PowerSnip Download

Added: January 18, 2010 | Visits: 1.361

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: November 13, 2010 | Visits: 684

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,... Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): HTML::CMTemplate Download

Added: January 21, 2010 | Visits: 973

Acme::PM::Dresden::Convert::VQWiki2TWiki Acme::PM::Dresden::Convert::VQWiki2TWiki is a Perl module to convert VQWiki syntax into TWiki syntax. SYNOPSIS use Acme::PM::Dresden::Convert::VQWiki2TWiki; my $convert = new Acme::PM::Dresden::Convert::VQWiki2TWiki (vqwiki => $text); print $convert->twiki; # or my $convert = new... Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): Acme::PM::Dresden::Convert::VQWiki2TWiki Download

Added: July 17, 2010 | Visits: 1.273

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Released: September 16, 2013  |  Added: October 10, 2013 | Visits: 940

TechnoRiverStudio Community Edition TechnoRiverStudio Community Edition is a useful tool for label design, ID and business cards printing. It is the free edition of the award winning barcode software TechnoRiverStudio. It provides powerful features like WYSIWYG design, Image Acquisition, Image/Vector graphics, Rich Text, Circular... Platforms: Windows

License: Freeware Size: 33.46 MB Download (90): TechnoRiverStudio Community Edition Download

Added: July 13, 2013 | Visits: 320

Colorama Colorama provides a simple and open source cross-platform API to print colored terminal text from Python applications. ANSI escape character sequences are commonly used to produce colored terminal text on Macs and Unix. Colorama provides some shortcuts to generate these sequences, and makes them... Platforms: Mac

License: Freeware Size: 10.24 KB Download (43): Colorama Download

Added: July 09, 2013 | Visits: 281

colorama for Linux Provides a simple cross-platform API to print colored terminal text from Python applications. Documentation and downloads at http://pypi.python.org/pypi/colorama. Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): colorama for Linux Download

1 2 3 4 5 >