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 49.595.842 Times

Firefox Net Accelerator freeware
Filter: All | Freeware | Demo
 

Firefox Net Accelerator

< 1 2 3 4 5 > 
Added: June 19, 2010 | Visits: 948

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 (92): Net::Z3950::SimpleServer Download

Added: May 14, 2010 | Visits: 1.146

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 (99): Net::AIM Download

Added: August 21, 2010 | Visits: 986

Net::Lyskom Net::Lyskom is a Perl module used to talk to LysKOM servers. SYNOPSIS use Net::Lyskom; $a = Net::Lyskom->new(); $conf = 6; $a->login(pers_no => 437, password => "God", invisible => 1) or die "Failed to log in: $a->err_stringn"; $b = $a->send_message(7680, "Oook!"); $b =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): Net::Lyskom Download

Added: June 24, 2010 | Visits: 1.174

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 876

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Net::CyanChat Download

Added: March 06, 2010 | Visits: 1.202

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (135): Net::IMAP::Simple Download

Added: October 18, 2010 | Visits: 1.013

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Net::DNS::ValueDomain::DDNS Download

Added: February 09, 2010 | Visits: 1.110

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (109): Regexp::Common::net Download

Added: March 16, 2010 | Visits: 934

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (113): Net::SCP::Expect Download

Added: April 01, 2010 | Visits: 1.434

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (89): Net::DBus::Tutorial::ExportingObjects Download

Added: February 19, 2010 | Visits: 1.142

Net::DBus Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (96): Net::DBus Download

Added: June 14, 2010 | Visits: 1.211

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Net::FTP::File Download

Added: November 18, 2010 | Visits: 1.113

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (93): Net::DBus::Error Download

Added: November 15, 2010 | Visits: 918

Net::DBus::Dumper Net::DBus::Dumper can stringify Net::DBus objects suitable for printing. SYNOPSIS use Net::DBus::Dumper; use Net::DBus; # Dump out info about the bus my $bus = Net::DBus->find; print dbus_dump($bus); # Dump out info about a service my $service =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (90): Net::DBus::Dumper Download

Added: February 02, 2010 | Visits: 1.153

NET=MGM Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment. NET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (101): NET=MGM Download

Added: July 01, 2010 | Visits: 1.231

LOOP for Firefox LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet. You can seamlessly document URLs with the click of a button and then download or combine the web pages with other files to a single PDF..


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): LOOP for Firefox Download

Added: November 12, 2010 | Visits: 1.216

Gabbly Firefox Gabbly Firefox enables visitors on the same webpage to instantly chat with each other. Gabbly is an AJAX chat window that can be activated on any webpage by adding gabbly.com/ in front of any URL. Visitors to the same webpage can instantly chat with each other. This Firefox extension makes it...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (109): Gabbly Firefox Download

Added: July 27, 2010 | Visits: 601

Net::IPv4Addr Net::IPv4Addr is a Perl extension for manipulating IPv4 addresses. SYNOPSIS use Net::IPv4Addr qw( :all ); my ($ip,$cidr) = ipv4_parse( "127.0.0.1/24" ); my ($ip,$cidr) = ipv4_parse( "192.168.100.10 / 255.255.255.0" ); my ($net,$msk) = ipv4_network( "192.168.100.30" ); my $broadcast =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Net::IPv4Addr Download

Added: September 20, 2010 | Visits: 672

Net::TCPwrappers Net::TCPwrappers is a Perl interface to tcp_wrappers. SYNOPSIS use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access); ... my $progname = yadd; while (accept(CLIENT, SERVER)) { my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT)); fromhost($req);...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (91): Net::TCPwrappers Download

Added: November 11, 2010 | Visits: 1.282

Net::OpenSRS Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API. The client library distributed by OpenSRS can be difficult to integrate into a custom environment, and their web interface becomes quickly tedious with heavy usage. This is a clean and...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (123): Net::OpenSRS Download

< 1 2 3 4 5 >