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

Smart Cellular Text Tracker freeware
Filter: All | Freeware | Demo
 

Smart Cellular Text Tracker

< 1 2 3 4 5 
Added: August 08, 2010 | Visits: 958

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 (100): GD::Text Download

Added: September 06, 2010 | Visits: 1.002

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

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

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

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

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

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

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

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

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

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 (94): Text::Diff3::Diff3 Download

Added: May 07, 2010 | Visits: 868

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

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: February 07, 2010 | Visits: 1.127

Netscapes Digg Tracker Netscapes Digg Tracker is a the Firefox extension that helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the preview image) features the Digg digger. When there is new activity by your friends (i.e., a new comment or a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Netscapes Digg Tracker Download

Added: October 21, 2010 | Visits: 1.228

Digg Tracker Digg Tracker is an extension provided by Netscape which allows you to keep tabs on what stories you and your friends are diggin. Netscapes Digg Tracker extension helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the... Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): Digg Tracker Download

Added: October 08, 2010 | Visits: 2.203

Network Tracker and Management Network Tracker and Management is a Web-based network management application. Network Tracker and Management can store information about all of your network devices, and allows you to track all changes and updates made to the device. Having this information readily available will enhance your... Platforms: *nix

License: Freeware Size: 12.29 KB Download (224): Network Tracker and Management Download

Added: April 22, 2010 | Visits: 1.088

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

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

< 1 2 3 4 5