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

Launcher Pro Text Icon freeware
Filter: All | Freeware | Demo
 

Launcher Pro Text Icon

< 1 2 3 4 5 
Released: December 20, 2013  |  Added: February 04, 2014 | Visits: 3.182

Azureus SpeedUp Pro Azureus SpeedUp PRO is a powerful accelerator designed to speed up your Azureus file sharing program. You will download MP3s, movies and other desired files faster than ever. The add-on will ensure that your bandwidth is used to its highest capability. Also the booster will help you find more...



Platforms: Windows, Windows 7

License: Freeware Size: 783.75 KB Download (286): Azureus SpeedUp Pro Download

Added: August 21, 2008 | Visits: 1.260

Notepad.Pro Notepad.Pro is a simple text editor, ideal for those who want to substitute the obsolete Windows notepad without making life complicated.The program will help you edit your text files without problem, easily and quickly. It includes all the functions and possibilities of a traditional text...





Platforms: Windows

License: Freeware Size: 4 KB Download (169): Notepad.Pro Download

Added: August 17, 2008 | Visits: 1.122

TotalEdit Pro TotalEdit Pro is a practical, free and powerful notebook and text editor which, because of its characteristics, is ideal to create texts and webpages, letting you design in PHP, HTML, Javascript, etc codes.TotalEdit Pro is excellent for its code folders, language selections, plug-ins and external...


Platforms: Windows

License: Freeware Size: 5 KB Download (110): TotalEdit Pro Download

Added: August 30, 2008 | Visits: 1.673

Safe-T-Lock Pro If you sell digital products via PayPal, Safe-T-Lock Pro is for you. Safe-T-Lock Pro is a secure electronic delivery system for digital products sold via PayPal. It harnesses the power of PayPal's IPN system, allowing you to provide secure, instant order fulfilment via email - without you having...



License: Freeware Size: 366 KB Download (228): Safe-T-Lock Pro Download

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

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

Released: September 30, 2008  |  Added: November 13, 2008 | Visits: 1.628

Text Master If you want more power while working at text (TXT) files, Text Master is for you. It has all features you need to rule your text files. Some of the features are: Statistical analysis (letter and word frequencies), chat with other online users, making the text lowercase and uppercase, command...


Platforms: Windows

License: Freeware Size: 533.78 KB Download (201): Text Master Download

Added: January 18, 2010 | Visits: 2.222

Akeni Instant Messaging IM - Pro Akeni Instant Messaging - Pro is a client/server instant messaging platform that allows companies to host their own secured private IM system. The client has an user interface similar to AIM, ICQ, or MSN Messenger. It supports all the standard IM features such as chat, group conference, presence...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (123): Akeni Instant Messaging IM - Pro Download

Added: January 18, 2010 | Visits: 650

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

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

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 (106): Edit by Text Editors Download

Added: August 27, 2010 | Visits: 858

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

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: August 10, 2010 | Visits: 697

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: May 14, 2010 | Visits: 1.517

The Blog Icon The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosphere. They were based on the SVG work from FeedIcons.com. The base button is the same, but mathematically simplified on the XML level. New buttons were added based on...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): The Blog Icon Download

Added: February 05, 2010 | Visits: 901

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 (105): Text::Diff Download

Added: April 19, 2010 | Visits: 1.962

Jini icon theme Jini icon theme project consists of SVG vector themes. Jini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme, Installation For using jin4 jin5 jin6 icon theme, you should have install jin3 theme...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (137): Jini icon theme Download

Added: February 16, 2010 | Visits: 1.244

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: October 25, 2010 | Visits: 1.144

KPowersave Icon Patch KPowersave Icon Patch is intended for KPowersave 0.6.2 This patch changes the way of displaying power state for KPowersave. Using this patch you can better theme KPowersave, by using a series of pixmaps. Installation instructions: >>> Patch the sources 1. Copy the patch file in the parent...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (130): KPowersave Icon Patch Download

Added: April 12, 2010 | Visits: 1.147

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 (104): Text Text Revolution Download

Added: March 06, 2010 | Visits: 761

Text::UberText::Overview Text::UberText::Overview Perl module contains some general documentation. HOWTO How to I create or designate a namespace? A namespace is two or more words seperated by periods, like "uber.loop", or "acme.database.inventory". All namespaces are in lowercase. If you do not plan on...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Text::UberText::Overview Download

< 1 2 3 4 5