Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第15,62115,630项(搜索用时0.024秒)
devel/colorize-0.7.7 (Score: 3.3129134E-5)
Ruby String class extension
colorize is a Ruby String class extension which adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences.
devel/deep_test-1.2.2 (Score: 3.3129134E-5)
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: 3.3129134E-5)
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/fattr-2.3.0 (Score: 3.3129134E-5)
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/hitimes-1.2.4 (Score: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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.
devel/json_pure-1.8.3 (Score: 3.3129134E-5)
Parse JSON texts and generate them from ruby data structures in Ruby
This library can parse JSON texts and generate them from ruby data structures. This port implemented in pure Ruby and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/little-plugger-1.1.4 (Score: 3.3129134E-5)
Mechanism to parse ruby little-plugger files
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
devel/metaid-1.0 (Score: 3.3129134E-5)
Ruby metaprogramming helpers
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.