Sf Net
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. SYNOPSIS use Net::YahooMessenger; my $yahoo = Net::YahooMessenger->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 16.38 KB | Download (105): Net::YahooMessenger Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 3.81 MB | Download (104): Net-SNMP Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 29.7 KB | Download (91): Net::Proxy Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 12.29 KB | Download (90): Net:IPMessenger::ToStdoutEventHandler Download |
CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper. CodePrinter is written in Java and makes use of the Java...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Download (87): CodePrinter Download |
Another Gallery is a PHP port of the Zgal gallery generator. Another Gallery project supports themes and rollover buttons. ImageMagick creates thumbs with a higher quality than GD2.x. If you want to use Perl and ImageMagick you need the Image::Size perl module to generate the thumbnails. It is...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 368.64 KB | Download (85): Another Gallery Download |
OpenEMM is a feature-rich industrial-strength enterprise software for e-mail marketing and the first Open Source application for e-mail marketing. The OpenEMM code base has been developed since 1999 and is used (as part of the commercial ASP product E-Marketing Manager) by companies like BenQ,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 40.3 MB | Download (84): OpenEMM Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 81.92 KB | Download (83): Net::Server Download |
.Net Active Directory Lite is a free package of two Visual Studio solutions (.sln) that includes all the source code to calling multiple Active Directory function and a complete sample application that demonstrates the functionality of the wrapper. Both solutions are written in C# and are...
Platforms: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 186 KB | Download (83): .NET Active Directory Wrapper Lite Download |
Net-SSH2 is a SSH 2 protocol interface. SYNOPSIS Top use Net::SSH2; my $ssh2 = Net::SSH2->new(); $ssh2->connect(example.com) or die; if ($ssh2->auth_keyboard(fizban)) { my $chan = $ssh2->channel(); $chan->exec(program); my $sftp = $ssh2->sftp(); my $fh = $sftp->open(/etc/passwd)...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 65.54 KB | Download (81): Net-SSH2 Download |
Cucusoft Net Guard, a free software to monitor your broadband usage, speed up your Internet speed, kill malware who are wasting your bandwidth, provide you a monthly detail Broadband Usage report. On the market, this kind of software is sold for $30 or higher and even has fewer features than...
Platforms: Windows XP, Windows 2003, Windows Vista, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 4.28 MB | Download (81): Cucusoft Net Guard Download |
PVRec is a simple applet written in Gambas that takes an MPEG-2 stream from the pvrusb driver for the Hauppauge WinTV PVR USB and allows you to simultaneously view (using Mplayer) and record it. PVRec is basically the smallest amount of code I could write to let myself easily record video using...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 13.31 KB | Download (79): PVRec Download |
Net::Stomp::Frame is a STOMP Frame. SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string; This module encapsulates a Stomp...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (77): Net::Stomp::Frame Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 16.38 KB | Download (77): Net::Nessus::Client Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 12.29 KB | Download (75): Net::OpenSRS Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 8.19 KB | Download (74): Net::IMAP::Simple Download |
MPEG::MP3Info is a Perl module to manipulate / fetch info from MP3 audio files. This is just a wrapper around MP3::Info now. A wrapper module is included so scripts calling MPEG::MP3Info (the old name) will still work. This archive can always be obtained from:...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 96.26 KB | Download (70): MPEG::MP3Info Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 153.6 KB | Download (69): Net::SCP::Expect Download |
Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent. SYNOPSIS # Encode a packet my $binary_packet = bt_build_packet($key1, $value1, $key2, $value2); # Decode a packet my $parsed_packet = bt_parse_packet($binary_data); Net::BitTorrent::PeerPacket handles parsing and...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (69): Net::BitTorrent::PeerPacket Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 43.01 KB | Download (68): Net::Connection::Sniffer::Util Download |
