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

Cool Text Art freeware
Filter: All | Freeware | Demo
 

Cool Text Art

< 1 2 3 4 5 
Added: November 06, 2010 | Visits: 721

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: March 18, 2010 | Visits: 865

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: May 03, 2010 | Visits: 860

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: October 25, 2010 | Visits: 984

Palm::Progect::Converter::Text Palm::Progect::Converter::Text is a Perl module to convert between Progect databases and Text files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => Text, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records();...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Palm::Progect::Converter::Text Download

Added: September 08, 2010 | Visits: 564

Text::Templar Text::Templar is a document-generation object class. SYNOPSIS use Text::Templar; my $template = << head >< title >This is the title: < % METHOD title % >< /title >< /head > < body > < % METHOD body % > < address > < % METHOD footer % > < /address > < /body > <...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (89): Text::Templar Download

Added: February 01, 2010 | Visits: 1.033

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: November 25, 2010 | Visits: 1.451

Cool Linux Cool Linux CD is a bootable CD with Linux operating system that contains a 2.4 kernel and many free software packages. Whats New in This Release: - Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers; - Ability to choose a version of linux kernel and...


Platforms: *nix

License: Freeware Size: 617 MB Download (104): Cool Linux Download

Added: January 05, 2010 | Visits: 1.245

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: August 25, 2010 | Visits: 458

Text::Diff3::Diff3 Text::Diff3::Diff3 is a diff3 plug-in. SYNOPSYS use Text::Diff3; my $f = Text::Diff3::Factory->new; my $mytext = $f->create_text([ map{chomp;$_} ]); my $original = $f->create_text([ map{chomp;$_} ]); my $yourtext = $f->create_text([ map{chomp;$_} ]); my $p = $f->create_diff3; my...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Text::Diff3::Diff3 Download

Added: May 07, 2010 | Visits: 861

Text::Diff3::DiffHeckel Text::Diff3::DiffHeckel is a two-way diff plug-in. SYNOPSIS use Text::Diff3; my $f = Text::Diff3::Factory->new; my $p = $f->create_diff; my $mytext = $f->create_text([ map{chomp;$_} < F0 > ]); my $original = $f->create_text([ map{chomp;$_} < F1 > ]); my $diff2 = $p->diff( $origial,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): Text::Diff3::DiffHeckel Download

Added: November 09, 2010 | Visits: 1.093

MKDoc::Text::Structured::Inline MKDoc::Text::Structured::Inline is a Perl module to convert text to HTML without handling block-level tags. SYNOPSIS my $text = some_structured_text(); my $this = MKDoc::Text::Structured::Inline::process ($text); my $that = MKDoc::Text::Structured::Inline::process_entities_only ($text);.


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): MKDoc::Text::Structured::Inline Download

Added: August 18, 2010 | Visits: 1.012

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: June 05, 2010 | Visits: 1.315

XML From Plain Text XML From Plain Text (xfpt) is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data. The project is not a program that attempts to turn a plain text document into XML. Markup within text...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): XML From Plain Text Download

Added: August 25, 2010 | Visits: 1.436

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: September 13, 2010 | Visits: 872

Text::Emoticon Text::Emoticon is a factory class for Yahoo! and MSN emoticons. SYNOPSIS use Text::Emoticon; my $emoticon = Text::Emoticon->new(MSN, { strict => 1, xhtml => 0 }); print $emoticon->filter(Hello ;)); Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. Its made to become...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): Text::Emoticon Download

Added: February 02, 2010 | Visits: 1.182

Text::LooseCSV Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n");...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Text::LooseCSV Download

Added: August 25, 2010 | Visits: 607

Text::XLogfile Text::XLogfile module allows reading and writing xlogfiles. SYNOPSIS use Text::XLogfile :all; my @scores = read_xlogfile("scores.xlogfile"); for (@scores) { $_->{player} = lc $_->{player} } write_xlogfile(@scores, "scores.xlogfile.new"); my $xlogline = make_xlogline($scores[0], -1); my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Text::XLogfile Download

Added: March 22, 2010 | Visits: 756

Text::Scrub Text::Scrub is a Perl module used to wild card out text used for comparison. SYNOPSIS ######### # Subroutine Interface # use Text::Scrub qw(scrub_date scrub_date_ticket scrub_date_version scrub_file_line scrub_probe scrub_test_file); $scrubbed_text = scrub_architect($script_text)...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (96): Text::Scrub Download

Added: January 01, 2010 | Visits: 942

Text::Replace Text::Replace is a Perl module to replace variables from a hash. SYNOPSIS ####### # Subroutine Interface # use Text::Replace qw(&replace_variables); $success = replace_variables($template, %variable_hash, @variable); ######## # Class Interface # use Text::Replace; $success =...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (91): Text::Replace Download

Added: May 21, 2010 | Visits: 1.193

Text::Graphics Text::Graphics is a text graphics rendering toolkit. This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Text::Graphics Download

< 1 2 3 4 5