Ports Search

Results 4,8914,900 of 5,623 for /devel/.(0.003 seconds)
devel/aws-sdk-resources-2.2.37 (Score: 0.032514982)
AWS SDK for Ruby Resources
Provides resource oriented interfaces and other higher-level abstractions for many AWS services. This gem is part of the official AWS SDK for Ruby.
devel/aws-sdk-v1-1.66.0 (Score: 0.032514982)
AWS SDK for Ruby V1
Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`. Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same application.
devel/aws-sdk-2.2.37 (Score: 0.032514982)
AWS SDK for Ruby
The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.
devel/axiom-types-0.1.1 (Score: 0.032514982)
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/backports-3.6.8 (Score: 0.032514982)
Ruby 1.9 backports for 1.8
Backports some of the Ruby 1.9 API changes into Ruby 1.8, which allows for better compatibility between the two versions. The goal of backports is to make it easier to write ruby code that runs across different versions of Ruby.
devel/bacon-1.2.0 (Score: 0.032514982)
Bacon is a small RSpec clone
Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless providing all essential features.
devel/benelux-0.6.1 (Score: 0.032514982)
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/bin_utils-0.0.7 (Score: 0.032514982)
Extracting binary integers from binary string and packing back
It is specialized versions of methods for working with binary data. It were written cause: - MRI's #pack and #unpack seems to be slow - result of #pack is often appended to a string at the very next step. - usually we need to drop unpacked string head
devel/bindata-2.3.0 (Score: 0.032514982)
Ruby library to read and write binary file formats
BinData is a declarative way to read and write binary file formats. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier (and more readable) alternative to Ruby's #pack and #unpack methods.
devel/binding_of_caller-0.7.2 (Score: 0.032514982)
Retrieve the binding of a methods caller
Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack.