python3-django-auditlog
Library for logging changes to Django models
This library records modifications to Django model instances along with the
user responsible for the change. It offers more flexibility compared to
Django's default admin log and provides a JSON summary of modifications,
allowing easy tracking of changes across models. Designed to be simple and
efficient, it minimizes storage use by avoiding full version control, instead
focusing on logging key attributes and actions for each change. It
communicates directly with Django models to capture and store these logs,
integrating seamlessly into Django-based applications.
yorick-optimpack
optimization of large scale problems for the Yorick language
OptimPack is a portable C library which implements algorithms for
optimization of large scale problems with bound constraints. Large
scale means some million variables (e.g. pixel values) or more.
libxnnpack0.20241108
High-efficiency floating-point neural network inference operators (libs)
XNNPACK is a highly optimized library of floating-point neural network
inference operators for ARM, WebAssembly, and x86 platforms. XNNPACK is not
intended for direct use by deep learning practitioners and researchers; instead
it provides low-level performance primitives for accelerating high-level
machine learning frameworks, such as TensorFlow Lite, TensorFlow.js, PyTorch,
and MediaPipe.
w1retap-pgsql
Data logger for 1-Wire weather sensors (PostgreSQL plugin)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
theme-d-translator
Programming language extending Scheme with static typing
Some features of Theme-D are:
* Static type system
* An object system
* A module system
* Statically and dynamically dispatched multimethods
* Parametrized (type parameters) classes, types, and procedures
* Signature types resembling Java interfaces but multiply dispatched
* Numerical tower
* Constant variables
Theme-D can be compiled to Guile Tree-IL or Scheme. Hence it is
possible to compile Theme-D to Guile bytecode.
tzc
Trivial Zephyr Client
tzc is a trivial zephyr client program which talks to the zephyr servers
(via the "zephyr host manager"). It is primarily used by the gnu-emacs
zephyr-mode package.