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

Kazaa Lite Resurrection Download freeware
Filter: All | Freeware | Demo
 

Kazaa Lite Resurrection Download

< 1 2 3 4 5 > 
Added: May 22, 2010 | Visits: 5.701

Download Manager Tweak Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance. The Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or...



Platforms: *nix

License: Freeware Size: 49.15 KB Download (2104): Download Manager Tweak

Added: July 14, 2010 | Visits: 2.094

Download Slave Download Slave provides a remote-controlled download slave. The Download Slave is a very flexible script which is controlled via eMail and stores files requested for downloading on the servers harddisk or sends them via eMail to the user who asked for them. Users are identified by their eMail...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (176): Download Slave

Added: May 08, 2010 | Visits: 1.483

Download Sort Download Sort is a Firefox extension that automatically saves downloaded files to different directories when using "Save Link As..." or "Save Image as...".


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): Download Sort

Added: February 19, 2010 | Visits: 1.867

Image Download Image Download allows you to download All the Picuture In the Page. Filter by width ,height, type. Auto Create Sub Folder ,auto rename Auto log Download Infomation..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (119): Image Download

Added: January 11, 2010 | Visits: 2.572

Retriever Download Manager Retriever Download Manager program was written completely in the Java programming language and will run on any operating system with a Java Virtual Machine installed (JVM 1.4 or higher). Retriever allows you to download files from the internet easier and with more control than from your web...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (225): Retriever Download Manager

Added: January 18, 2010 | Visits: 1.598

Strato Log Download Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): Strato Log Download

Added: August 26, 2010 | Visits: 1.508

Download Sentinel++ Download Sentinel++ is an Anti-leech, download limiter / file manager, that uses tokens to verify downloads instead of HTTP_REFERER or IP which can be spoofed or changed. The install is as painless as possible with only one file to upload and execute. The install automatically creates the...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (108): Download Sentinel++

Added: January 12, 2010 | Visits: 6.809

Download Manager Download Manager project is a GNOME download manager. Download Manager (also known as downman) is a suite of programs that assist with downloading files. It features a GNOME 2 GUI. Download Manager suite downmand: a daemon that takes care of downloading files downman: a command line client...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (962): Download Manager

Added: July 23, 2010 | Visits: 2.474

ADOdb Lite ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase. Whats New in...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (106): ADOdb Lite Download

Added: March 25, 2010 | Visits: 1.788

SOAP::Lite SOAP::Lite is a client and server side SOAP implementation. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side..


Platforms: *nix

License: Freeware Size: 235.52 KB Download (112): SOAP::Lite Download

Added: January 25, 2010 | Visits: 1.272

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting....


Platforms: *nix

License: Freeware Download (102): Minalyzer Lite Download

Added: May 11, 2010 | Visits: 1.688

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: April 11, 2010 | Visits: 1.545

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: January 07, 2010 | Visits: 1.023

XML::DOM::Lite::XSLT [COPYRIGHT] SYNOPSIS use XML::DOM::Lite qw(Parser XSLT); $parser = Parser->new( whitespace => strip ); $xsldoc = $parser->parse($xsl); $xmldoc = $parser->parse($xml); $output = XSLT->process($xmldoc, $xsldoc);.


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): XML::DOM::Lite::XSLT Download

Added: May 13, 2010 | Visits: 1.146

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: August 18, 2010 | Visits: 1.320

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: October 27, 2010 | Visits: 1.833

dl Download Ticket Service dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. Ive been using this service as an email-attachment replacement for my company, but there are no plans on extending it. It will remain minimal: no fancy features, just...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): dl Download Ticket Service

Added: August 01, 2010 | Visits: 2.205

Dedicated Server Manager Lite DSM Lite a offers a single user login to manage email, mysql, DNS etc from a single interface for an unlimited number of domains. DSM Lite allows companies to offer a no cost solution to entry level server plans or provide web based management and automatic updates of critical Linux based...


Platforms: *nix

License: Freeware Download (105): Dedicated Server Manager Lite Download

Added: January 25, 2010 | Visits: 714

Lite Brite Widget Remember playing with a Lite-Brite as a kid? Now you can play with one right on your Dashboard without getting burned! This Lite Brite Widget gives you a 40 x 24 "resolution" to create fun glowing images and designs. Bring out your inner child, download it today!


Platforms: Mac

License: Freeware Size: 214 KB Download (105): Lite Brite Widget Download

Released: December 19, 2015  |  Added: January 07, 2016 | Visits: 8.169

MP3 Rocket Download MP3 Rocket Download, the best free music download software, allows you to listen to music online with no limits, enjoy over 100 million MP3 including recommended hot songs weekly and list of music through all categories, search and download high-quality songs which are upto 320kps bitrate for...


Platforms: Windows, Windows 7

License: Freeware Size: 5.95 MB Download (1146): MP3 Rocket Download

< 1 2 3 4 5 >