dicompyler
radiation therapy research platform
Dicompyler is an extensible, fully open source radiation therapy
research platform based on the DICOM standard. It also functions as a
cross-platform DICOM RT viewer.
rosegarden
music editor and MIDI/audio sequencer
Rosegarden is a Qt application which provides a mixed Audio/MIDI
sequencer (for playback and recording), a multi-track editor, music
editing using both piano-roll and score notation, MIDI file IO,
lilypond and Csound files export, etc.
libcache-mmap-perl
module to provide a shared data cache using memory mapped files
Cache::Mmap implements a shared data cache, using memory mapped files.
If routines are provided which interact with the underlying data, access to
the cache is completely transparent, and the module handles all the details of
refreshing cache contents, and updating underlying data, if necessary.
mktorrent
simple command line utility to create BitTorrent metainfo files
mktorrent is a text-based utility to create BitTorrent metainfo files
used by trackers and torrent clients. It can create metainfo files for
single files or complete directories in a fast way.
python-zope.authentication
Definition of authentication basics for the Zope Framework
This package provides a definition of authentication concepts for use in
Zope Framework.
python-zope.event
Very basic event publishing system
This package provides a simple event system. It provides an event publishing
system and a very simple event-dispatching system on which more sophisticated
event dispatching systems can be built. For example, a type-based event
dispatching system that builds on zope.event can be found in zope.component.