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

Motorola Predictive Text freeware
Filter: All | Freeware | Demo
 

Motorola Predictive Text

< 1 2 3 4 5 > 
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 (129): 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: 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 (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: 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 (88): 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: August 25, 2010 | Visits: 457

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: April 22, 2010 | Visits: 1.082

Text::JavE Text::JavE is a Perl module to view and manipulate ascii art and manipulation files created in JavE. JavE (http://www.jave.de/) is an excellent Ascii art editor and animator written in Java. Unfortunately it doesnt yet have a scripting interface. This module aims to make the work of processing...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Text::JavE 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.314

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

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

< 1 2 3 4 5 >