- Atelier in the Blue Sky - http://www.blue.sky.or.jp/atelier/Welcome.en
Text preprocessor, aftercommit, CD player, extension library for zlib, patches.
- RTFM.rb - http://clusterfsck.net/
RTFM is a collection of Ruby/HTTP bindings for on-the-fly XML publishing and management.
- Amrita - http://www.brain-tokyo.jp/research/amrita/
HTML/xHTML template library for Ruby.
- Hipster's - http://www.xs4all.nl/~hipster/
Reverse dependency tool, simple http daemon, and vim syntax coloring.
- Just Another RD Site - http://www2.pos.to/~tosh/ruby/rdtool/en/
RD: multipurpose documentation format created to document Ruby and the output of the Ruby world.
- modruby.net - http://modruby.net/
The mod_ruby program embeds a Ruby interpreter into the Apache webserver, to let Ruby CGI scripts execute natively, so scripts start up and run far faster.
- Masaki Fukushima: Ruby - http://www.goto.info.waseda.ac.jp/~fukusima/ruby/index-e.html
Scripts, Pcap libpcap interface, Python embedded in Ruby, and Ruby SWIG module.
- MySQL Ruby Interface - http://www.tmtm.org/en/mysql/ruby/
Use MySQL via this Ruby extension library.
- Tic-Tac-Toe with Ruby/Gtk - http://perplex.schmumpf.de/dev/tictactoe/ruby/
A short introduction to Ruby/Gtk by example. Shows how to inherit Gtk+ elements and the use of a recursive MiniMax tree search.
- Numerical Ruby Modules - http://www.ir.isas.ac.jp/~masa/ruby/index-e.html
PGPlot graphics library interface for Ruby, a Quantity class containing "value" and "unit", providing automatic unit conversion and calculation, and a class for Numerical N-dimensional Arrays.
- PalmSync - http://www.threeweb.ad.jp/~nyasu/palmsync/e.html
Ruby library for synchronizing PalmPilot with DBMSs.
- Ruby == Perl.succ - http://www.bsdclub.org/~yasuf/ruby/index.en.html
Ruby 1.4.2 FreeBSD port, tips, memoranda.
- WEBrick - http://www.webrick.org/
Ruby library program/toolkit to build HTTP WWW servers; download, CVS, example configuration code, change log. [Open Source, Ruby Artistic]
- DbTalk - http://www.insula.cz/dbtalk/
Interactive GUI-based tool for database querying, programming, administering, etc. Has 3 basic parts: SQL editor, query result viewer, database structure viewer. [Open Source, GPL]
- Ruby Application Archive - http://raa.ruby-lang.org/
The mother lode: has grown into the largest body of Ruby software anywhere.
- Ruby as Glue Language - http://www2s.biglobe.ne.jp/~Nori/ruby/
Ruby bindings for several libraries, with readme files.
- Ruby binaries - http://www.os.rim.or.jp/~eban/
Cygwin DLL, GTk+ on Win32 DLLs.
- AspectR - http://aspectr.sourceforge.net/
Module adding simple aspect-oriented programming concepts to Ruby. [Open Source, LGPL]
- Yoshidam's Secret Page: Ruby - http://www.yoshidam.net/Ruby.html
Information on Ruby, powered by his XML module. Modules: XMLParser, Uconv, Oracle, VFlib3, Perl, Multibyte Extension for String class, Syslog; Libraries: Unicode, Susie Plugin, DirectDraw for Ruby, MDN.
- RubyUnit - http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html
Simple testing framework for Ruby.
- freshmeat.net: Ruby - http://freshmeat.net/browse/835/?topic_id=835
Root Ruby page there, over 40 projects so far.
- AESCrypt - http://aescrypt.sourceforge.net/
Rijndael encryption for shell scripts and Ruby.
- BioRuby.org - http://bioruby.org/
Ruby library for Bioinformatics research. Goal: implement integrated environment for such research by using Ruby. Growing project, link counts.
- Rockit - http://rockit.sourceforge.net/
Ruby O-o Compiler construction toolKIT; easy-to-use, written in and generates Ruby code. Current focus: 'front-end' phases of compiler construction; generates lexer and parser (more advanced than yacc's LaLr(1), grammars in Extended Backus-Naur form.
- Zakki-Cho - http://homepage1.nifty.com/markey/index_e.html
Software and several translated articles on programming and running Ruby on Windows. "Zakki-Cho" = "Notebook" in Japanese.
- Rice - http://rice.sourceforge.net/
Ruby ICE, Information and Content Exchange. Implements an ICE syndicator that publishes time stamps, an ICE subscriber that consumes time stamps. Description, documents, downloads.
- RubyInline - http://sourceforge.net/projects/rubyinline/
An analog to Perl's Inline::C. It allows to embed C external module code in a Ruby script directly. The code is compiled and run on the fly when needed.
- .NET meets Ruby - http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/nrb.html
NETRuby a la interpreter: port of Ruby interpreter to C#, so Ruby runs under CLR and interfaces to .NET. Ported interpreter seems thread-safe, runs multiple instances in the same executable.
- JRuby - http://jruby.sourceforge.net/
Effort to recreate the Ruby interpreter written in Java, and a Ruby to Java bytecode compiler. [Open Source, GPL]
- Ruby/SMB - http://rubysmb.sourceforge.net/
Brings Samba to Ruby: a C library gluing Samba libsmbclient library to Ruby dynamic high-level language; a tool making it easy to work with OS network resources, without considering low-level nuisances: buffers, pointers, buffer pointers, etc. [Open Source, GPL]
- Tadayoshi Funaba: Ruby - http://www.funaba.org/en/ruby.html
Applications: cal, dvipc, gtkcal, luna, nqt, rar, prof, stared, tkcal, tr-list, wc, Just another Ruby hacker; Libraries: calendar, date2, delay/force, once, smf.
- Radiuslib - http://www.nodewarrior.org/radiuslib/
Full RADIUS protocol and utility library, protocol conforms to RFCs 2865, 2866; utilities are useful for many common system administration tasks. Description, documents, downloads, contact. [Open Source, GPL]
- Ruby/DICT - http://www.caliban.org/ruby/ruby-dict.shtml
RFC 2229 compliant client-side library implementation of the DICT protocol, written in the Ruby programming language. It can be used to write clients that access dictionary definitions from a set of natural language dictionary databases.
- Ruby/Password - http://www.caliban.org/ruby/ruby-password.shtml
A set of useful methods for creating, verifying, and manipulating passwords. It includes an interface to CrackLib, a library commonly used for checking password strength. It is intended to be used by system administrators who need to write Ruby programs that prompt for, generate, verify, and encrypt passwords.
- RuSTEM - http://www.alobbs.com/modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=3
A fast Ruby module with the Porter stemming algorithm (a process for removing the commoner morphological and inflexional endings from words in English; its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems).
- YAML for Ruby - http://yaml4r.sourceforge.net/
YAML4R is a fully-featured YAML parser and emitter for Ruby. Use it as a drop-in replacement for PStore, or use one of its several APIs to store object data in the friendly and readable YAML style.
- RubyRCSagg - http://www.zweknu.org/src/rssagg/
Ruby RSS aggregator. Grabs a list of URLs, converts RSS to HTML, and outputs to a file. Formatting is performed based on a passed code block.
- ZenWeb - http://sourceforge.net/projects/zenweb/
A system for building entire websites, not just pages. It allows to focus on the content and the structure of the website, while leaving page construction, markup, layout, navigation as secondary concerns.
- ncurses-ruby - http://ncurses-ruby.berlios.de/
Ruby module for accessing the ncurses library
- Rinn - http://sourceforge.net/projects/rinn/
CORBA for Ruby. The goal of this project is to create 100% pure Ruby CORBA implementation based on the CORBA-Ruby Mapping Specification.
- RDE: Ruby Development Environment - http://homepage2.nifty.com/sakazuki/rde_e.html
Integrated Development Environment for Ruby, mostly a GUI wrapper of debug.rb with editor, Windows only. Screenshot, description, downloads (old, new).
- ICQ Lite History Browser - http://perplex.schmumpf.de/dev/icqlitehistorybrowser/index.html
Uses Ruby, FXRuby and REXML to implement a slim browser for ICQ Lite's history files.
- ArachnoRuby - http://www.scriptolutions.com/arachno_ruby.php
A commercial IDE for specialized for developing ruby web applications but also for 'traditional' programming.
- RUDL - http://sourceforge.net/projects/rudl/
Interfaces the Simple Directmedia Library to the language Ruby, giving it high speed graphics, sound, and input capabilities. [Open source, LGPL]
- RubyForge - http://rubyforge.org/
Home for open source Ruby projects, provided for benefit of Ruby community. Hosts projects, downloads, links, site statistics. [InfoEther]
- wxRuby - http://wxruby.rubyforge.org/
A Ruby bindings to the wxWindows cross-platform toolkit. [Open source]
- FreeRIDE - http://freeride.rubyforge.org/wiki/wiki.pl
A Ruby Integrated Development Environment, IDE. Wiki format, descriptions, FAQ, documents, screenshots, development and subproject links. Linux, Unix, Windows. [Open Source]
- RubyJournal - http://www.thedailychannel.com/rubyjournal/
Free software for creating and maintaining a weblog on website.
- rubyRadius - http://savannah.gnu.org/cgi-bin/viewcvs/ruby-radius/
[CVS interface, no Homepage] The RADIUS Ruby module provides an RFC 2138/2139-compliant interface to RADIUS using Ruby. Its API is based somewhat on the Net::Radius module for Perl, but with some changes made to reflect Ruby's features (such as iterators).
- Jim Weirich’s Ruby Software - http://jimweirich.umlcoop.net/software/
Gemfinder, a simple class browser for Ruby programs: uses reflection abilities of Ruby to let users browse classes, modules, methods; FlexMock, the outcome of a frustrating evening of trying to use the original mock object by Nat Pryce; Rake, a simple ruby build program with capabilities similar to make; Source2html, a Ruby program that scans a number of source files and produces a set of HTML files containing nicely formated source with hyper-links between the files.
- Borges - http://borges.rubyforge.org/
A Ruby web application framework based on Smalltalk's Seaside 2 that allows linear programming of web applications. [Open source]
- Play Ground of Ruby - http://members.at.infoseek.co.jp/shiroikumo/ruby/index-en.html
Small amounts of Ruby/Tk, SSI filter, flock, rot13.
- Ruby.CHannel - http://www.ruby.ch/
Ruby information, downloads, resources, RWIKI Plus, online interpreter (try Ruby online), interactive tutorial, Programming Ruby Interactive. The last two combine text examples with the online interpreter to run them.
- Radical - http://idanso.dyndns.org:8081/
A web application server/framework written in Ruby featuring a templating system,internationalization support, flexible url rewrite system, intergrated caching, logging, database polling and authentication.
- Ruby on Rails - http://www.rubyonrails.com
A full-stack, open-source web framework in Ruby for web applications.
- RubyCocoa - http://www.fobj.com/rubycocoa/doc/
Mac OS X Cocoa bindings for Ruby. Allows native OS X function mixins and GUI component use, write Cocoa programs in Ruby or mix Ruby and Objective-C code, create and use Cocoa objects in Ruby scripts. [Open Source]
- RubyMail - http://www.lickey.com/rubymail/
An email library for the Ruby programming language.
- Ruby/GP - http://www31.tok2.com/home/akimichi/aki/program/gp/index.html
A genetic programming library in Ruby language.
- HighLine - http://highline.rubyforge.org/
A high level library for dealing with text user interfaces. Robust formatting including word wrap, paging, and list handling are possible. Highline handles validation rules for user input, and also implements menus easily. [Open source, GPL or Ruby License]
- RWiki - http://pub.cozmixng.org/~the-rwiki/
Wiki on Ruby, written in Ruby, with separate and intermixed English and Japanese pages. You can edit these pages in either language. Japanese is displayed with EUC encoded Japanese Kanji characters.
- Minero Aoki Software Archive - http://www.loveruby.net/
Racc: LALR(1) Perser generator; TMail: Mail Class (implements MIME multipart, more); strscan: extension to scan string faster. English and Japanese versions.
|