Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,4316,440项(搜索用时0.01秒)
net/Net-Dict-2.21 (Score: 2.2029475E-4)
Simple client API for the DICT protocol
Net::Dict is a perl class for looking up words and their definitions on network dictionary servers. Net::Dict provides a simple DICT client API for the network protocol described in RFC2229.
net/Net-Frame-Dump-1.14 (Score: 2.2029475E-4)
Tcpdump like perl implementation
Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file.
net/Net-HTTP-6.09 (Score: 2.2029475E-4)
Low-level HTTP client
The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP server.
net/Net-IPTrie-0.7 (Score: 2.2029475E-4)
Module for building IPv4 and IPv6 address space hierarchies
This module uses a radix tree (or trie) to quickly build the hierarchy of a given address space (both IPv4 and IPv6). This allows the user to perform fast subnet or routing lookups. It is implemented exclusively in Perl.
net/Net-OAuth-Simple-1.7 (Score: 2.2029475E-4)
Simple wrapper around the OAuth protocol
Net::OAuth::Simple is a simple wrapper around the OAuth protocol. OAuth is: An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications.
net/Net-OpenID-Consumer-1.18 (Score: 2.2029475E-4)
Library for consumers of OpenID identities
This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. More information is available at: http://www.danga.com/openid/
net/Net-SCP-Expect-0.16 (Score: 2.2029475E-4)
Perl5 wrapper for scp that allows passwords via Expect
This module is simply a wrapper around the scp call. The primary difference between this module and I<Net::SCP> is that you may send a password programmatically, instead of being forced to deal with interactive sessions.
net/Net-Traceroute6-0.03 (Score: 2.2029475E-4)
Perl module to parse traceroute6(8) output
This module implements traceroute6(8) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is currently implemented as a parser around the system traceroute command.
net/NetPacket-1.4.1 (Score: 2.2029475E-4)
Modules to assemble/disassemble network packets at the protocol level
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.
net/POE-Component-Client-Telnet-0.06 (Score: 2.2029475E-4)
POE component that provides non-blocking access to Net::Telnet
POE::Component::Client::Telnet is a POE component that provides a non-blocking wrapper around Net::Telnet, or any other module based on Net::Telnet. Consult the Net::Telnet documentation for more details.