libbloom-filter-perl

Bloom filter implemented in Perl

A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives.

libwildmidi-config

software MIDI player configuration

MIDI streaming library designed to process a MIDI file using sound patches and stream the results as stereo audio data through a buffer which an external program can then process further.

libautovivification-perl

pragma for lexically disabling autovivification

autovivication is a Perl pragma that enables developers to control whether variables can be created automatically on their first use, rather than requiring them to be defined beforehand. While occasionally useful, this behaviour can result in subtle bugs that are difficult to debug.

gobjc-mipsel-linux-gnu

GNU Objective-C compiler for the mipsel architecture

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.
popular minesweeper puzzle game for GNOME

gnome-mines

popular minesweeper puzzle game for GNOME

Mines is a puzzle game where you locate mines floating in an ocean using only your brain and a little bit of luck.

haskell-xeno-utils

Fast event-based XML parser in pure Haskell

A fast, low-memory use, event-based XML parser in pure Haskell.