python3-inkbird-ble
Parser for INKBIRD BLE devices
This library supports parsing data from various INKBIRD BLE devices, including
thermometers and hygrometers. It handles communication over Bluetooth to
retrieve sensor information. Supported devices include the INKBIRD Bluetooth
Thermometer IBS-TH1, Bluetooth Pool Thermometer IBS-P01B, Temperature and
Humidity Hygrometer IBS-TH2, Bluetooth Smart Sensor ITH-12S, and several
Bluetooth Grill Thermometers, among others. The data retrieved from these
devices can be used to monitor temperature, humidity, and other metrics.
erofsfuse
FUSE Mount Utility for EROFS File System
EROFS (Enhanced Read-Only File System) is a lightweight
read-only file system with modern designs (eg. page-sized
blocks, inline xattrs/data, etc.) for scenarios which need
high-performance read-only requirements, e.g. Android OS
for smartphones and LIVECDs.
python3-aiotankerkoenig
Fetch data from tankerkoenig.de asynchronously
This library allows users to retrieve up-to-date fuel price information from
tankerkoenig.de. It provides an interface to access detailed fuel station
data, including station names, locations, and current fuel prices. Requests
are performed asynchronously to ensure efficient data fetching, making it
suitable for applications that require real-time fuel price updates. Users can
monitor multiple fuel stations and automate actions based on the retrieved
data. The library interacts with tankerkoenig.de's API, requiring an API key
for access.
libojalgo-java
Java library to do mathematics, linear algebra and optimisation
ojAlgo is a fast pure Java linear algebra library. It features:
- Optimisation (mathematical programming) tools including LP, QP and MIP
solvers – again this is pure Java with zero dependencies;
- A collection of "array" classes that can be sparse or dense and arbitrarily
large. They can be used as 1-, 2- or N/Any-dimensional arrays, and may
contain/handle a multitude of different number types including complex
numbers, rational numbers and quaternions. The memory for the arrays can
alternatively be allocated off heap or in a file. The linear algebra part of
ojAlgo builds on these arrays – they’re fast and efficient;
- Artificial Neural Networks;
- Various other things like time series, random numbers, stochastic
processes, descriptive statistics...
python3-leaone-ble
Bluetooth parser for LeaOne devices
This library provides Bluetooth parsing capabilities for LeaOne health
devices. It enables the integration of Bluetooth-enabled health devices such
as scales under brands like Xiaogui and BAGAIL into various systems. Supported
devices include Bluetooth scale TZC4 and Bluetooth scale QJ-J. The library
handles the non-standard discovery design of LeaOne Bluetooth devices by
efficiently recognizing and parsing the data they transmit. Users can interact
with the health metrics and data collected by these devices through a well-
structured and consistent interface.
units-master
Powerful units converter with a GUI
Units-master is a graphic application with three features:
- check the syntax of a physical quantity, like "25 m/s", or "1.2 µA"
- perform conversions, like "1.2 µA" to "1.2e-3 mA"
- render physical quantities to plain LaTeX, PNG, SVG.