Remind is a sophisticated calendar and alarm program. It includes the
following features:
* A sophisticated scripting language and intelligent handling of
exceptions and holidays.
* Plain-text, PostScript and HTML output.
* Timed reminders and pop-up alarms.
* A friendly graphical front-end for people who don't want to learn
the scripting language.
* Facilities for both the Gregorian and Hebrew calendars.
* Support for 12 different languages.
Leaftag is a library and set of utilities for tagging files on the desktop.
tagutils is the primary way of tagging files from the command line.
It can tag, untag, display a list of known tags, manipulate tag properties,
and show files belonging to a tag.
Project homepage:
XmAddressbook is a X11/Motif based address book program.
It allows the user to enter addressbook type information.
It saves its data in a text file. It can output the
addressbook in Postscript. It also has a Curses interface
for searching and viewing the address book.
Avro is a data serialization system.
Avro provides:
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC
protocols. Code generation as an optional optimization, only worth
implementing for statically typed languages.
As a project Alexandria's goal is to reduce duplication of effort
and improve portability of Common Lisp code according to its own
idiosyncratic and rather conservative aesthetic. What this actually
means is open to debate, but each project member has a veto on all
project activities, so a degree of conservatism is inevitable.
This package is compiled with SBCL.
Syncmail is a CVS notification tool which can provide a diff for every
change to a CVS repository, mailed to specified email addresses.
This tool is useful for large communities to monitor activity,
and is used for Python and many other active projects.
As a project Alexandria's goal is to reduce duplication of effort
and improve portability of Common Lisp code according to its own
idiosyncratic and rather conservative aesthetic. What this actually
means is open to debate, but each project member has a veto on all
project activities, so a degree of conservatism is inevitable.
ELF is a command line based ELF header analyzer. This tool
allows you to easily parse the ehdr of ELF object files
into a human readable format (and various other formats).
This is a very good source of both source code (for people
learning the ELF) and information for developers that care
about the internals of object files that is generated for
them.
The jcmdline package is a Java package with the following goals:
* Facilitate parsing/handling of command line parameters.
* Add consistency to command line parameter parsing and command usage display
through all executables of a Java application.
* Automatically generate a command usage based upon defined command line
parameters.
The 'Par' monad offers a parallel programming API based on dataflow
programming. To use the `Par` monad, install the monad-par package,
which includes this package as a dependency. This package is an
abstract interface only. It provides a number of type clasess, but not
an implementation. The type classes separate different levels of @Par@
functionality.