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

Firefox Net Accelerator freeware
Filter: All | Freeware | Demo
 

Firefox Net Accelerator

< 1 2 3 4 5 
Added: September 05, 2010 | Visits: 841

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: April 09, 2010 | Visits: 1.029

Net::Milter Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface. SYNOPSIS use Net::Milter; my $milter = new Net::Milter; $milter->open(127.0.0.1,5513,tcp); my ($milter_version,$returned_actions_ref,$returned_protocol_ref) =...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): Net::Milter Download

Added: November 02, 2010 | Visits: 1.103

Net::IPMessenger::MessageCommand Net::IPMessenger::MessageCommand is a Perl module for message command definition and accessor class. SYNOPSIS use Net::IPMessenger::MessageCommand; my $command = Net::IPMessenger::MessageCommand->new(SENDMSG)->set_secret; This defines IP Messenger command and option flags. Also this gives...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Net::IPMessenger::MessageCommand Download

Added: May 25, 2010 | Visits: 737

Net:IPMessenger::ToStdoutEventHandler Net:IPMessenger::ToStdoutEventHandler is a Perl module for event handler for standard output. SYNOPSIS use Net::IPMessenger::ToStdoutEventHandler; ... $ipmsg->add_event_handler( new Net::IPMessenger::ToStdoutEventHandler ); IP Messenger receive event handler for standard output....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Net:IPMessenger::ToStdoutEventHandler Download

Added: May 26, 2010 | Visits: 977

Net::DNS Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. To read about the latest features, see the Changes...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (105): Net::DNS Download

Added: February 19, 2010 | Visits: 966

Net::GPSD Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. SYNOPSIS use Net::GPSD; $obj=Net::GPSD->new; my $point=$obj->get; print $point->latlon. "n"; or use Net::GPSD; $obj=Net::GPSD->new; $obj->subscribe(); Net::GPSD provides an object client...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Net::GPSD Download

Added: May 18, 2010 | Visits: 1.257

Net::Connection::Sniffer::Util Net::Connection::Sniffer::Util are netaddr utilities. SYNOPSIS use Net::Connection::Sniffer::Util; my $ip = newcidr24 Net::Connection::Sniffer::Util($netaddr); my $ipcopy = $ip->copy; if ($someip->within($ip)) { do something... if ($ip->contains($someip)) { do something... if...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (119): Net::Connection::Sniffer::Util Download

Added: January 12, 2010 | Visits: 2.521

Net::Connection::Sniffer Net::Connection::Sniffer can gather stats on network connections. SYNOPSIS use Net::Connection::Sniffer; gather($config) __top Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (449): Net::Connection::Sniffer Download

Added: July 22, 2010 | Visits: 1.114

Net::Amazon::Property::DVD Net::Amazon::Property::DVD is a Perl class for DVDs on amazon.com. SYNOPSIS use Net::Amazon; # ... if($resp->is_success()) { for my $prop ($resp->properties) { print $_->title(), " ", $_->studio(), " ", $_->year(), "n"; } Net::Amazon::Property::DVD is derived from...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): Net::Amazon::Property::DVD Download

Added: March 10, 2010 | Visits: 756

Net::Z3950 Net::Z3950 is a Perl extension for talking to Z39.50 servers. WARNING You should not be using this module unless you need this precise API for compatibility reasons. New applications should use the ZOOM-Perl module (Net::Z3950::ZOOM) instead. SYNOPSIS (This code blocks in reads: see below...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (89): Net::Z3950 Download

Added: November 04, 2010 | Visits: 1.883

Firefox Companion for Kodak EasyShare Gallery Firefox Companion for Kodak EasyShare Gallery is a Firefox extension that can easily organize and share your pictures. Upload photos directly to your Kodak EasyShare Gallery, all within your browser. Drag, drop and arrange pictures adding photo titles, and create albums by multi-selecting...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (148): Firefox Companion for Kodak EasyShare Gallery Download

Added: February 18, 2010 | Visits: 547

Net::Z3950::AsyncZ Net::Z3950::AsyncZ is a Perl extension for the Z3950 module. SYNOPSIS Overview use Net::Z3950::AsyncZ; use Net::Z3950::AsyncZ qw(:record :headers :errors); use Net::Z3950::AsyncZ qw(asyncZOptions isZ_MARC isZ_GRS isZ_RAW isZ_DEFAULT noZ_Response isZ_Header isZ_ServerName Z_serverName);...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): Net::Z3950::AsyncZ Download

Added: January 23, 2010 | Visits: 1.288

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: September 26, 2010 | Visits: 1.334

Net-SNMP Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each...


Platforms: *nix

License: Freeware Size: 3.81 MB Download (149): Net-SNMP Download

Added: April 19, 2010 | Visits: 1.075

Net::TCP::PtyServer Net::TCP::PtyServer is a Perl module that serves pseudo-terminals. Opens a listening connection on a port, waits for network connections on that port, and serves each one in a seperate PTY. Coping with terminal size changes To set the size of a terminal, you need to call ioctl(), and pass...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::TCP::PtyServer Download

Added: May 06, 2010 | Visits: 797

Net::Akismet Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter. SYNOPSIS my $akismet = Net::Akismet->new( KEY => secret-baba-API-key, URL => http://example.blog.net/, ) or die(Key verification failure!); my $verdict = $akismet->check( USER_IP => 10.10.10.11,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Net::Akismet Download

Added: October 03, 2010 | Visits: 871

Net::DNS::TestNS Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Net::DNS::TestNS Download

Added: August 02, 2010 | Visits: 1.314

Net::Cisco::AccessList::Extended Net::Cisco::AccessList::Extended is a Perl module to generate Cisco extended access-lists. SYNOPSIS use Net::Cisco::AccessList::Extended; my $l = Net::Cisco::AccessList::Extended->new(INCOMING_LIST); $l->push({ access => permit, proto => ip, src_og => friendly_net, dst_og => local_net,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (117): Net::Cisco::AccessList::Extended Download

Added: February 17, 2010 | Visits: 954

Net::Appliance::Phrasebook Net::Appliance::Phrasebook is a Perl module for network appliance command-line phrasebook. SYNOPSIS use Net::Appliance::Phrasebook; my $pb = Net::Appliance::Phrasebook->new( platform => IOS, source => /a/file/somewhere.yml, # optional ); print $pb->fetch(a_command_alias), "n"; If you...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Net::Appliance::Phrasebook Download

Added: October 14, 2010 | Visits: 1.008

Net::DRI Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface to connect to domain name providers, either registries, registrars or an entity at another level. Thus Net::DRI can be used by a registrar to establish connections with various registries,...


Platforms: *nix

License: Freeware Download (88): Net::DRI Download

< 1 2 3 4 5