hare
Simple, stable and robust systems programming language
Hare uses a static type system, manual memory management, and a minimal
runtime. It is well-suited to writing operating systems, system tools,
compilers, networking software, and other low-level, high performance tasks.
libdmrconf0
Library to program DMR radios
Libdmrconf is a Qt5 library to interface and program DMR radios. DMR is a
digital modulation standard used in amateur and commercial radio. This library
provides the core functionality to read, write, encode and decode binary
codeplugs for several radios, including AnyTone AT-D868UVE, AT-D878UV,
AT-878UVII, AT-D578UV, TyT MD-390, MD-UV380, MD-UV390, MD-2017, Retevis RT8,
RT3S, RT82, Radioddity RD5R, GD-77, Baofeng DMR-6X2 and radio running the
OpenGD77 firmware.
readsb
Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices
As a former fork of dump1090-fa it is using that code base but development
will continue as a standalone project with new name. Readsb can co-exist on
the same host system with dump1090-fa, it doesn't use or modify its resources.
python3-vincenty
Python library for calculating geographical distance with high accuracy
Vincenty is a Python library that calculates the geographical distance between
two points with extreme accuracy, utilizing Vincenty's formula. Based on the
WGS 84 reference ellipsoid, this method is precise to within 1 mm or better.
Widely employed in geographic information systems (GIS), it offers superior
accuracy compared to great-circle distance calculations that assume a
spherical Earth. The library supports calculations in both kilometers and
miles.
python3-voluptuous-openapi
Convert Voluptuous schemas to OpenAPI Schema object
Voluptuous OpenAPI allows for the transformation of Voluptuous schemas into
OpenAPI Schema objects. It supports custom serializers for processing custom
validators, ensuring flexibility in schema definition. This facilitates a
seamless integration between Voluptuous data validation and OpenAPI
documentation generation.
python3-safetensors
Simple, safe way to store and distribute tensors
Safetensors is a new simple format for storing tensors safely (as opposed
to pickle) and that is still fast (zero-copy). Safetensors is really fast.