libopenrefine-arithcode-java

Java implementation of arithmetic coding and PPM compression

Arithmetic coding is a general technique for coding the outcome of a stochastic process based on an adaptive model. The expected bit rate is the cross-entropy rate of the model versus the actual process. PPM, prediction by partial matching, is an adaptive statistical model of a symbol sequence which models the likelihood of the next byte based on a (relatively short) suffix of the sequence of previous bytes.

python3-icmplib

forge ICMP packets and make your own ping and traceroute

icmplib is an implementation of the ICMP protocol in Python. It is possible to use the built-in functions or to build your own. It features: * ready-to-use functions such as: ping, multiping and traceroute. * multithreaded functions (like multiping). * runs without root privileges. * ICMPv4 and ICMPv6 support. * Broadcast support. * No dependency.

python3-pylsp-flake8

Flake8 plugin for the Python Language Server

This package provides a plugin to support the flake8 code checker in editors that support the Python Language Server.

gpaste-2

Clipboard management system for GNOME

GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings.

libsigc++-3.0-0

type-safe Signal Framework for C++ - runtime

This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks.

python3-confuse

Python Library for painless YAML configuration

Confuse is a configuration library for Python that uses YAML. It takes care of defaults, overrides, type checking, command-line integration, human-readable errors, and standard OS-specific locations.