mutt-wizard

configuration tool from command line to neomutt

mutt-wizard is a tool that automatically sets up a neomutt-based minimal email system.

libgphobos4-x32-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

liburcu8t64

userspace RCU (read-copy-update) library

This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.

libstarpumpi-1.4-2

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

libusb3380-0t64

USB3380 abstraction layer for libusb

The USB 3380 is a PCI Express Gen 2 to USB 3.0 SuperSpeed Peripheral Controller. It features one PCI Express Gen 2 x1 port and one USB 3.0 SuperSpeed client port. The USB 3380 provides a matching bandwidth at 5 GT/s between the PCI Express Gen 2 bus and the USB 3.0 SuperSpeed bus.

libjheaps-java

Java library with various heap implementations

This library contains various heap implementations written in Java. A heap is a priority queue data type which contains elements with keys (duplicate keys are permitted) from a totally-ordered universe. The library is easy to use, its data structures have a well defined interface, it is fast and well documented, and the heaps are written in a similar way as in the JDK.