pytagsfs

maps media files to an arbitrary directory structure

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags.

python-all

package depending on all supported Python2 runtime versions

The package currently depends on python2.7, in the future, dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono) may be added.

tessa

simulation of 3D optical systems with the FDTD method

Tessa is a three-dimensional simulation software for optical systems at the wavelength scale, based on the finite differences time-domain method (FDTD). It focuses on simulating large, resonating structures, but can also be used to study propagating beams. It can simulate arbitrary dielectric and absorbing materials, and can be used on single workstations as well as clusters.

flog

dump STDIN to file and reopen on SIGHUP

flog (file logger) reads input from STDIN and writes to a file. When a SIGHUP is received, the file will be reopened, allowing for log rotation.

drift

type sensitive preprocessor for Haskell

DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type.

python-django-shorturls

Short URL handler for Django applications

Django-shorturls is a custom URL shortening application for Django, including easy rev=canonical support.