python3-simplegeneric
simple generic functions for Python3
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()
and other generic functions found in the Python standard library.
libjs-jquery-countdown
jQuery Countdown
A jQuery plugin that sets a div or span to show a countdown to a given time.
gm2-10-mipsisa32r6-linux-gnu
GNU Modula-2 compiler (cross compiler for mipsr6 architecture)
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
ruby-moneta
Ruby interface to multiple key/value stores
Moneta is a Ruby library to interface with a variety of key/value stores.
A short overview of its features:
- support a lot of backends with consistent behaviour,
- allows a full configuration of the serialization -> compression -> adapter
stack using proxies (similar to Rack middlewares),
- expiration for all stores,
- atomic operations,
- includes a simple pure-ruby key/value server and client,
- integration with Rails, Rack/Rack-Cache, Sinatra and Ramaze.
ruby-extlib
general Ruby class extensions for DataMapper and Merb
This library provides a number of lightweight Ruby class extensions
extracted from DataMapper. Examples include a Mash class, which is a
Hash with indifferent access and an added blank? method to most
standard variable classes.
ruby-uconv
Unicode/EUC-JP translation module for Ruby
The encoding translation module for the object-oriented scripting language
Ruby 1.8. Supported character encodings are UCS-4, UTF-16, UTF-8, EUC-JP
and CP932 (a variant of Shift_JIS for Japanese Windows). This cannot
detect character encoding automatically.