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

My Hughes Net freeware
Filter: All | Freeware | Demo
 

My Hughes Net

< 1 2 3 4 5 > 
Added: November 26, 2010 | Visits: 1.555

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 (114): Net::SMS::Clickatell Download

Added: November 24, 2010 | Visits: 1.021

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

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

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: June 05, 2010 | Visits: 800

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

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

Added: April 01, 2010 | Visits: 713

Net::FreeDB2 Net::FreeDB2 is a Perl module with FreeDB generic connection class. SYNOPSIS # quick and dirty CD ripper use strict; # Make device name use Getopt::Std; $::opt_d = ; getopts (d:); my $dev = $::opt_d || /dev/cdrom; # Make a Net::FreeDB2::connection use Net::FreeDB2; my $conn =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): Net::FreeDB2 Download

Added: February 03, 2010 | Visits: 1.153

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Added: July 10, 2010 | Visits: 1.280

Net::YMSG::CRAM Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. SYNOPSIS my $cram = Net::YMSG::CRAM->new(); $cram->set_id($your_yahoo_id); $cram->set_password($your_password); $cram->set_challenge_string($string_from_server); my ($response_type6, $response_type96) =...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Net::YMSG::CRAM Download

Added: November 24, 2010 | Visits: 1.907

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: February 14, 2010 | Visits: 1.791

Net::Packet::CDP::TypeSoftwareVersion Net::Packet::CDP::TypeSoftwareVersion is a Perl module for Cisco Discovery Protocol Software Version extension header. SYNOPSIS use Net::Packet::Consts qw(:cdp); require Net::Packet::CDP::TypeSoftwareVersion; # Build a layer my $layer = Net::Packet::CDP::TypeSoftwareVersion->new( type =>...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (170): Net::Packet::CDP::TypeSoftwareVersion Download

Added: September 09, 2013 | Visits: 369

Net::APNS::Feedback for Linux Apple's APNS system provides a feedback service to let you know the device rejected notifications because they are no longer wanted (usually meaning the application has been removed). SYNOPSIS use Net::APNS::Feedback; my $apns = Net::APNS::Feedback->new({ sandbox => 1, cert => 'cert.pem',...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Net::APNS::Feedback for Linux Download

Added: December 03, 2013 | Visits: 1.133

Net::Wire10 Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without using an external client library such as for...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (47): Net::Wire10 Download

Added: September 23, 2013 | Visits: 559

Net::Vypress::Chat Net::Vypress::Chat is object oriented module and can only be used this way. What's about recognise() function i tried to stay as consistent as i can, but some values are mixed up. Module has these methods: new() Initialises new instance of module. Sets these variables (if not explained: 0 - off,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Net::Vypress::Chat Download

Added: August 04, 2010 | Visits: 894

AI::NeuralNet::BackProp AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule. SYNOPSIS use AI::NeuralNet::BackProp; # Create a new network with 1 layer, 5 inputs, and 5 outputs. my $net = new AI::NeuralNet::BackProp(1,5,5); # Add a small amount of randomness to the network...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (99): AI::NeuralNet::BackProp Download

Added: September 04, 2013 | Visits: 381

Net::SSH::Perl Net::SSH::Perl is a Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. SYNOPSIS use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass); my($stdout, $stderr, $exit) = $ssh->cmd($cmd); Net::SSH::Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (38): Net::SSH::Perl Download

Added: July 06, 2010 | Visits: 926

Audio::LADSPA::Network Audio::LADSPA::Network is a semi automatic connection of Audio::LADSPA::* objects. SYNOPSIS use Audio::LADSPA::Network; use Audio::LADSPA::Plugin::Play; sub subscriber { my ($object,$event) = @_; $object = ref($object); print "Recieved event $event from $objectn"; }...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (92): Audio::LADSPA::Network Download

Added: March 16, 2010 | Visits: 1.242

Aw::Admin Aw::Admin is a Perl extension for the ActiveWorks C Administration Libraries. SYNOPSIS use Aw MyFavoriteBroker@my.host.net:6449; require Aw::Admin::ServerClient; my $desc = new Aw::ConnectionDescriptor; my $server = new Aw::Admin::ServerClient ( "my.host.net:6449", $desc ); # # fix new...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Aw::Admin Download

Added: May 11, 2010 | Visits: 2.091

WWW::BF2S WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): WWW::BF2S Download

Added: September 24, 2010 | Visits: 843

Redirex Redirex is a small, lightweight Perl server which intercepts HTTP requests sent to the old address and redirects them to the sites new home. Handy when you change the IP address of a Web server and discover that, months later, requests still rain in from search engines and other sites which have...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Redirex Download

< 1 2 3 4 5 >