Helium was the canonical name of raa.ruby-lang.org, which hosts whole RAA service. For more details, see [ruby-talk:101747]. 2004-06-07: RAA restarted its ...
Link: raa.ruby-lang.org
Short description: 'goto' for ruby. :-) Category: Library /Evil Status: squishy Created: 2003-06-06 05:06:14 GMT Last update: - Owner: Ryan Pavlik (Projects of this owner ) Homepage: not available Download: http://ogmo.mephle.org/ruby-goto.tar.gz License: GPL Dependency: None Descript...
Short description: ERB compiler accelerator Category: Library /Text Status: usable Created: 2003-09-13 11:53:48 GMT Last update: - Owner: MoonWolf (Projects of this owner ) Homepage: not available Download: http://www.moonwolf.com/ruby/archive/erbscan-0.0.20030723b.tar.gz License: Rub...
Mycin is an expert system that can be programmed with knowledge database for different domains (e.g. medical diagnosis). It asks questions, reasons, gives explanations on why it asked the question, and deals with uncertainties. This is a Ruby rewrite of the Lisp code given in the book...
Bit-struct is now a gem on rubyforge! Use ‘gem install bit-struct’ to install. BitStruct Class for packed binary data stored in ruby Strings. BitStruct accessors, generated from user declared fields, use pack/unpack to treat substrings as fields with a specified portable format. Field...
2005-03-26: RAA source code search [experimental] is opened at http://raa.ruby-lang.org/gonzui/ . For more details . 2004-05-28: RAA stopped. We detected penetration into helium.ruby-lang.org. Helium was the canonical name of raa.ruby-lang.org, which hosts whole RAA service. For more ...
\Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the t...
Created: 2001-12-17 19:45:47 GMT Last update: 2001-12-17 19:45:47 GMT Owner: Nobuyoshi Nakada (Projects of this owner ) Homepage: not available Download: http://member.nifty.ne.jp/nokada/archive/overload-0.2.tar.bz2 License: Ruby's Dependency: None Description: Trick for multimethod o...
BloomFilter — A class for making bloomfilters Synopsis #!/usr/bin/ruby -w require 'bloomfilter' bf = BloomFilter.new(1000, 0.01) # 1000 keys, 1% false-positives bf.add("foo") puts "Yup" if bf.has?("foo") Requirements Ruby 1.8 Recommended: BitSet — C extension availabe on the RAA (raa....