MaGnuX MP3 Control Server is a server that allows you to control the playing of MP3 songs. It uses mpg123 to play the songs, and features playlist management, a builtin Web server, IP-based access control, and much more. It's written entirely in Ruby, which makes it extremely flexible and very easy to extended.
Mooix is a multiuser object-oriented dimension (a MOO) layered over top of your favorite Unix system. To the user, mooix looks much like any other MOO. To the programmer, mooix objects look like directories full of files: executable methods, properties, and links to other objects. MOOs have historically had poor support for such things as real programming languages, encrypted logins, multitasking, and editors. Mooix inherits all of these things from the Unix system it is based on. At the same time, it's not wedded too tightly to Unix (e.g., it implements its own permissions system that is much more suited to a MOO environment than the historical Unix system).
glark offers grep-like searching of text files, with very powerful, complex regular expressions (e.g., "/foo\w+/ and /bar[^\d]*baz$/ within 4 lines of each other"). It also highlights the matches, displays context (preceding and succeeding lines), does case-insensitive matches, and automatic exclusion of non-text files. It supports most options from the GNU version of grep.
Ruby/Google offers a higher-level abstraction of Google's SOAP-driven Web API. It allows the user to programatically query the Google search engine from Ruby. The aim of the library is to shield the programmer from the details of the raw data structures returned by the Web API, and in the process make the API more accessible for everyday use.
ZenWeb is a system for building entire Web sites, not just pages. It allows you to focus on the content and the structure of the website, while leaving page construction, markup, layout, and navigation as secondary concerns. It provides tools for complete Web site design and creation, simple paragraph to HTML generation with embellishments, and a rich set of tools for page and Web site creation, modification, and customization.
RuStem is a fast Ruby module with the 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).
An automated solver for the "Black Hole" and "All in a Row" solitaire/patience card games.