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

Inter Net Downloader Manager freeware
Filter: All | Freeware | Demo
 

Inter Net Downloader Manager

< 1 2 3 4 5 > 
Released: December 22, 2008  |  Added: January 14, 2009 | Visits: 4.433

Easus Partition Manager Express Easus Partition Manageris a solution for effective hard disk management and PC performance enhancement. It provides a full range of features that meet your specific partitioning needs. Free partitioning tool for you! Creates/formats/removes and resizes the partitions! The original partition... Platforms: Windows

License: Freeware Size: 95.7 MB Download (975): Easus Partition Manager Express Download

Released: June 20, 2011  |  Added: July 05, 2011 | Visits: 2.986

Chameleon Startup Manager Lite Chameleon Startup Manager Lite is a Windows startup manager that accelerates Windows startup, ensures that the operating system is more stable. It disables any startup programs and fully controls startup by selecting the programs to be launched, while customizing the startup settings. The... Platforms: Windows

License: Freeware Size: 4.06 MB Download (234): Chameleon Startup Manager Lite Download

Added: January 18, 2010 | Visits: 1.483

Thunar Volume Manager Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager. The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is... Platforms: *nix

License: Freeware Size: 296.96 KB Download (143): Thunar Volume Manager Download

Added: January 18, 2010 | Visits: 1.844

Net::Flickr::Backup Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally. SYNOPSIS use Net::Flickr::Backup; use Log::Dispatch::Screen; my $flickr = Net::Flickr::Backup->new($cfg); my $feedback = Log::Dispatch::Screen->new(name => info, min_level => info);... Platforms: *nix

License: Freeware Size: 23.55 KB Download (100): Net::Flickr::Backup Download

Added: January 18, 2010 | Visits: 1.298

Net::Blogger::Engine::Userland::metaWeblog Net::Blogger::Engine::Userland::metaWeblog is a userLand metaWeblog API engine. SYNOPSIS my $radio = Blogger->new(engine=>"radio"); $radio->Proxy(PROXY); $radio->Username(USERNAME); $radio->Password(PASSWORD); $radio->metaWeblog()->newPost( title=>"hello", description=>"world",... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Net::Blogger::Engine::Userland::metaWeblog Download

Added: January 18, 2010 | Visits: 1.030

Net::Delicious::Iterator Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. SYNOPSIS use Net::Delicious::Iterator; my @dates = ({...},{...}); my $it = Net::Delicious::Iterator->new("Date",@dates); while (my $d = $it->next()) { # Do stuff with $d here } NOTES It isnt really expected... Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Net::Delicious::Iterator Download

Added: January 18, 2010 | Visits: 1.151

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: January 18, 2010 | Visits: 1.494

net-check net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway. In addition, since I am spending $50 a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (112): net-check Download

Added: January 18, 2010 | Visits: 2.410

Universal Password Manager Universal Password Manager is a cross platform password manager. Over the years Ive used a number of different password managers but I never quite found one that gave me everything I needed. At work I use MS Windows but at home I use a Mac. What I wanted was a password manager that would run on... Platforms: *nix

License: Freeware Size: 67.58 KB Download (245): Universal Password Manager Download

Added: March 20, 2010 | Visits: 2.526

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: June 17, 2010 | Visits: 874

Voix Manager 1.2.2 Voix Manager project is a switchboard application Iax phone integrated, is written in C++ and is able to manage and display information about your Asterisk PBX activity in real time. Voix Manager has been thought with simplicity in mind, all feature needed by the attendant, fast and easy... Platforms: *nix

License: Freeware Size: 3.6 MB Download (111): Voix Manager 1.2.2 Download

Added: June 19, 2010 | Visits: 964

Net::Z3950::SimpleServer Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on... Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): Net::Z3950::SimpleServer Download

Added: May 22, 2010 | Visits: 5.703

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: June 11, 2010 | Visits: 1.485

dynamic window manager dynamic window manager or dwm is a dynamic window manager for X11. As founder and main developer of wmii I came to the conclusion that wmii is too clunky for my needs. I dont need so many funky features and all this hype about remote control through a 9P service, I only want to manage my... Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): dynamic window manager Download

Added: May 14, 2010 | Visits: 1.161

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This... Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: August 28, 2013 | Visits: 1.444

ego file manager ego file manager is a GTK 2 file manager that uses libferris for its VFS and provides evas2, GTK tree, and optional Mozilla browser views. Platforms: *nix

License: Freeware Size: 2.33 MB Download (121): ego file manager Download

Added: April 21, 2010 | Visits: 1.087

Alert Manager Alert Manager was created to run an alert command, monitor the status of that commands output, and guarantee that if something goes wrong it wont go unnoticed. Alert Manager has been successfully deployed in several fortune 500 companies providing guaranteed alert delivery and command... Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): Alert Manager Download

Added: September 23, 2010 | Visits: 1.206

GNOME Transfer Manager GNOME Transfer Manager allows the user to retrieve multiple files from the web. These files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet. This is most useful to users with dialup connections. The program performs... Platforms: *nix

License: Freeware Size: 491.52 KB Download (99): GNOME Transfer Manager Download

Added: October 12, 2013 | Visits: 1.793

Weeble File Manager Weeble File Manager (aka WeebleFM) is a php file manager run through an ftp connection. It offers a wide variety of functionality, similar to the web based file managers used by Tripod and Yahoo. It offers a easy to use interface for its users along with easy installation for the host. WeebleFM... Platforms: *nix

License: Freeware Size: 266.24 KB Download (175): Weeble File Manager Download

Added: January 24, 2010 | Visits: 948

RSync Manager RSync Manager provides a set of scripts to manage and automate rsync-reliant sites. RSync Manager (RSM) is a set of Python scripts to add and update packages for rsync-based mirror sites, and also create some nice HTML statistics from the logs. It is mainly written for large site management,... Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): RSync Manager Download

< 1 2 3 4 5 >