623 projects tagged "Ruby"
4Sports is an exercise management application. You can use it to analyze your exercises in a number of ways. 4Sports can import data from the Garmin "Forerunner 201/301" devices, and can display some information in a table and in a graph (like heart rate over distance). It's also possible to export the tracks (GPS data) into Google Earth, where the track is color-coded according to your heart-rate. The graphs can be exported to SVG files.
6jack is a framework for testing, analyzing, and fuzzing network applications. 6jack runs a command, intercepts calls to common network-related system calls, and passes them through an external filter. A filter can be written in any language supporting the MessagePack serialization library. 6jack is especially useful for writing tests for clients and servers, debugging and reverse engineering protocols, sketching filtering proxies, and fuzzing.
AEditor is a programmer's editor for Windows, Unix, and Mac OS X that relies on the fox toolkit. It can do syntax coloring of Ruby and C++ files. It's easy to change the color theme. Most things are customizable. It is written in Ruby and is carefully unit-tested (it has 421 tests). It is written in only ~5500 lines of code, so it should be easy to grasp and extend.
AJAX Tree Control is a modified version of SilverStripe's tree control. It adds dynamic loading of child nodes via AJAX. The default implementation uses the prototype library to make dynamic requests, but this behavior can be overridden by setting functions on the global Tree object. There are a few demo Ruby on Rails applications included in the distribution that show how to use and customize the tree.
Active Record connects business objects and database tables to create a persistable domain model where logic and data is presented in one wrapping. It’s an implementation of the object-relational mapping (ORM) pattern in which an object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data.
ActiveShipping is a unified Ruby API (quite useful on Rails) for shipping information from multiple carriers. It calculates shipping, handling, finds the best price from multiple sources, etc. It is primarily focused on rate requests, but may be extended to cover other aspects of shipping as well. Currently, it includes UPS and USPS modules, and modules for Fedex and DHL are coming soon.
Adanaxis is an action game where the fundamentals of space itself are changed by adding a fourth dimension to space. Initially, it's like learning to play a 3D FPS for the first time, as the hand and eye have to learn a whole new type of coordination. The gameplay involves rapidly blowing things out of the sky, with the usual assortment of enemies, allies, weapons, and power-ups, together with commercially sourced graphics, audio, and voice acting.
A complete IPsec and IKEv2/IKEv1 implementation for Linux 2.4 and 2.6 kernels.