librdf-ns-perl
just use popular RDF namespace prefixes from prefix.cc
Hardcoding URI namespaces and prefixes for RDF applications
is neither fun nor maintainable.
In the end we all use more or less the same prefix definitions,
as collected at <http://prefix.cc>.
RDF::NS includes all these prefixes
as defined at specific snapshots in time.
These snapshots correspond to version numbers of this module.
By selecting particular versions,
you make sure that changes at prefix.cc won't affect your scripts.
liblist-maker-perl
Perl module to generate more sophisticated lists than just $a..$b
The List::Maker module hijacks Perl's built-in file globbing syntax (< *.pl >
and glob '*.pl') and retargets it at list creation.
sqlite
command line interface for SQLite 2
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
python-msgpack
Python implementation of MessagePack format
MessagePack is a binary-based efficient object serialization format.
It enables the exchange of structured objects between many languages
like JSON. But unlike JSON, it is very fast and small.
cl-mcclim
Common Lisp graphic user interface toolkit
McCLIM is a free implementation of the CLIM specification. CLIM (Common Lisp
Interface Manager) is a cross-platform, cross-implementation graphic user
interface toolkit for Common Lisp programs.
libhtml-tableparser-perl
Perl module to extract data from an HTML table
HTML::TableParser uses HTML::Parser to extract data from an HTML
table. The data is returned via a series of user defined callback
functions or methods. Specific tables may be selected either by a
matching a unique table id or by matching against the column names.
Multiple (even nested) tables may be parsed in a document in one pass.