Ports 搜索

共有5,824项符合/net/的查询结果,以下是第1,5411,550项(搜索用时0.003秒)
net/right_aws-3.1.0 (Score: 0.07643312)
Provides access to Amazon EC2, S3, SQS, and SDB web services
RightScale's AWS gems provide robust, fast, and secure Ruby interfaces to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB. The gems use Amazon's REST and query interfaces to provide full programmatic control. An optional robust HTTP layer retries and clears transient errors.
net/right_flexiscale-0.1.0 (Score: 0.07643312)
Provides Ruby access to the Flexiscale API
The RightScale Flexiscale gem has been designed to provide a robust interface to Flexiscale's existing API.
net/suckblow-1.1 (Score: 0.07643312)
Two companion utilities for transferring data over a TCP socket
Suck and blow are simple companion utilities for sending data over a TCP socket. They are easy to use and appropriate when FTP is unavailable, or too much of a hassle, e.g., in single-user mode, from within shell scripts, etc. Blow reads the data from standard input, while suck writes it to standard output. Either program may originate the TCP connection, and the TCP port may be specified if desired.
net/right_gogrid-0.1.0 (Score: 0.07643312)
Provides Ruby access to the GoGrid API
The RightScale GoGrid gem has been designed to provide a robust interface to GoGrid's existing API.
net/right_http_connection-1.5.0 (Score: 0.07643312)
Persistent HTTP/HTTPS connections with error retries
RightScale's AWS gems provide robust, fast, and secure Ruby interfaces to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB. The gems use Amazon's REST and query interfaces to provide full programmatic control. An optional robust HTTP layer retries and clears transient errors.
net/right_slicehost-0.1.0 (Score: 0.07643312)
Provides Ruby access to the Slicehost API
The RightScale Slicehost gem has been designed to provide a robust interface to Slicehost's existing API.
net/tableutil-0.6 (Score: 0.07643312)
Utility for converting and aggregating lists of IP addresses
Tableutil is a utility for converting, aggregating and performing operations on lists of IP-addresses. Its primary use is to convert files into a format pfctl(8) can read. It can read plain-text-files with ranges (123.123.123.123-234.234.234.234), CIDR-style networks (192.168.0.0/24) single addresses (242.242.242.242) or with hostnames (one.two.com). It can also read p2b files.
net/rsync-1.0.9 (Score: 0.07643312)
Ruby rsync library
Ruby/Rsync is a Ruby library to syncronize files between remote hosts by wrapping calls to the rsync binary.
net/ruby-growl-4.1 (Score: 0.07643312)
Pure-ruby growl notifier
A pure-ruby growl notifier. ruby-growl allows you to perform Growl notification via UDP from machines without growl installed (for example, non-OSX machines). What's Growl? Growl is a really cool "global notification system for Mac OS X". You can receive Growl notifications on various platforms and send them from any machine that runs Ruby. ruby-growl also contains a command-line notification tool named 'growl'. Where possible, it isoption-compatible with growlnotify. (Use --priority instead of -p.)
net/ruby-openid-2.7.0 (Score: 0.07643312)
OpenID library written in pure Ruby
A Ruby library for verifying and serving OpenID identities. Ruby OpenID makes it easy to add OpenID authentication to your web applications. This library is a port of the Python OpenID library, and features: * API for verifying OpenID identities (OpenID::Consumer) * API for serving OpenID identities (OpenID::Server) * Consumer and server support for extensions, including simple registration * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback * Does not depend on underlying web framework * Multiple storage implementations (Filesystem, SQL) * Comprehensive test suite * Example code to help you get started, including: o WEBrick based consumer o Ruby on rails based server o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication o ActiveRecord adapter for using an SQL store in rails