libtools-cli-clojure
command line argument parser for Clojure
tools.cli is a command-line argument parser for Clojure. It currently
supports:
freemedforms-common-resources
common data for the FreeMedForms project applications
The FreeMedForms project provides a set of medical applications to help
health professionals in their day-to-day practice. It is developed by an
international community of medical doctors and computer specialists.
unburden-home-dir
Remove or move cache files automatically from user's home
unburden-home-dir allows users to move cache files from browsers,
etc. off their home directory, i.e. on a local harddisk or tmpfs and
replace them with a symbolic link to the new location (e.g. on /tmp/
or /scratch/) upon login. Optionally the contents of the directories
and files can be removed instead of moved.
freemedforms-emr
electronic medical record manager
The FreeMedForms project provides a set of medical applications to help
health professionals in their day-to-day practice. It is developed by an
international community of medical doctors and computer specialists.
libjbzip2-java
bzip2 compression/decompression library
jbzip2 is a Java bzip2 compression/decompression library. It can be used
as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream
classes. It is expected comparably fast as a compressor but 5% to 10%
faster as a decompressor.
node-daemon
Turn a node script into a daemon
Daemon actually re-spawns the current application and runs it again. The only
difference between the original and the fork is that the original will not
execute past the daemon() call whereas the fork will.