Ports Search

Results 541550 of 6,332 for /net-p2p/.(0.024 seconds)
net-p2p/zetacoin-0.11.2.3 (Score: 0.04211659)
Peer-to-Peer crypto currency with quick transactions
Zetacoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.
net/Net-INET6Glue-0.6 (Score: 0.041921336)
Make common modules IPv6 ready by hotpatching
Net::INET6Glue is a collection of modules to make common modules IPv6 ready by hotpatching them. Unfortunatly the current state of IPv6 support in perl is that no IPv6 support is in the core and that a lot of important modules (like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6 sockets Socket6, IO::Socket::INET6 are available. This module tries to mitigate this by hotpatching.
net/Net-IP-RangeCompare-4.025 (Score: 0.041921336)
Perl extension for IP Range Comparisons
Fast scalable ip range aggregation and summary tool kit. Find intersections across multiple lists of IP ranges, fast. Although similar in functionality to Net::CIDR::Compare, Net::Netmask and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management and evaluation tool allowing more flexibility and scalability when dealing with the somewhat organic nature of IP-Ranges. If you have a large number of ipv4 ranges and need to inventory lists of ranges for intersections, this is the Module for you!
net/Net-Twitter-Lite-0.12006 (Score: 0.041921336)
Perl interface to the Twitter API
This module provides a perl interface to the Twitter APIs. It uses the same API definitions as Net::Twitter, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. This module is related to, but is not part of the "Net::Twitter" distribution. It's API methods and API method documentation are generated from "Net::Twitter"'s internals. It exists for those who cannot, or prefer not to install Moose and its dependencies.
net/Net-Google-PicasaWeb-0.11 (Score: 0.041869413)
Use Google Picasa Web API
Net::Google::PicasaWeb - use Google's Picasa Web API This is both a library and a set of simple scripts for reading information about a Google PicasaWeb account.
ftp/Net-FTP-Common-7.0.d (Score: 0.041856416)
Perl module to provide simplify common usages of Net::FTP
This module is intended to make the common uses of Net::FTP a one-line, no-argument affair. In other words, you have 100% programming with Net::FTP. With Net::FTP::Common you will have 95% configuration and 5% programming.
mail/Net-POP3-SSLWrapper-0.06 (Score: 0.041710295)
Perl extension for simple POP3S wrapper for Net::POP3
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. You can easy to support POP3S, with very small code change.
net/Net-Daemon-0.48 (Score: 0.041494504)
Perl5 extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways.
net/Net-Ping-2.41 (Score: 0.04144671)
Perl module to check a remote host for reachability
This module contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed.
net/Net-DHCPClient-1.0 (Score: 0.04144671)
Perl implementation of a DHCP client API
This module provides methods for implementing a DHCP client. It allows perl scripts to interacts with DHCP servers. It's good for DHCP servers testing.