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

Text Utils freeware
Filter: All | Freeware | Demo
 

Text Utils

< 1 2 3 4 5 
Added: June 08, 2010 | Visits: 821

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with... Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Template::Plugin::Java::Utils 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: September 13, 2010 | Visits: 875

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

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: July 18, 2010 | Visits: 783

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib... Platforms: *nix

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: October 21, 2010 | Visits: 818

Array::Utils Array::Utils module contains small utils for array manipulation. SYNOPSIS use Array::Utils qw(:all); my @a = qw( a b c d ); my @b = qw( c d e f ); # symmetric difference my @diff = array_diff(@a, @b); # intersection my @isect = intersect(@a, @b); # unique union my @unique =... Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Array::Utils Download

Added: August 25, 2010 | Visits: 610

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: January 13, 2010 | Visits: 672

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main... Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: March 22, 2010 | Visits: 761

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 (102): Text::Scrub Download

Added: January 01, 2010 | Visits: 953

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

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

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: March 01, 2010 | Visits: 755

Text::VisualWidth Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width. Now this module support EUC-JP... Platforms: *nix

License: Freeware Size: 31.74 KB Download (88): Text::VisualWidth Download

Added: June 03, 2010 | Visits: 728

Text::MessageFormat Text::MessageFormat is a language neutral way to display messages. SYNOPSIS use Text::MessageFormat; my $form = Text::MessageFormat->new(The disk "{1}" contains {0} file(s).); print $form->format(3, MyDisk); # output: The disk "MyDisk" contains 3 file(s). Text::MessageFormat is a Perl... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Text::MessageFormat Download

Added: October 12, 2010 | Visits: 683

Text::NSP::Measures Text::NSP::Measures is a Perl module for computing association scores of Ngrams. This module provides the basic framework for these measures. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic(... Platforms: *nix

License: Freeware Size: 962.56 KB Download (92): Text::NSP::Measures Download

Added: July 14, 2010 | Visits: 945

Text::NSP::Measures::2D Text::NSP::Measures::2D is a Perl module that provides basic framework for building measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D Download

Added: September 11, 2010 | Visits: 1.055

Text::NSP::Measures::2D::CHI::phi Text::NSP::Measures::2D::CHI::phi is a Perl module that implements Phi coefficient measure for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::phi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $phi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (107): Text::NSP::Measures::2D::CHI::phi Download

Added: July 20, 2010 | Visits: 874

Text::NSP::Measures::2D::CHI::tscore Text::NSP::Measures::2D::CHI::tscore is a Perl module that implements T-score measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::tscore; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tscore_value = calculateStatistic( n11=>$n11,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (96): Text::NSP::Measures::2D::CHI::tscore Download

Added: November 11, 2010 | Visits: 1.011

Text::NSP::Measures::2D::CHI::x2 Text::NSP::Measures::2D::CHI::x2 is a Perl module that implements Pearsons chi squared measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::x2; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $x2_value = calculateStatistic( n11=>$n11,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (94): Text::NSP::Measures::2D::CHI::x2 Download

Added: April 05, 2010 | Visits: 973

Text::NSP::Measures::2D::Dice::dice Text::NSP::Measures::2D::Dice::dice is a Perl module to compute Dice coefficient for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::dice; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $dice_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::2D::Dice::dice Download

< 1 2 3 4 5