obs-ashmanix-countdown
plugin for OBS Studio to create a countdown timer
This plugin lets to use a text source in OBS to show a countdown timer that
updates in real time. This is useful to show to viewers the time left before
a transmission.
python3-odmantic
Sync and Async ODM (Object Document Mapper) for MongoDB (Python 3)
Sync and Async ODM (Object Document Mapper) for MongoDB based on standard
Python type hints. Built on top of Pydantic for model definition and
validation.
xeus-gp
Native jupyter kernel for GP
xeus-gp uses the xeus library to provide a high-performance,
native kernel for running GP code in the jupyter notebook,
or other frontends using the jupyter messaging protocol.
python3-pytest-skip-markers
skip markers for pytest
This pytest plugin was extracted from pytest-salt-factories. It’s a collection
of useful skip markers created to simplify and reduce code required to skip
tests in some common scenarios, for example, platform specific tests.
llvm-19-examples
Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
libgf-complete1t64
Galois Field Arithmetic - shared library
Galois Field arithmetic forms the backbone of erasure-coded storage systems,
most famously the Reed-Solomon erasure code. A Galois Field is defined over
w-bit words and is termed GF(2^w). As such, the elements of a Galois Field are
the integers 0, 1, . . ., 2^w − 1. Galois Field arithmetic defines addition
and multiplication over these closed sets of integers in such a way that they
work as you would hope they would work. Specifically, every number has a
unique multiplicative inverse. Moreover, there is a value, typically the value
2, which has the property that you can enumerate all of the non-zero elements
of the field by taking that value to successively higher powers.