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

Car Text Art Symbol freeware
Filter: All | Freeware | Demo
 

Car Text Art Symbol

< 1 2 3 4 5 > 
Added: September 15, 2010 | Visits: 717

Text::Indent Text::Indent is a simple indentation of text shared among modules. SYNOPSIS In your main program: use Text::Indent; my $indent = Text::Indent->new; $indent->spaces(2); In a module to produce indented output: use Text::Indent; my $indent = Text::Indent->instance; $indent->increase;...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Text::Indent Download

Added: February 04, 2010 | Visits: 1.130

OpenOffice::OODoc::Text OpenOffice::OODoc::Text is a Perl module for the text processing submodule of OpenOffice::OODoc. This manual chapter describes the text-oriented methods of OpenOffice::OODoc, implemented by the OpenOffice::OODoc::Text class, and inherited by the OpenOffice::OODoc::Document class. These...





Platforms: *nix

License: Freeware Size: 215.04 KB Download (109): OpenOffice::OODoc::Text Download

Added: August 06, 2010 | Visits: 985

Text::MetaMarkup::HTML Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Text::MetaMarkup::HTML Download

Added: April 24, 2010 | Visits: 722

Text::EtText::HTML2EtText Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. SYNOPSIS my $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text (); # from STDIN ethtml2text will convert a HTML...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (89): Text::EtText::HTML2EtText Download

Added: April 05, 2010 | Visits: 923

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 (87): Text::EtText::EtText2HTML Download

Added: November 02, 2010 | Visits: 1.439

Text::Editor::Vip::Buffer::DoUndoRedo Text::Editor::Vip::Buffer::DoUndoRedo is a non optional plugin for a Text::Editor::Vip::Buffer. The do, undo, redo functionality of Text::Editor::Vip::Buffer is implemented by this package. This package automatically extends a Text::Editor::Vip::Buffer when a Text::Editor::Vip::Buffer instance...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (131): Text::Editor::Vip::Buffer::DoUndoRedo Download

Added: November 27, 2010 | Visits: 856

Text::Query::BuildSQL Text::Query::BuildSQL is a base class for SQL query builders. SYNOPSIS package Text::Query::BuildSQLsqldb; use Text::Query::BuildSQL; use vars qw(@ISA); @ISA = qw(Text::Query::BuildSQL); Defines all the build_* functions to build a syntax tree. The tree nodes are [ operator scope...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): Text::Query::BuildSQL Download

Added: September 15, 2010 | Visits: 1.218

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: August 08, 2010 | Visits: 953

GD::Text GD::Text is a Perl module with text utilities for use with GD. SYNOPSIS use GD; use GD::Text; my $gd_text = GD::Text->new() or die GD::Text::error(); $gd_text->set_font(funny.ttf, 12) or die $gd_text->error; $gd_text->set_font(gdTinyFont); $gd_text->set_font(GD::Font::Tiny); ......


Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): GD::Text Download

Added: September 06, 2010 | Visits: 998

Text::MacroScript Text::MacroScript is a macro pre-processor with embedded perl capability. SYNOPSIS use Text::MacroScript ; # new() for macro processing my $Macro = Text::MacroScript->new ; while( <> ) { print $Macro->expand( $_ ) if $_ ; } # Canonical use (the filename improves error messages): my...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (128): Text::MacroScript Download

Added: April 13, 2010 | Visits: 666

Text::Kakasi Text::Kakasi is a perl frontend to kakasi. SYNOPSIS use Text::Kakasi; # functional $res = Text::Kakasi::getopt_argv(-JJ, -c, -w); $str = Text::Kakasi::do_kakasi($japanese_text); # object-oriented $obj = Text::Kakasi->new(-JJ, -c, -w); $str = $obj->get($japanese_text); This module...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (90): Text::Kakasi Download

Added: November 05, 2010 | Visits: 744

Text::MicroMason::Mason Text::MicroMason::Mason is a simple compiler for Mason-style Templating. SYNOPSIS Mason syntax provides several ways to mix Perl into a text template: < %args > $name < /%args > % if ( $name eq Dave ) { Im sorry < % $name % >, Im afraid I cant do that right now. % } else { < %perl >...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Text::MicroMason::Mason Download

Added: November 06, 2010 | Visits: 720

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 (90): 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: 983

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

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 (88): Text::Templar Download

Added: January 05, 2010 | Visits: 1.244

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

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

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

< 1 2 3 4 5 >