Crate : forming your custom ruby application into a packaged, standalone, easily distributable executable - Jeremy Hinegardner
Category: Languages > Ruby      Posted: 08 Feb 09

Behind Crate is the idea that a standalone ruby application can be formed into a simple installable application to just drop on a machine and run. A...

An Introduction to SQLite
Category: Database > General      Posted: 06 May 08

Richard Hipp ABSTRACT SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implemen...