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.
python3-pysensibo
Library for interfacing with Sensibo air conditioning controllers
This library provides an interface to interact with Sensibo air conditioning
controllers through their cloud API. It allows users to access and control
aspects such as temperature and humidity settings, fan levels, and swing
modes. The library also supports functionality like enabling and configuring
features like Climate React and Pure Boost, allowing for tailored climate
control depending on environmental inputs. Additionally, users can manage
timers and get diagnostic information about their devices, including sensor
readings related to air quality and system status indicators. This is
particularly useful for integrating Sensibo devices with automation platforms
to create adaptive climate management solutions.
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.
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-pycoolmasternet-async
Library to control CoolMasterNet HVAC bridges via asyncio
This library provides an interface to interact with CoolMasterNet devices,
allowing for control and monitoring of connected HVAC systems. Users can
retrieve information such as general device info, unit status, temperature
settings, and various operational modes. It supports operations such as
setting thermostat values, changing fan speeds, and selecting operation modes
(e.g., cooling or heating). The library integrates with Wi-Fi-enabled HVAC
systems via CoolMasterNet bridges, allowing for seamless control over network
connections.