Ports Search

Results 131140 of 5,886 for /net-im/.(0.005 seconds)
polish/libtlen-20041113 (Score: 0.065585494)
Backend for interoperability with Tlen.pl, Polish IM network
A libtlen is a backend library to implement interoperability with Poland's Jabber protocol based Tlen.pl IM network.
polish/tleenx2-20040214 (Score: 0.065585494)
Client for polish IM service called Tlen.pl
TleenX2 is a tlen.pl (Polish IM protocol based on Jabber) client for X Window System with Gtk+-2.0 library.
mail/Net-IMAP-Simple-SSL-1.3 (Score: 0.06558076)
SSL support for Net::IMAP::Simple
This module is a subclass of Net::IMAP::Simple that includes SSL support. The interface is identical.
net/Net-Google-AuthSub-0.5 (Score: 0.0654777)
Interact with sites that implement Google style AuthSub
Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.
net/Net-Google-Code-0.19 (Score: 0.0654777)
Simple client library for Google code
Net::Google::Code is a simple client library for projects hosted in Google Code.
Client library to ping a PubSubHubbub hub
Net::PubSubHubbub::Publisher is a client library to ping a PubSubHubbub hub.
net/Net-SMS-PChome-0.11 (Score: 0.0654777)
Send SMS messages via the sms.pchome.com.tw service
Net::SMS::PChome allows sending SMS messages via http://sms.pchome.com.tw/
net/Net-SSH-Perl-2.01 (Score: 0.0654777)
Perl5 module implementing both the SSH1 and SSH2 protocols
This is Net::SSH::Perl. It contains implementations of both the SSH1 and SSH2 protocols.
net/Net-Random-2.31 (Score: 0.065469936)
Perl5 module to get random data from online sources
Net::Random - get random data from online sources This module gets truly random data from online sources. Or at least, they claim to be truly random. The two sources of randomness above correspond to http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex and http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex. We always get chunks of 1024 bytes at a time, storing it in a pool which is used up as and when needed. The pool is shared between all objects using the same randomness source. When we run out of randomness we go back to the source for more juicy random goodness. The maintainers of both randomness sources claim that their data is *truly* random. A some simple tests show that they are certainly more random than the rand() function on this 'ere machine.
www/net-http-pipeline-1.0.1 (Score: 0.065200955)
HTTP/1.1 pipelining implementation atop Net::HTTP
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined connection sends multiple requests to the HTTP server without waiting for the responses. The server will respond in-order.