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

Net Frame Ware freeware
Filter: All | Freeware | Demo
 

Net Frame Ware

< 1 2 3 4 5 
Added: October 19, 2010 | Visits: 1.319

Net::UP::Notify Net::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser). SYNOPSIS use Net::UP::Notify; $blah=new Net::UP::Notify; $blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Net::UP::Notify Download

Added: January 23, 2010 | Visits: 1.306

Net::Proxy Net::Proxy is a Perl framework for proxying network connections in many ways. SYNOPSIS use Net::Proxy; # proxy connections from localhost:6789 to remotehost:9876 # using standard TCP connections my $proxy = Net::Proxy->new( { in => { type => tcp, port => 6789 }, out => { type => tcp,...





Platforms: *nix

License: Freeware Size: 29.7 KB Download (142): Net::Proxy Download

Added: May 07, 2010 | Visits: 868

Net::Delicious::Simple Net::Delicious::Simple is a Net::Delicious for backups. SYNOPSIS use Net::Delicious::Simple; my $del = Net::Delicious->new(user => plki, pswd => secret); print "$_->{href}n" for $del->all_posts; __top If you want to do anything interesting with del.icio.us automation, you probably want...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Net::Delicious::Simple Download

Added: April 06, 2010 | Visits: 733

Net::FTPServer Net::FTPServer is a secure, extensible and configurable Perl FTP server. SYNOPSIS ftpd [--help] [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file] [-P pidfile] [-o option=value] Net::FTPServer is a secure, extensible and configurable FTP server written in Perl. Current features include:...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (87): Net::FTPServer Download

Added: November 26, 2010 | Visits: 1.546

Net::SMS::Clickatell Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service. SYNOPSIS use Net::SMS::Clickatell; my $catell = Net::SMS::Clickatell->new( API_ID => $api_id ); $catell->auth( USER => $user, PASSWD => $passwd ); $catell->sendmsg( TO => $mobile_phone, MSG => Hi, Im using...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Net::SMS::Clickatell Download

Added: August 14, 2010 | Visits: 737

Net::ICQ2000 Net::ICQ2000 is a Perl module for handling the ICQ2000 protocol. This module was written by Robin Fisher and works very well, hes let me take over as the maintainer of the module for the time being and now Im looking to attract more developers to improve this software.. Get Net::ICQ2000 at...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Net::ICQ2000 Download

Added: September 16, 2010 | Visits: 903

Net::IRC3::Util Net::IRC3::Util are common utilities that help with IRC protocol handling. SYNOPSIS use Net::IRC3 qw/parse_irc_msg mk_msg/; my $msgdata = mk_msg (undef, PRIVMSG FUNCTIONS These are some utility functions that might come in handy when handling the IRC protocol. You can export these...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Net::IRC3::Util Download

Added: October 05, 2010 | Visits: 1.064

Net::UPS Net::UPS is an implementation of UPS Online Tools API in Perl. SYNOPSIS use Net::UPS; $ups = Net::UPS->new($userid, $password, $accesskey); $rate = $ups->rate($from_zip, $to_zip, $package); printf("Shipping this package $from_zip => $to_zip will cost you $.2fn", $rate->total_charges);...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (114): Net::UPS Download

Added: March 11, 2010 | Visits: 1.146

Net::Oscar Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients..


Platforms: *nix

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

Added: March 09, 2010 | Visits: 1.954

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (104): Net::DHCP::Packet Download

Added: April 01, 2010 | Visits: 755

Net::Chat::Daemon Net::Chat::Daemon is a Perl module to run a daemon that is controlled via instant messaging. ABSTRACT This package is intended to serve as a superclass for objects that want to communicate via IM messages within a distributed network of client nodes and a coordinator, without dealing with the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (88): Net::Chat::Daemon Download

Added: November 24, 2010 | Visits: 1.008

Net::DAAP::Server::AAC Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. SYNOPSIS use POE; use Net::DAAP::Server::AAC; # same as Net::DAAP::Server my $server = Net::DAAP::Server::AAC->new( path => "/home/miyagawa/music", port => 9999, name => "My Music", ); $poe_kernel->run;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Net::DAAP::Server::AAC Download

Added: February 04, 2010 | Visits: 888

Net::iTMS Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). SYNOPSIS my $iTMS = Net::iTMS->new; my $artist = $iTMS->get_artist(2893902); print "Artist: ", $artist->name, "n"; for my $album ($artist->discography) { print $album->title, "n"; for my $track...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): Net::iTMS Download

Added: April 04, 2010 | Visits: 1.440

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (124): Net::Nessus::Client Download

Added: May 13, 2010 | Visits: 844

Verilog::Netlist::Net Verilog::Netlist::Net is a Net for a Verilog Module. SYNOPSIS use Verilog::Netlist; ... my $net = $module->find_net (signalname); print $net->name; Verilog::Netlist creates a net for every sc_signal declaration in the current module..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): Verilog::Netlist::Net Download

Added: March 09, 2010 | Visits: 788

SystemC::Netlist::Net SystemC::Netlist::Net is a Perl module which provides Net for a SystemC Module. This is a superclass of Verilog::Netlist::Net, derived for a SystemC netlist pin. Parsing example: @example package Trialparser; @@ISA = qw(SystemC::Parser); sub module @{ my $self = shift; my $module =...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): SystemC::Netlist::Net Download

Added: October 08, 2010 | Visits: 627

Net::XWhois Net::XWhois is a Whois Client Interface for Perl5. SYNOPSIS use Net::XWhois; $whois = new Net::XWhois Domain => "vipul.net" ; $whois = new Net::XWhois Domain => "bit.ch", Server => "domreg.nic.ch", Retain => 1, Parser => { nameservers => nserver:s+(S+), }; The Net::XWhois class...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (86): Net::XWhois Download

Added: June 27, 2010 | Visits: 1.059

Net::MarkLogic::XDBC Net::MarkLogic::XDBC is a Perl module with XDBC connectivity for MarkLogic CIS servers. SYNOPSIS use Net::MarkLogic::XDBC $xdbc = Net::MarkLogic::XDBC->new( "user:pass@localhost:9000" ); $xdbc = Net::MarkLogic::XDBC->new(host => $host, port => $port, username => $user, password =>...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Net::MarkLogic::XDBC Download

Added: June 05, 2010 | Visits: 788

Net::MirrorDir Net::MirrorDir is a Perl extension for compare local-directories and remote-directories with each other. SYNOPSIS use Net::MirrorDir; my $md = Net::MirrorDir->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", ); or more detailed my $md =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Net::MirrorDir Download

Added: April 02, 2010 | Visits: 630

Net::DownloadMirror Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory. SYNOPSIS use Net::DownloadMirror; my $um = Net::DownloadMirror->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", ); $um->Update(); or...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (86): Net::DownloadMirror

< 1 2 3 4 5