python-django-floppyforms

better control of form rendering in Django

Django-foppyforms is an application that gives you full control of the output of forms rendering. This is more a widgets library than a forms library but form fields are provided for convenience. The forms API and features are exactly the same as Django’s, the key difference is that widgets are rendered in templates instead of using string interpolation.

crossroads

open source load balance and fail over utility for TCP based services

Crossroads is a daemon running in user space, and features extensive configurability, polling of back ends using 'wakeup calls', detailed status reporting, 'hooks' for special actions when backend calls fail, and much more.

postgresql-13-pg-fact-loader

Build fact tables asynchronously with Postgres

Use queue tables to build fact tables asynchronously for PostgreSQL 13.

node-uglify

JavaScript parser, mangler/compressor and beautifier toolkit

UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code:

python-exif

Python library to extract Exif data from TIFF and JPEG files

This is a Python library to extract Exif information from digital camera image files. It contains the EXIF.py script and the exifread library.

python-casmoothing

Context-aware mesh smoothing for biomedical applications

Smoothing algorithms allow one to reduce artifacts from mesh generation, but often degrade accuracy. The method described in the paper "Context- aware mesh smoothing for biomedical applications" identifies staircase artifacts which result from image inhomogeneities and binary segmentation in medical image data for subsequent removal by adaptive mesh smoothing. Thus, context-aware smoothing enables to adaptively smooth artifact areas, while non-artifact features can be preserved. This is a implementation of this method in Cpp with Python bindings.