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.

libjs-cssrelpreload

JavaScript to load CSS asynchronously

This JavaScript library provides functions to load CSS asynchronously.

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.

python3-lensfun

Lens Correction library - Python3 module

Lensfun is an opensource database of photographic lenses and their characteristics. It contains three kinds of objects: * mounts * cameras * lenses

node-hooker

Useful debugging library for Node.js

Node is an event-based server-side JavaScript engine.