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

Access Net freeware
Filter: All | Freeware | Demo
 

Access Net

1 2 3 4 5 > 
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: September 20, 2010 | Visits: 677

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

Added: August 04, 2010 | Visits: 1.095

Net::ICQ 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 (93): Net::ICQ Download

Added: August 02, 2010 | Visits: 1.318

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: November 26, 2010 | Visits: 1.554

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

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 478

Library .NET (Access) 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 (469): Library .NET (Access) Download

Released: May 01, 2006  |  Added: November 01, 2014 | Visits: 3.145

WinTools.net 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 (171): WinTools.net Download

Added: February 19, 2010 | Visits: 1.151

Net::DBus 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 (96): Net::DBus Download

Added: November 02, 2010 | Visits: 1.111

Net::IPMessenger::MessageCommand 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 (97): Net::IPMessenger::MessageCommand Download

Added: October 14, 2010 | Visits: 1.012

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: April 06, 2010 | Visits: 748

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: February 04, 2010 | Visits: 898

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 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 07, 2010 | Visits: 801

Net::Server::Mail::ESMTP::XFORWARD 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 (93): Net::Server::Mail::ESMTP::XFORWARD Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 856

DotNet (.NET) Version Check DotNET Version Checker will tell you whether you have the required components to run Microsoft .NET (dotNet) applications, and lists all the installed runtimes if present. It checks the version of MDAC (data access components), Internet Explorer and the .NET runtime and servicepacks installed on...


Platforms: Windows

License: Freeware Size: 122.88 KB Download (495): DotNet (.NET) Version Check Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 789

AfterLogic WebMail Lite .NET Free and easy-to-use ASP.NET webmail script with modern AJAX interface. Supports POP3/IMAP accounts, SMTP, SSL (including Gmail). Users can check and send mail, use address book. Skins, 3-pane view, non-English languages (including right-to-left Arabic and Hebrew), UTF-8 and other charsets, IMAP...


Platforms: Windows

License: Freeware Size: 4.89 MB Download (383): AfterLogic WebMail Lite .NET Download

Added: July 30, 2013 | Visits: 610

Tor-Proxy.NET Toolbar Tor-Proxy.NET Toolbar is a Firefox extension that allows you to access TOR-Proxy.NET directly. Hide your IP and surf anonymously. This Addon creates a new toolbar, where you can enter the address you want to take a look at. You have the choice between different anonymization-networks. Currently...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (45): Tor-Proxy.NET Toolbar Download

Added: July 25, 2006 | Visits: 4.450

Delta Forth .NET Delta Forth is a simplified dialect of the Forth programming language. Since it is a compiled language, many of the traditional Forth concepts related to chained execution of words have been removed. Delta Forth for Java has been around since 1997. At that time it was a premiere, as the first...


Platforms: Windows

License: Freeware Size: 199 KB Download (279): Delta Forth .NET Download

Added: March 12, 2006 | Visits: 5.565

Access Form Resizer The Access Form Resizer is a Microsoft Access MDB (Microsoft Database) that allows you to install a module in your own Access MDBs that can resize your program's forms to fit the current screen resolution. It is intended for Access developers with basic Visual Basic for Applications (VBA) coding...


Platforms: Windows

License: Freeware Size: 161 KB Download (586): Access Form Resizer Download

Added: April 18, 2006 | Visits: 5.672

PowerTCP Mail for .NET Use the .NET components included with PowerTCP Mail for .NET to integrate email functionality into and .NET Windows application, Web application, or Web Service. 100% managed code. Use the SMTP component to send Internet email, from a simple basic text email to a complex email with...


Platforms: Windows

License: Freeware Size: 4.04 MB Download (982): PowerTCP Mail for .NET Download

1 2 3 4 5 >