ruby-aggregate

Ruby class for accumulating aggregate statistics

Aggregate is an intuitive ruby implementation of a statistics aggregator including both default and configurable histogram support. It does this without recording/storing any of the actual sample values, making it suitable for tracking statistics across millions/billions of samples without any impact on performance or memory footprint. Originally inspired by the Aggregate support in SystemTap.

g++-m68k-linux-gnu

GNU C++ compiler for the m68k architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

libosmocore19

Osmo Core library

This is part of the libosmocore "meta"-library. The libosmocore library contains various utility functions that were originally developed as part of the OpenBSC project, but which are of a more generic nature and thus useful to (at least) other programs that are developed in the sphere of Free Software / Open Source mobile communication.

gcc-m68k-linux-gnu

GNU C compiler for the m68k architecture

This is the GNU C compiler, a fairly portable optimizing compiler for C.

gobjc++-alpha-linux-gnu

GNU Objective-C++ compiler for the alpha 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.

node-minipass

Minimal implementation of a PassThrough for Node.js

minipass supports pipe/multi-pipe buffering data until either a "data" event handler or "pipe()" is added (so firsk chunk not loose).