Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第1,5711,580项(搜索用时0.004秒)
net/samba36-3.6.25 (Score: 0.026957162)
Samba "ftp-like" client
smbclient is samba client with an "ftp like" interface. It is a useful tool to test connectivity to a Windows share. It can be used to transfer files, or to look at share names. In addition, it has a nifty ability to 'tar' (backup) and restore files from a server to a client and visa versa.
net/iproto-0.3.17 (Score: 0.026957162)
Ruby implementation of Mail.Ru iproto protocol
Wrapper for Mail.Ru simple network protocol IProto. Support 2 modes: block via Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in Tarantool ruby client and private libs.
net/lita-gems-1.1.0 (Score: 0.026957162)
Lita handler for rubygems.org querying
Lita handler for rubygems.org querying
net/macaddr-1.7.1 (Score: 0.026957162)
Cross Platform Mac Address Determination for Ruby
Rubygem-macaddr is a cross platform mac address determination for ruby.
net/seda-3.0 (Score: 0.026957162)
Architecture for Highly Concurrent Server Applications
[ excerpt from developer's web site with modifications ] The goal is to build a system capable of supporting massive concurrency (on the order of tens of thousands of simultaneous client connections) and avoid the pitfalls which arise with traditional thread and event-based approaches. SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. By performing admission control on each event queue, the service can be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. SEDA employs dynamic control to automatically tune runtime parameters (such as the scheduling parameters of each stage), as well as to manage load, for example, by performing adaptive load shedding. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.
net/netrc-0.7.7 (Score: 0.026957162)
Read and update netrc files
This library can read and update netrc files, preserving formatting including comments and whitespace.
net/samba36-3.6.25 (Score: 0.026957162)
Free SMB and CIFS client and server for Unix
The Samba suite is a set of programs which run under the FreeBSD operating system. These programs deliver most of the important functionality of a Microsoft Lan Manager server. That is, they support remote access to FreeBSD filespace and FreeBSD printers from Lan Manager compatible clients. In practical terms, this means that such clients can connect to and use FreeBSD filespace as if it was a local disk drive, or FreeBSD printers as if they were local printers. Some of the most popular Lan Manager compatible clients include Lan Manager itself, Windows for Workgroups, OS/2 and Windows NT.
net/network_interface-0.0.1 (Score: 0.026957162)
Get network interface information from Ruby
This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces.
net/oauth-0.5.1 (Score: 0.026957162)
Rubygem for Creating both OAuth Consumers and Service Providers
Rubygem-oauth is a RubyGem for implementing both OAuth clients and servers in Ruby applications.
net/oauth2-1.1.0 (Score: 0.026957162)
Ruby wrapper for the OAuth 2.0 protocol
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time.