libffindex0t64

library for simple index/database for huge amounts of small files

FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, separated by '\0'. A second file contains a plain text index, giving name, offset and length of the small files. The lookup is currently done with a binary search on an array made from the index file.

libfifechan0.1.5t64

lightweight cross platform GUI library written in C++

Fifechan is a lightweight cross platform GUI library written in C++ specifically designed for games. It has a small yet powerful built in set of extendable GUI Widgets allowing users to create virtually unlimited types of widgets.

r-bioc-biocgenerics

generic functions for Bioconductor

S4 generic functions needed by many other Bioconductor packages.

libfoonathan-memory0.7.3t64

STL compatible C++ memory allocator library

The default STL allocator model has various flaws, for example you cannot easily share a single allocator for multiple types. This library is one of many proposed solutions for the shortcomings of the standard allocator, which unlike many other solutions does not require changes in the STL itself.

libg15daemon-client1t64

Client library for communicating with g15daemon

The g15daemon client library allows applications to use LCD of the Logitech G15 keyboard or Z10 speakers under control of g15daemon.

swift-object

distributed virtual object store - object server

OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence.