Ports Search

Results 5,0015,010 of 5,623 for /devel/.(0.007 seconds)
devel/fast_xor-1.1.3 (Score: 0.032514982)
Fast String XOR operator
Provides a C-optimized method for in-place XORing of two (or three) strings
devel/fastercsv-1.5.5 (Score: 0.032514982)
Complete replacement to the CSV standard library
FasterCSV is intended as a replacement to Ruby's standard CSV library. It was designed to address concerns users of that library had and it has three primary goals: 1. Be significantly faster than CSV while remaining a pure Ruby library. 2. Use a smaller and easier to maintain code base. (We're about even now, but not if you compare the features!) 3. Improve on the CSV interface.
devel/fastri-0.3.1.1 (Score: 0.032514982)
Fast RDoc documentation browser for ruby
FastRI improves on the aging RI documentation tool: much faster, needs less RAM, "scoped" searches, e.g. get String extensions defined in a given RubyGems package, fast full-text search, remote access via DRb (auto-discovered).
devel/fastthread-1.0.7 (Score: 0.032514982)
Optimized replacement for thread.rb primitives
Optimized replacement for thread.rb primitives
devel/fattr-2.3.0 (Score: 0.032514982)
Fatter Attr for Ruby
fattr.rb is a "fatter attr" for ruby. fattr.rb supercedes attributes.rb as that library, even though it added only one method to the global namespace, collided too frequently with user code in particular rails' code.
devel/ffi-compiler-0.1.3 (Score: 0.032514982)
Ruby FFI library
ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. To use, define your own ruby->native API using ffi, implement it in C, then use ffi-compiler to compile it.
devel/ffi-yajl-1.0.1 (Score: 0.032514982)
Ruby FFI wrapper around YAJL 2.x
Ruby FFI wrapper around YAJL 2.x
devel/ffi-1.9.10 (Score: 0.032514982)
Extension for dynamic libraries & binding functions
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.
devel/file-tail-1.1.1 (Score: 0.032514982)
Ruby library that allows Ruby to 'tail' files
This is a small ruby library that allows Ruby to 'tail' a file, including following a file, that still is growing like the Unix command 'tail -f' can. This Library is similar to Perl's File::Tail. It can be used to extend Ruby's File-objects, for File-derived classes, or by using the included simple File::Tail::Logfile class.
devel/filesize-0.1.1 (Score: 0.032514982)
Class for handling filesizes with both the SI and binary prefixes
rubygem-filesize is a small class for handling filesizes with both the SI and binary prefixes, allowing conversion from any size to any other size.