Ports Search

Results 5,2515,260 of 5,623 for /devel/.(0.005 seconds)
devel/request_store-1.3.1 (Score: 0.032514982)
RequestStore gives you per-request global storage
RequestStore gives you per-request global storage.
devel/require_all-1.3.3 (Score: 0.032514982)
Wonderfully simple way to load your code
A wonderfully simple way to load your code
devel/retryable-2.0.3 (Score: 0.032514982)
Allow for retrying of code blocks
Retryable uns a code block, and retries it when an exception occurs. It's great when working with flakey webservices (for example). It's configured using four optional parameters :tries, :on, :sleep, :matching, :ensure, :exception_cb and runs the passed block. Should an exception occur, it'll retry for (n-1) times. Should the number of retries be reached without success, the last exception will be raised.
devel/rgl-0.5.2 (Score: 0.032514982)
Framework for graph datastructures and algorithms implemented in Ruby
RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL.
devel/rice-2.1.0 (Score: 0.032514982)
A C++ interface to Rubys C API
Rice is a C++ interface to Ruby's C API. It provides a type-safe and exception-safe interface in order to make embedding Ruby and writing Ruby extensions with C++ easier. It is similar to Boost.Python in many ways, but also attempts to provide an object-oriented interface to all of the Ruby C API.
devel/rodzilla-0.3.6 (Score: 0.032514982)
Bugzilla API Client
Bugzilla JSON-RPC API client in Ruby
devel/rotp-2.1.2 (Score: 0.032514982)
Ruby library for generating one time passwords
A ruby library for generating one time passwords (HOTP & TOTP) according to RFC 4226 and RFC 6238.
devel/rr-1.1.2 (Score: 0.032514982)
Double framework with lots of double techniques and terse syntax
RR (Double Ruby) is a double framework that features a rich selection of double techniques and a terse syntax. http://xunitpatterns.com/Test%20Double.html
devel/rrd-ffi-0.2.14 (Score: 0.032514982)
Ruby bindings for RRD functions
rrd-ffi provides bindings for many RRD functions (using ffi gem and librrd), as well as DSLs for graphic and rrd building.
devel/rscm-0.5.1 (Score: 0.032514982)
Ruby SCM, an SCM-independent API for accessing SCMs
RSCM - Ruby Source Control Management is to SCM what DBI/JDBC/ODBC are to databases - an SCM-independent API for accessing a wide variety of SCMs. RSCM currently supports CVS and Subversion. Support for ClearCase, Darcs, Monotone, Perforce and StarTeam is in progress and partly available.