Ports Search

Results 5,0515,060 of 5,623 for /devel/.(0.004 seconds)
devel/grit-2.5.0 (Score: 0.032514982)
Object-oriented ruby library to access git repositories
Grit is a Ruby library for extracting information from a git repository in an object oriented manner. Grit gives you object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.
devel/guess_html_encoding-0.0.11 (Score: 0.032514982)
Attempts to guess and then force encoding of HTML documents
Attempts to guess and then force encoding of HTML documents
devel/gyoku-1.3.1 (Score: 0.032514982)
Library for translating Ruby hashes to XML
Gyoku translates Ruby Hashes to XML.
devel/hamster-3.0.0 (Score: 0.032514982)
Efficient, immutable, thread-safe collection classes for Ruby
Efficient, immutable, and thread-safe collection classes for Ruby. Hamster provides 6 Persistent Data Structures: Hash, Vector, Set, SortedSet, List, and Deque (which works as an immutable queue or stack).
devel/hashdiff-0.3.0 (Score: 0.032514982)
Diff lib to compute the smallest difference between two hashes
HashDiff is a ruby library to compute the smallest difference between two hashes.
devel/hashery-2.1.2 (Score: 0.032514982)
Hashery is a tight collection of Hash-like classes
The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case.
devel/hashie-3.4.4 (Score: 0.032514982)
Hashie is a simple collection of useful Hash extensions
Hashie is available as a RubyGem which extend Hashes and make them more useful. - Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended - Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. - Hashie::Trash: a Dash that allows you to translate keys on initialization. - Hashie::Clash: allows you to easily construct complex hashes using method notation chaining.
devel/hashie-2.1.2 (Score: 0.032514982)
Hashie is a simple collection of useful Hash extensions
Hashie is available as a RubyGem which extend Hashes and make them more useful. * Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended * Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. * Hashie::Trash: a Dash that allows you to translate keys on initialization. * Hashie::Clash: allows you to easily construct complex hashes using method notation chaining.
devel/health_check-1.5.1 (Score: 0.032514982)
Simple health check of Rails app for uptime monitoring
Simple health check of Rails app for uptime monitoring.
devel/highline-1.7.8 (Score: 0.032514982)
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.