This is a staging site. Uploads will not persist. Testing only.
cube2font command-line usage

cube2font

utility program for creating font bitmaps for Cube Engine games

cube2font is a utility program designed to create font bitmaps for Cube Engine games, it works by taking a Truetype font and building it into a set of coordinates in an image. cube2font is an improved version of the previous TTF2Font, supporting a much larger range of characters.
ser-player-1.7.2 running a 8-bit monochrome ser video

ser-player

Video player and processing utility for SER files

The SER file format can be used to store data from fast frame rate astronomy cameras instead of using the AVI file format. This application enables users to review SER files in the same way that AVI files are reviewed with a video player.
fast and scalable online machine learning algorithm

vowpal-wabbit

fast and scalable online machine learning algorithm

Vowpal Wabbit is a fast online machine learning algorithm. The core algorithm is specialist gradient descent (GD) on a loss function (several are available). VW features: - flexible input data specification - speedy learning - scalability (bounded memory footprint, suitable for distributed computation) - feature pairing
transparent application fuzzer

zzuf

transparent application fuzzer

Zzuf is a transparent fuzzer. It works by intercepting applications' file and network operations and changing random bits in their input. Its behaviour is deterministic, making it easy to reproduce bugs.
Program for representing sounds visually

synaesthesia

Program for representing sounds visually

This is a program for representing music graphically, as a curuscating field of fog, stars and/or glowing lines. It is intended as a visual accompaniment to music. The representation goes beyond conventional freqency analysis displays by combining a fourier analysis with stereo positioning information, making it possible to distinguish individual intruments, vocalists or effects by location, shape and color.
Rack HTTP server for fast clients

unicorn

Rack HTTP server for fast clients

Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix and Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both request and response in between Unicorn and slow clients.