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

Pop Charter Net freeware
Filter: All | Freeware | Demo
 

Pop Charter Net

< 1 2 3 4 5 > 
Added: September 20, 2010 | Visits: 674

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 10, 2010 | Visits: 1.170

Kmail POP filter with antispam/scoring Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters. Read the content of file README for the use information and for applying the patch. Filter rules with action with one score value (only for kde-3.5.x) - The porting for the other versions will come make only...





Platforms: *nix

License: Freeware Size: 522.24 KB Download (103): Kmail POP filter with antispam/scoring Download

Added: November 11, 2010 | Visits: 1.287

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: *nix

License: Freeware Size: 12.29 KB Download (128): Net::OpenSRS Download

Added: April 11, 2010 | Visits: 1.168

Net::LDAP::FAQ Net::LDAP::FAQ is a Perl module with Frequently Asked Questions about Net::LDAP. SYNOPSIS perldoc Net::LDAP::FAQ This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found...


Platforms: *nix

License: Freeware Size: 256 KB Download (91): Net::LDAP::FAQ Download

Added: November 14, 2010 | Visits: 1.163

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: April 03, 2010 | Visits: 1.288

B-net B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): B-net Download

Added: May 20, 2010 | Visits: 1.329

net-tools The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (109): net-tools Download

Added: May 02, 2010 | Visits: 976

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


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): Net::YahooMessenger::CRAM Download

Added: January 01, 2010 | Visits: 1.101

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: *nix

License: Freeware Size: 16.38 KB Download (152): Net::YahooMessenger Download

Added: May 12, 2010 | Visits: 1.065

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

Added: February 12, 2010 | Visits: 1.202

Net::Amazon::EC2 Net::Amazon::EC2 is a Perl interface to the Amazon Elastic Compute Cloud (EC2) environment. SYNOPSIS use Net::Amazon::EC2; my $ec2 = Net::Amazon::EC2->new( AWSAccessKeyId => PUBLIC_KEY_HERE, SecretAccessKey => SECRET_KEY_HERE ); # Start 1 new instance from AMI: ami-XXXXXXXX my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Net::Amazon::EC2 Download

Added: January 07, 2010 | Visits: 1.089

Net::Hotline::Client Net::Hotline::Client is a Perl library for the Hotline internet client. SYNOPSIS use Net::Hotline::Client; $hlc = new Net::Hotline::Client; $hlc->connect("127.0.0.1") $hlc->chat_handler(&Chat_Handler); $hlc->msg_handler(&Msg_Handler); $hlc->login(Login => "Steve", Password =>...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (109): Net::Hotline::Client Download

Added: October 16, 2010 | Visits: 1.304

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: *nix

License: Freeware Size: 6.14 KB Download (118): Net::BitTorrent::PeerPacket Download

Added: July 18, 2010 | Visits: 1.080

Net::SynchroEdit::Service Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. SYNOPSIS use Net::SynchroEdit::Service; my $conn = new Net::SynchroEdit::Service; $conn->connect("localhost", 7962, "root", "secret"); Net::SynchroEdit::Service provides a complete set of...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Net::SynchroEdit::Service Download

Added: March 16, 2010 | Visits: 956

Net::Traces::SSFNet Net::Traces::SSFNet is a Perl module to analyze traces generated by SSFNet. SYNOPSIS use Net::Traces::SSFNet qw( droptail_record_player droptail_record_plotter ); $Net::Traces::SSFNet::PRINT_EXACT_DECIMAL_DIGITS = 0; $Net::Traces::SSFNet::SHOW_SOURCES = 1; $Net::Traces::SSFNet::SHOW_STATS...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Net::Traces::SSFNet Download

Added: July 01, 2010 | Visits: 2.066

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Net::DNS::ZoneFile Download

Added: November 03, 2010 | Visits: 464

Net::AudioScrobbler Net::AudioScrobbler is a Perl module that provides an interface to AudioScrobbler. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Net::AudioScrobbler Download

Added: January 06, 2010 | Visits: 810

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: October 27, 2010 | Visits: 1.088

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: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download

Added: March 19, 2010 | Visits: 706

Net::NIS::Listgroup Net::NIS::Listgroup is a Perl module to list hosts/users in a netgroup group. SYNOPSIS use Listgroup; $array_ref_groups = listgroup(); $array_ref_groups = listgroups(); $array_ref_users_or_groups = listgroup({groupname}); $array_ref_users_or_groups = listgroup_user({groupname1}, [...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Net::NIS::Listgroup Download

< 1 2 3 4 5 >