Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第11,91111,920项(搜索用时0.012秒)
devel/deep_test-1.2.2 (Score: 1.1597805E-4)
Enable tests to run in parallel using multiple processes
DeepTest enables tests to run in parallel using multiple processes. Processes may spawned locally to take advantage of multiple processors on a single machine or distributed across many machines to take advantage of distributed processing.
devel/deprecated-3.0.1 (Score: 1.1597805E-4)
Library intended to aid developers working with deprecated code
rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code.
devel/ditz-0.5 (Score: 1.1597805E-4)
Simple lightweight distributed issue tracker
Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN.
devel/eventmachine-1.2.0.1 (Score: 1.1597805E-4)
Fast, simple event-processing library for Ruby programs
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
devel/fastri-0.3.1.1 (Score: 1.1597805E-4)
Fast RDoc documentation browser for ruby
FastRI improves on the aging RI documentation tool: much faster, needs less RAM, "scoped" searches, e.g. get String extensions defined in a given RubyGems package, fast full-text search, remote access via DRb (auto-discovered).
devel/fattr-2.3.0 (Score: 1.1597805E-4)
Fatter Attr for Ruby
fattr.rb is a "fatter attr" for ruby. fattr.rb supercedes attributes.rb as that library, even though it added only one method to the global namespace, collided too frequently with user code in particular rails' code.
devel/ffi-compiler-0.1.3 (Score: 1.1597805E-4)
Ruby FFI library
ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. To use, define your own ruby->native API using ffi, implement it in C, then use ffi-compiler to compile it.
devel/hitimes-1.2.4 (Score: 1.1597805E-4)
High resolution timer library for Ruby
Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible.
devel/ice_nine-0.11.2 (Score: 1.1597805E-4)
Deep freeze Ruby objects
The ice_nine gem provides a Ruby module that allows one to deep freeze Ruby objects. This module provides an alternative method of freezing objects to the embedded from the Ruby Object module.
devel/iobuffer-1.1.2 (Score: 1.1597805E-4)
Gems for iobuffer
IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications but is suitable wherever buffering is required. IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius.