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

Input Text freeware
Filter: All | Freeware | Demo
 

Input Text

< 1 2 3 4 5 > 
Added: February 05, 2010 | Visits: 908

Text::Diff Text::Diff can perform diffs on files and record sets. SYNOPSIS use Text::Diff; ## Mix and match filenames, strings, file handles, producer subs, ## or arrays of records; returns diff in a string. ## WARNING: can return B diffs for large files. my $diff = diff "file1.txt", "file2.txt",... Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): Text::Diff Download

Added: April 12, 2010 | Visits: 1.151

Text Text Revolution Text Text Revolution project is a text-based ncurses DDR clone. Text Text Revolution is a text-based Dance Dance Revolution clone. It supports pyDDRs .step file format (which has now been superceeded by the .dance format), and plans to stream OGG, MP3, or WAV files. Whats New in This... Platforms: *nix

License: Freeware Size: 45.06 KB Download (105): Text Text Revolution Download

Added: July 07, 2010 | Visits: 641

Text::vFile::toXML Text::vFile::toXML can convert vFiles into equivalent XML. SYNOPSIS This module converts iCalendar (iCal : generically, vFile) files into their (equivalent) XML (xCalendar / xCal) representation, according to Royers IETF Draft (http://tools.ietf.org/html/draft-royer-calsch-xcal-03). #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Text::vFile::toXML Download

Added: January 03, 2010 | Visits: 840

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Text::VimColor Download

Added: August 06, 2010 | Visits: 996

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 (102): Text::MetaMarkup::HTML 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: 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: 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

Added: November 07, 2010 | Visits: 1.169

Text::NSP::Measures::2D::Dice::jaccard Text::NSP::Measures::2D::Dice::jaccard is a Perl module that implements the jaccard coefficient. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::jaccard; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $jaccard_value = calculateStatistic( n11=>$n11, n1p=>$n1p,... Platforms: *nix

License: Freeware Size: 962.56 KB Download (120): Text::NSP::Measures::2D::Dice::jaccard Download

Added: August 14, 2010 | Visits: 848

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

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

Added: July 14, 2010 | Visits: 727

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);... Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

Added: August 21, 2010 | Visits: 899

Text::NSP::Measures::3D::MI::ps Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ps; $ps_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(... Platforms: *nix

License: Freeware Size: 952.32 KB Download (109): Text::NSP::Measures::3D::MI::ps Download

Added: August 09, 2010 | Visits: 941

Text::NSP::Measures::3D::MI::tmi Text::NSP::Measures::3D::MI::tmi is a Perl implementation for True Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::tmi; $tmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(... Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::3D::MI::tmi Download

Released: August 06, 2022  |  Added: September 13, 2022 | Visits: 2.008

Miraplacid Text Driver SDK TE Miraplacid Text Driver SDK generates virtual printer driver with all the functionality you find in Miraplacid Text Driver Terminal Server Edition. You can customize it and embed into your software. With the driver generated with Miraplacid Text Driver SDK TE, you can save the extracted... Platforms: Windows 7, Windows, Other

License: Freeware Size: 8.82 MB Download (497): Miraplacid Text Driver SDK TE Download

Added: May 15, 2013 | Visits: 708

Text Catalog Tools Text Catalog Tools make localizing and translating your flash documents easy.Large flash documents can easily contain thousands of individual text fields of all types- static, dynamic, and input- many of them with initial values set by the author of the document.Save hours (or days) of work... Platforms: Flash

License: Freeware Size: 102.4 KB Download (49): Text Catalog Tools Download

Added: July 09, 2013 | Visits: 712

Multiply InPut By This script allows you to multiply a 'source' text box value with a number and display the result in a 'result' text box.Any number of applications can exist on a page. Platforms: JavaScript

License: Freeware Size: 10 KB Download (47): Multiply InPut By Download

Added: July 11, 2013 | Visits: 482

CCK Input Elements This module hosts a set of fields to be used by the Content Construction Kit.Fields are used to create various content types. They appear as input fields when creating or editing a node. They are rendered to text, when shown to page visitors.The difference for CCK Inputs is, that they are... Platforms: PHP

License: Freeware Size: 20.48 KB Download (46): CCK Input Elements Download

Added: August 25, 2013 | Visits: 408

text-sentence Library text-sentence is text tokenizer and sentence splitter. Input is for main function is text, list of known names and abbreviations. Result is list of tokens. Each token has type and other attributes i.e. is word, is number, is roman number, is sentence end, is name, is end of chapter etc.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): text-sentence Download

Released: January 01, 2002  |  Added: May 17, 2006 | Visits: 5.121

Text Inserter Text Inserter inserts pre-defined pieces of text into any application, making text entry a lot quicker and easier. Once the text entry has been defined (takes 30 seconds) it will be inserted wherever the cursor happens to be by one of 3 methods: - clicking a button on the floating bar. - using... Platforms: Windows

License: Freeware Size: 340 KB Download (404): Text Inserter Download

Released: June 20, 2010  |  Added: March 03, 2011 | Visits: 5.868

HTML To Text HTML To Text utility converts HTML documents to simple text files, by removing all HTML tags and formatting the text according to your preferences. Features: * HTML To Text automatically removes all tags and scripts from the document. * The remained text is formatted according to... Platforms: Windows, Other

License: Freeware Size: 4.24 MB Download (295): HTML To Text Download

< 1 2 3 4 5 >