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

Sf Net freeware
Filter: All | Freeware | Demo
Display by: Relevance |  Downloads |  Name

Sf Net

< 1 2 3 4 5 > 
Added: January 01, 2010 | Visits: 496

Net::YahooMessenger 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

Added: September 26, 2010 | Visits: 443

Net-SNMP 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

Added: January 23, 2010 | Visits: 537

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

License: Freeware Cost: $0.00 USD Size: 29.7 KB Download (91): Net::Proxy Download

Added: May 25, 2010 | Visits: 294

Net:IPMessenger::ToStdoutEventHandler 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

Added: May 03, 2010 | Visits: 442

CodePrinter 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

Added: September 01, 2010 | Visits: 1.390

Another Gallery 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

Added: January 18, 2010 | Visits: 843

OpenEMM 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

Added: June 27, 2010 | Visits: 458

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

License: Freeware Cost: $0.00 USD Size: 81.92 KB Download (83): Net::Server Download

Released: July 01, 2007  |  Added: July 29, 2010 | Visits: 746

.NET Active Directory Wrapper Lite .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

Added: February 17, 2010 | Visits: 467

Net-SSH2 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

Released: May 22, 2013  |  Added: May 26, 2013 | Visits: 817

Cucusoft Net Guard 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

Added: July 01, 2010 | Visits: 745

PVRec 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

Added: October 27, 2010 | Visits: 441

Net::Stomp::Frame 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

Added: April 04, 2010 | Visits: 863

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

License: Freeware Cost: $0.00 USD Size: 16.38 KB Download (77): Net::Nessus::Client Download

Added: November 11, 2010 | Visits: 533

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

License: Freeware Cost: $0.00 USD Size: 12.29 KB Download (75): Net::OpenSRS Download

Added: March 06, 2010 | Visits: 496

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

License: Freeware Cost: $0.00 USD Size: 8.19 KB Download (74): Net::IMAP::Simple Download

Added: June 18, 2010 | Visits: 293

MPEG::MP3Info 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

Added: March 16, 2010 | Visits: 424

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

License: Freeware Cost: $0.00 USD Size: 153.6 KB Download (69): Net::SCP::Expect Download

Added: October 16, 2010 | Visits: 709

Net::BitTorrent::PeerPacket 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

Added: May 18, 2010 | Visits: 416

Net::Connection::Sniffer::Util 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

< 1 2 3 4 5 > 
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012