libfindbugs-bcel-java
Analyze, create, and manipulate (binary) Java class files
The Byte Code Engineering Library is intended to give users a convenient
possibility to analyze, create, and manipulate (binary) Java class files
(those ending with .class). Classes are represented by objects which contain
all the symbolic information of the given class: methods, fields and byte
code instructions, in particular.
tasks-mobile
task management application for mobile environments
This package provides a task management application which user interface has
been designed for use on the mobile devices.
python-parallel
pyparallel - module encapsulating access for the parallel port
This module capsulates the access for the parallel port. It provides
backends for standard Python running on Windows, Linux, BSD (possibly
any POSIX compilant system). The module named "parallel" automaticaly
selects the appropriate backend.
python-pyparsing
alternative to creating and executing simple grammars - Python 2.7
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
the use of regular expressions. The parsing module provides a
library of classes that client code uses to construct the grammar
directly in Python code.
screenruler
measure objects on screen with a variety of metrics
ScreenRuler will display a ruler on screen which allows you to measure the
other objects that you've there. It has the following features:
* Horizontal and vertical measurement in 6 different metrics:
pixels, centimetres, inches, picas, points, and as a percentage
of the ruler's length.
* Cusomizable colors and fonts.
* Keyboard control for precise positioning.
* Option for the ruler to stay always on top of other windows.
libautodie-perl
Perl pragma to make certain failures fatal
autodie is a Perl pragma that changes the behaviour of many built-in functions
so that exceptions are thrown on failure rather than simply returning a false
value. It understands lexical scope, meaning functions and subroutines altered
with this module will only have this behaviour until the end of the enclosing
eval, file or block, so it is useful when some code is out of your control.