python-steadymark

markdown-based test runner

ruby-ldap

OpenLDAP library binding for Ruby

Ruby/LDAP is a Ruby extension library which provides an interface to the LDAP (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823.

rpm

package manager for RPM

The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.

libcatalyst-plugin-fillinform-perl

module providing Fill-In-Form for Catalyst

Catalyst::Plugin::FillInForm allows automatic insertion of data from a previous HTML form into HTML input fields, textarea fields, radio buttons, checkboxes, and select tags. It is an instance of HTML::FillInForm, which itself is a subclass of HTML::Parser, which it uses to parse the HTML and insert the values into the proper form tags.

ruby-base62

base62 encoding and decoding library for Ruby

Base62 monkeypatches Integer to add an Integer#base62_encode instance method to encode an integer in the character set of 0-9 + A-Z + a-z. It also monkeypatches String to add String#base62_decode to take the string and turn it back into a valid integer.

libclass-throwable-perl

minimal lightweight exception class

Class::Throwable implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies.