libgnuradio-fec3.10.4

gnuradio forward error correction support

Handle forward error correction processing in gnuradio. Implements the GNU Radio FEC API, supporting encoders and decoders for no-op dummmy, repetition, and convolutional classes. Part of the main gnuradio build.

libgnuradio-iio3.10.4

IIO blocks for GnuRadio

Libiio is a library that has been conceived to ease the development of applications interfacing Industrial Input/Output (IIO) devices through the IIO subsystem of the Linux kernel.

python3-pytz

Python3 version of the Olson timezone database

python3-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).

r-cran-labdsv

Ordination and Multivariate Analysis for Ecology

A variety of ordination and community analyses useful in analysis of data sets in community ecology. Includes many of the common ordination methods, with graphical routines to facilitate their interpretation, as well as several novel analyses.

gpu-burn

Multi-GPU CUDA stress test

This allows you to run a stress test on your GPUs. Memory usage can be controlled by absolute number or percentage. Also allows to run on specific GPU, useful if you have mixed multi GPU system.

python3-ephemeral-port-reserve

binds to an ephemeral port, force it into the TIME_WAIT state, and unbind it

Sometimes you need a networked program to bind to a port that can't be hard-coded. Generally this is when you want to run several of them in parallel; if they all bind to port 8080, only one of them can succeed.