Ports Search

Results 6,1016,110 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/Tree-Binary-1.08 (Score: 9.15773E-5)
Object Oriented Binary Tree for Perl
This module is a fully object oriented implementation of a binary tree. Binary trees are a specialized type of tree which has only two possible branches, a left branch and a right branch. While it is possible to use an n-ary tree, like Tree::Simple, to fill most of your binary tree needs, a true binary tree object is just easier to maintain and use. Binary Tree objects are especially useful (to me anyway) when building parse trees of things like mathematical or boolean expressions. They can also be used in games for such things as decision trees. Binary trees are a well studied data structure and there is a wealth of information on the web about them.
devel/benelux-0.6.1 (Score: 9.15773E-5)
Mad way to time Ruby codes
rubygem-benelux provides a mad way to time Ruby codes. Features: - A replacement for Benchmark.measure - Create timers for any Ruby method - Store arbitrary messages - Granular statistics - Thread-safe
devel/childprocess-0.5.9 (Score: 9.15773E-5)
External background process controller
This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination. The code originated in the selenium-webdriver gem, but should prove useful as a standalone library.
devel/configstruct-0.1.0 (Score: 9.15773E-5)
Lib for managing config files based on OpenStruct
This gem is a lib for managing configfile for cli applications, including: - call a setup of the config file if it does not exist - edit configuration and update the config file
devel/corefines-1.9.0 (Score: 9.15773E-5)
Refinements for extending Rubys built-in classes
Corefines is a collection of general purpose refinements for extending the core capabilities of Ruby's built-in classes. It also provides a compatibility mode for older Ruby versions and alternative Ruby implementations that don't support refinements (yet).
devel/elif-0.1.0 (Score: 9.15773E-5)
Read file in reverse order
A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end.
devel/flexmock-2.1.0 (Score: 9.15773E-5)
Simple mock object for Ruby
FlexMock is a flexible mocking library for use in unit testing and behavior specification. Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
devel/foreigner-1.7.4 (Score: 9.15773E-5)
Adds foreign key helpers to migrations
Foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. It also dumps foreign keys to schema.rb. The following adapters are supported: - mysql2 - postgres - sqlite (foreign key methods are a no-op)
devel/highline-1.7.8 (Score: 9.15773E-5)
High-level IO library for command-line interfaces
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
devel/lager-3.2.2 (Score: 9.15773E-5)
Logging framework for Erlang
Lager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.