bitmath

handle file sizes with different prefix notations

bitmath simplifies many facets of interacting with file sizes in various units. Originally focusing on file size unit conversion, functionality now includes: * Converting between SI and NIST prefix units (kB to GiB) * Converting between units of the same type (SI to SI, or NIST to NIST) * Automatic human-readable prefix selection (like in hurry.filesize) * Basic arithmetic operations (subtracting 42KiB from 50GiB) * Rich comparison operations (1024 Bytes == 1KiB) * bitwise operations (<<, >>, &, |, ^) * Reading a device's storage capacity (Linux/OS X support only) * argparse integration as a custom type * click integration as a custom parameter type * progressbar integration as a better file transfer speed widget * String parsing * Sorting

node-react-jss

node-jss integration with React

JSS is an authoring tool for CSS which allows you to use JavaScript to describe styles in a declarative, conflict-free and reusable way. It can compile in the browser, server-side or at build time in Node.

libotbcarto-8.1-1

ORFEO Toolbox library - OTBCarto

ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular.

libnode109

evented I/O for V8 javascript - runtime library

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

libvdt0.4

vectorised math library

This is vectorised math library - a collection of fast and inline implementations of mathematical functions - the functions can be used in autovectorised loops - double and single precision implementations are available - no overhead present, no intrinsics used

python3-presets

Python module to handle default parameters of functions

Provides an object interface that can override common default parameter settings for all functions within a target module or package.