physics based arcade game

freegish

physics based arcade game

Freegish is a 2D platform game, where the player maneuvers character of a ball of tar. Character may become sticky, slick, heavy and can jump.

libcanberra0-dbg

libcanberra libraries detached debugging symbols

rs

reshape a data array

rs reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. Numerous options control input, reshaping and output processing; the simplest usage example is "ls -1 | rs", which outputs the same (on an 80-column terminal) as the modern "ls" with no "-1" argument.

ruby-rest-client

simple REST client for Ruby

A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete. The package also includes the program restclient, it can be used to easily test REST APIs.

ruby-ncurses

ruby extension for the ncurses C library

All C functions are wrapped by module functions of the module "Ncurses", with exactly the same name. Additionally, C functions expecting a WINDOW* as their first argument can also be called as methods of the "Ncurses::WINDOW" class.

libclass-accessor-lite-perl

minimalistic variant of Class::Accessor

Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA.