python3-ahocorasick

Python module implementing the aho-corasick algorithm

A fast and memory efficient library for exact or approximate multi-pattern string search meaning that you can find multiple key strings occurrences at once in some input text. The library provides an `ahocorasick` Python module that can be used as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search.

python3-saneyaml

PyYAML wrapper with sane behaviour

saneyaml simple wrapper for PyYAML that makes it easy to load and dump YAML safely, while preserving ordering and avoiding surprises of type conversions by loading everything except booleans as strings.

gr-satellites

Collection of satellite telemetry signal decoders

This GNU Radio out-of-tree module can be used to decode frames transmitted from most Amateur satellites in orbit, performing demodulation, forward error correction, etc. Decoded frames can be saved to a file or displayed in hex format. For some satellites the telemetry format definition is included in gr-satellites, so the decoded telemetry frames can be printed out as human-readable values such as bus voltages and currents. Additionally, some satellites transmit files such as JPEG images. gr-satellites can be used to reassemble these files and even display the images in real-time as they are being received.

gccgo-11-powerpc64-linux-gnu

GNU Go compiler

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gccgo-11-sparc64-linux-gnu

GNU Go compiler

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gdc-11-alpha-linux-gnu

GNU D compiler (version 2) (cross compiler for alpha architecture)

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.