jjclient - A command line client for posting JustJournal entries
jjclient is a UNIX-style client for JustJournal that allows you to
post blog entries from the command line without the need for a web
browser.
Osmo is a handy personal organizer, which includes calendar, tasks
manager, address book and notes modules. It is a GTK+ based tool
which uses a plain XML database to store all personal data.
cvs2svn is a Python script can be used to migrate a CVS
repository to a Subversion, Git or Bazaar repository.
It is designed for one-time conversions, not for repeated
synchronizations between CVS and Subversion/Git/Bazaar.
DITrack is a free, open source, lightweight, distributed issue (bug,
defect, ticket) tracking system using a Subversion repository instead
of a backend database. It is written in Python and runs in UNIX
environment (*BSD, Linux, MacOS X).
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.
This package implements functions, analogous to those from Data.List, to
create and manipulate infinite lists: data Stream a = Cons a (Stream a).
It provides alternative definitions for those Prelude functions that make
sense on such streams.
This package provides a couple of different implementations of mutable
hash tables in the ST monad, as well as a type class abstracting their
common operations, and a set of wrappers to use the hash tables in the
IO monad.
Language C is a Haskell library for the analysis and generation of C
code. It features a complete, well tested parser and pretty printer for
all of C99 and a large set of GNU extensions.
Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic
hashing function. See <http://murmurhash.googlepages.com/> for details.
This implementation is pure Haskell, so it might be a bit slower than a C
FFI binding.
This is a port of json-c, an implementation of json in C. Json, JavaScript
Object Notation is a lightweight data exchange format and a subset of the
JavaScript programming language.