Ports Search

Results 9,1719,180 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/algorithms-0.6.1 (Score: 1.869263E-4)
Ruby algorithms and data structures
algorithms started as a Google Summer of Code 2008 project. The original proposal is as follows: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Ruby implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
devel/ansi-1.5.0 (Score: 1.869263E-4)
Gem enabling ANSI code based colorization and stylization of output
The ANSI project is a collection of ANSI escape code related libraries enabling ANSI code based colorization and stylization of output.
devel/authlogic-3.4.6 (Score: 1.869263E-4)
Clean, simple, and unobtrusive Ruby authentication solution
Framework agnostic object based authentication solution that handles all of the non sense for you. It's as easy as ActiveRecord is with a database.
devel/axiom-types-0.1.1 (Score: 1.869263E-4)
Abstract types for logic programming in Ruby
Axiom-types provides a Ruby library that allows one to define types with optional constraints. It can be used for logic programming.
devel/chronic_duration-0.10.6 (Score: 1.869263E-4)
Natural language parser for elapsed time
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds.
devel/crack-0.4.3 (Score: 1.869263E-4)
Ruby Library of Simple JSON and XML Parsing
rubygem-crack is a Ruby library that really simple JSON and XML parsing, ripped from ActiveSupport so it can be used without all of ActiveSupport.
devel/curses-1.0.1 (Score: 1.869263E-4)
Ruby binding for curses, ncurses and PDCurses
A Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby standard library. curses is an extension library for text UI applications.
devel/fast_gettext-1.0.0 (Score: 1.869263E-4)
Fast, memory-efficient and threadsafe GetText for Ruby
A simple, fast, memory-efficient and threadsafe implementation of GetText for Ruby that supports multiple backends and can easily be extended.
devel/ffi-1.9.10 (Score: 1.869263E-4)
Extension for dynamic libraries & binding functions
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.
devel/filesize-0.1.1 (Score: 1.869263E-4)
Class for handling filesizes with both the SI and binary prefixes
rubygem-filesize is a small class for handling filesizes with both the SI and binary prefixes, allowing conversion from any size to any other size.