Ports Search

Results 5,3815,390 of 5,623 for /devel/.(0.003 seconds)
devel/wmi-lite-1.0.0 (Score: 0.032514982)
Lightweight utility over win32ole for accessing basic WMI
Lightweight utility over win32ole for accessing basic WMI (Windows Management Instrumentation) functionality in the Microsoft Windows operating system. It has no runtime dependencies other than Ruby, so it can be used without concerns around dependency issues.
devel/xpath-2.0.0 (Score: 0.032514982)
DSL for generating XPath Expressions
XPath is a Ruby DSL for generating XPath expressions
devel/yajl-ruby-1.2.1 (Score: 0.032514982)
Streaming JSON parsing and encoding library for Ruby
This gem is a C binding to the excellent YAJL JSON parsing and generation library. Features: * JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. * Parse and encode multiple JSON objects to and from streams or strings continuously. * JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem * Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* * ~3.5x faster than JSON.generate * ~1.9x faster than JSON.parse * ~4.5x faster than YAML.load * ~377.5x faster than YAML.dump * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump
devel/yui-compressor-0.12.0 (Score: 0.032514982)
YUI Compressor for minifying JavaScript and CSS assets
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
devel/zentest-4.11.0 (Score: 0.032514982)
Ruby Unit Testing Utility
ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continuous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code.
devel/runsnakerun-2.0.4 (Score: 0.032514982)
GUI Viewer for Python profiling runs
GUI Viewer for Python profiling runs. Provides explorability and overall visualization of the call tree and package/module structures.
devel/gpb-3.26.0 (Score: 0.032514982)
Google Protobuf implementation for Erlang
Compiler for Google protocol buffer definitions files for Erlang.
devel/scalatest-1.6.1 (Score: 0.032514982)
Regression testing utility for use with the Scala Language
ScalaTest is a testing framework for Scala developed by Bill Venners, George Berger, Josh Cough, and other contributors starting in late 2007.
devel/scons-2.5.0 (Score: 0.032514982)
Build tool alternative to make
SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
devel/sdl-1.2.15 (Score: 0.032514982)
Cross-platform multimedia development API
This library is designed to make it easy to write games that run on UNIX, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. This is a fairly low level API, but using this, completely portable applications can be written with a great deal of flexibility.