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

Find Text Lsp freeware
Filter: All | Freeware | Demo
 

Find Text Lsp

< 1 2 3 4 5 > 
Released: October 12, 2003  |  Added: September 02, 2006 | Visits: 3.179

Total Text Security Are you afraid that your boss reads your e-mail letters and ICQ messages? Are you afraid that when intercepting your correspondences, your competitors could strike at your business? Do you want to be sure the message you received was sent by your partner, and not by somebody else? Then you should... Platforms: Windows

License: Freeware Size: 463 KB Download (490): Total Text Security Download

Released: August 08, 2003  |  Added: May 24, 2006 | Visits: 4.979

CoffeeCup Free Flash Text Wizard Create cool Flash text animations quickly and easily, No Flash Skills Required!, Free Flash Text Wizard. Platforms: Windows

License: Freeware Size: 2.27 MB Download (1222): CoffeeCup Free Flash Text Wizard Download

Released: August 09, 2004  |  Added: April 22, 2006 | Visits: 4.617

QB - Text Analyzer Are you learning a new language? One of the most critical things you need to learn is the vocabulary. Not knowing which words to use will slow you down even if your grammar and pronunciation are excellent. You probably have a thick dictionary that lists and explains tens of thousands of... Platforms: Windows

License: Freeware Size: 501 KB Download (770): QB - Text Analyzer Download

Added: August 10, 2006 | Visits: 7.764

Encrypt Text in Picture Encrypt Text in Picture - can hide the text into a picture. Support jpg, jpeg and bmp image files. You can send a common picture to anyone with the special classified message. Platforms: Windows

License: Freeware Size: 1.9 MB Download (683): Encrypt Text in Picture Download

Released: August 11, 2009  |  Added: September 21, 2010 | Visits: 6.811

A-PDF Text Extractor A-PDF Text Extractor is an utility designed to extract text from Adobe PDF files for use in other applications. There are three mode of output text: In PDF Order, Smart Rearrange and With Position. The program is a standalone application. No Adobe Acrobat needed. To extract text from a PDF... Platforms: Windows

License: Freeware Size: 855 KB Download (499): A-PDF Text Extractor Download

Released: September 30, 2006  |  Added: January 20, 2007 | Visits: 6.361

Easy Text To HTML Converter Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main window: 'Single File', 'Files List', 'Text Block'... Platforms: Windows

License: Freeware Size: 253.86 KB Download (341): Easy Text To HTML Converter Download

Added: August 03, 2008 | Visits: 1.174

Text Viewer by Blaiz Enterprises View large plain text documents (txt) with speed and ease. Program Features: * View large plain text documents with speed * Instant keyboard scrolling (no cursor lag) * Find function * Next * Sizeable * Integrated Help * Multilingual interface - see our Select Language * No installation Standard... Platforms: Windows

License: Freeware Size: 397 KB Download (582): Text Viewer by Blaiz Enterprises Download

Released: April 12, 2013  |  Added: May 07, 2013 | Visits: 2.010

Some Text to PDF Converter Some PDF to Txt Converter is a pdf to txt, pdf to text convert tool. You don't need Adobe Acrobat or Adobe Reader software to convert pdf to txt. Easily convert pdf to txt, pdf to text with Some PDF to Txt Converter! Platforms: Windows

License: Freeware Size: 810.28 KB Download (182): Some Text to PDF Converter Download

Released: October 06, 2008  |  Added: October 10, 2008 | Visits: 2.458

Ease Text to Pdf Converter Ease Text to Pdf Converteris a free software designed to convert text to Adobe PDF files. It does NOT need Adobe Acrobat software.Convert Text documents to Pdf format, Fast, Accurate, Free . Support all Windows platforms, Win95/98/ME/NT/2000/XP/2003/Vista. Platforms: Windows

License: Freeware Size: 1.68 MB Download (187): Ease Text to Pdf Converter Download

Added: January 18, 2010 | Visits: 657

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: January 18, 2010 | Visits: 782

Text::RewriteRules Text::RewriteRules Perl module contains a system to rewrite text using regexp-based rules. SYNOPSIS use Text::RewriteRules; RULES email .==> DOT @==> AT ENDRULES email("ambs@cpan.org") # returns ambs AT cpan DOT org RULES/m inc (d+)=e=> $1+1 ENDRULE inc("I saw 11 cats and 23... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Text::RewriteRules Download

Added: February 08, 2010 | Visits: 1.295

Edit by Text Editors Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia... Platforms: *nix

License: Freeware Download (107): Edit by Text Editors Download

Added: August 27, 2010 | Visits: 863

Text::Bloom Text::Bloom can evaluate Bloom signature of a set of terms. SYNOPSIS my $b = Text::Bloom->new(); $b->Compute( qw( foo bar baz ) ); my $sig = $b->WriteToString(); $b->WriteToFile( afile.sig ); my $b2 = Text::Bloom::NewFromFile( afile.sig ); my $b3 = Text::Bloom->new(); $b3->Compute( qw(... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Text::Bloom Download

Added: March 24, 2010 | Visits: 972

Text::Highlight Text::Highlight is a syntax highlighting framework. SYNOPSIS use Text::Highlight preload; my $th = new Text::Highlight(wrapper => " %s n"); print $th->highlight(Perl, $code); Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Text::Highlight Download

Added: January 07, 2010 | Visits: 1.543

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: August 10, 2010 | Visits: 705

Text::MetaText Text::MetaText is a Perl extension implementing meta-language for processing "template" text files. SYNOPSIS use Text::MetaText; my $mt = Text::MetaText->new(); # process file content or text string print $mt->process_file($filename, %vardefs); print $mt->process_text($textstring,... Platforms: *nix

License: Freeware Size: 87.04 KB Download (90): Text::MetaText Download

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: February 16, 2010 | Visits: 1.249

Text::Textile Text::Textile is a humane web text generator. SYNOPSIS use Text::Textile qw(textile); my $text = < Platforms: *nix

License: Freeware Size: 31.74 KB Download (144): Text::Textile Download

Added: August 22, 2010 | Visits: 1.445

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ...... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures 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

< 1 2 3 4 5 >