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.
libcuba3
library for multidimensional numerical integration
gir1.2-rest-0.7
REST service access library (introspection files)
This library was designed to make it easier to access web services that
claim to be "RESTful". It includes convenience wrappers for libsoup and
libxml to ease remote use of the RESTful API.
python-mtbl
immutable sorted string table library (Python bindings)
mtbl is a C library implementation of the Sorted String Table (SSTable)
data structure, based on the SSTable implementation in the open source
Google LevelDB library. An SSTable is a file containing an immutable
mapping of keys to values. Keys are stored in sorted order, with an
index at the end of the file allowing keys to be located quickly.