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

Net Messages freeware
Filter: All | Freeware | Demo
 

Net Messages

< 1 2 3 4 5 
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

Added: July 18, 2010 | Visits: 1.827

Net::Whois::RIPE Net::Whois::RIPE is an object-oriented Perl library module that provides methods to query, retrieve, and update RIPE-157 formatted objects from whois servers that support this format. In particular, both the Asian and European Internet Registries (whois.ripe.net and whois.apnic.net) support...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (100): Net::Whois::RIPE Download

Added: June 27, 2010 | Visits: 969

Net::Server Net::Server is an extensible, general Perl server engine. SYNOPSIS #!/usr/bin/perl -w -T package MyPackage; use Net::Server; @ISA = qw(Net::Server); sub process_request { #...code... } MyPackage->run(port => 160); exit;.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (132): Net::Server Download

Added: October 19, 2010 | Visits: 1.328

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.310

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 (148): Net::Proxy Download

Added: May 07, 2010 | Visits: 872

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: 741

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: August 14, 2010 | Visits: 743

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 (91): Net::ICQ2000 Download

Added: September 05, 2010 | Visits: 1.685

Net::SMPP Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). Net::SMPP module is applicable to both european GSM and...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (243): Net::SMPP Download

Added: October 05, 2010 | Visits: 1.070

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.151

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

Added: November 24, 2010 | Visits: 1.016

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: 895

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.444

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 (130): Net::Nessus::Client Download

Added: May 13, 2010 | Visits: 849

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 (119): Verilog::Netlist::Net Download

Added: March 09, 2010 | Visits: 792

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

< 1 2 3 4 5