ruby-parseconfig

Simple standard configuration file parser for Ruby

ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'. It also supports nested [group] sections.
Basic editor

eclipse-eclox

simple doxygen frontend plug-in for Eclipse

Eclox aims to provide a slim and sleek integration of the code documentation process into eclipse by providing a high-level graphical user interface over doxygen.
Test suite for the PaX kernel patch

paxtest

Test suite for the PaX kernel patch

PaX is a Linux kernel patch which adds much stricter control on how memory is being used by applications. A normal Linux kernel leaves the control to the application and does not implement any enforcement. Especially buffer overflow attacks benefit from the absence of kernel enforced memory control. PaX tries to do its best to enforce this control of memory used by applications, thereby making it harder to successfully exploit buffer overflows.

libtext-mediawikiformat-perl

module that converts Mediawiki markup into other text formats

Wikipedia and its sister projects use the PHP Mediawiki to format their pages. Text::MediawikiFormat attempts to duplicate the Mediawiki formatting rules. Those formatting rules can be simple and easy to use, while providing more advanced options for the power user. They are also easy to translate into other, more complicated markup languages with this module. It creates HTML by default, but could produce valid POD, DocBook, XML, or any other format imaginable.

libtest-html-w3c-perl

wrapper around W3C HTML validation testing service

The purpose of this module is to provide a wide range of testing utilities. Various ways to say "ok" with better diagnostics, facilities to skip tests, test future features and compare complicated data structures. While you can do almost anything with a simple ok() function, it doesn't provide good diagnostic output.

ruby-rjb

Ruby-Java bridge using Java Native Interface

Rjb is a library that connect between Ruby and Java using the Java Native Interface.