









Serving Software Downloads in 976 Categories, Downloaded 31.076.560 Times
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 (201): Net::BitTorrent::LibBT::Tracker Download |
Net::TCPwrappers is a Perl interface to tcp_wrappers. SYNOPSIS use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access); ... my $progname = yadd; while (accept(CLIENT, SERVER)) { my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT)); fromhost($req);...
Platforms: *nix
License: Freeware | Size: 48.13 KB | Download (70): Net::TCPwrappers Download |
This is a set of Perl modules that allow you to access the ICQ Instant Messaging. These modules provide you access to creating/receiving messages, writing clients, etc. After unzipping and untarring the distribution directory,you should be running these commands to install it: perl Makefile.PL...
Platforms: *nix
License: Freeware | Size: 18.43 KB | Download (73): Net::ICQ Download |
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 (91): Net::Cisco::AccessList::Extended Download |
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 (91): Net::SMS::Clickatell Download |
WinTools.net is a suite of tools for increasing operating system performance. WinTools.net cleanly removes unwanted software from disk drives and dead references from the Windows registry. WinTools.net puts you in control of the Windows start up process, memory monitoring and gives you the power...
Platforms: Windows
License: Freeware | Cost: $29.99 USD | Size: 800 KB | Download (130): WinTools.net Download |
Web Form Builder is a standard code generator project that implements a production quality ASP.NET 3.5 application with SqlDataSource as a data access layer. This type of project is perfect for a small to medium size database. Microsoft SQL Server 2005 and Oracle 11g database servers are...
Platforms: Windows
License: Freeware | Size: 460.16 KB | Download (860): Web Form Builder Download |
Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply...
Platforms: *nix
License: Freeware | Size: 82.94 KB | Download (78): Net::DBus Download |
If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you want to do access control based on unix group membership, then mod_authz_unixgroup is exactly what you need. Lets say you are doing unix passwd...
Platforms: *nix
License: Freeware | Size: 102.4 KB | Download (76): Mod_Authz_Unixgroup Download |
dotnetfromjava is a Java software API to provide access to the .NET APIs without writing native code. From the Java developers point of view, the main Java object that makes .NET API calls is NetObject. From the .NET developers point of view, NetObject is the RuntimeType of a .NET (Object)...
Platforms: *nix
License: Freeware | Size: 1024 KB | Download (84): dotnetfromjava Download |
Net::IPMessenger::MessageCommand is a Perl module for message command definition and accessor class. SYNOPSIS use Net::IPMessenger::MessageCommand; my $command = Net::IPMessenger::MessageCommand->new(SENDMSG)->set_secret; This defines IP Messenger command and option flags. Also this gives...
Platforms: *nix
License: Freeware | Size: 12.29 KB | Download (79): Net::IPMessenger::MessageCommand Download |
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 (71): Net::DRI Download |
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 (71): Net::FTPServer Download |
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 (91): Net::iTMS Download |
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 (73): Net::FreeDB2 Download |
Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;...
Platforms: *nix
License: Freeware | Size: 15.36 KB | Download (75): Net::Server::Mail::ESMTP::XFORWARD Download |
dotConnect for MySQL Express, formerly known as MyDirect .NET, is an enhanced data provider for MySQL that builds on ADO.NET technology to present a complete solution for developing MySQL-based database applications. As part of the Devart database application development framework, dotConnect for...
Platforms: Windows
License: Freeware | Size: 12.23 MB | Download (178): dotConnect for MySQL Express Download |
dotConnect Express for PostgreSQL is a free of charge data provider built over ADO.NET architecture and a development framework with number of innovative technologies. It offers basic functionality for developing database-related applications and web sites. It introduces new approaches for...
Platforms: Windows
License: Freeware | Size: 12.79 MB | Download (94): dotConnect for PostgreSQL Express Download |
NELiX TransaX FleXport contains documentation and examples for integrating payment processing within any application!
The NELiX TransaX FleXport supports:
- Sale
- Auth
- Capture
- Void
- Refund
- Recurring...
Platforms: Windows
License: Freeware | Size: 49.06 MB | Download (249): NELiX TransaX FleXPort Code Library Download |
fishCode Library .NET is an All-In-One information, knowledge, and document management system.
The application allows you to organize your notes, code snippets, files, images, Web (Video) and RSS feeds into an easy-to-use format.
Platforms: Windows, 2003, Windows Vista, 7
License: Freeware | Download (67): Library .NET (Access) Download |