This is a staging site. Uploads will not persist. Testing only.

bpftop

Provides a dynamic real-time view of running eBPF programs

It presents average runtime, events per second, and estimated total CPU percentage measurements for each program. This tool minimizes overhead by enabling performance statistics only while it is active.

gap-anupq

GAP ANUPQ - ANU p-Quotient

GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more.

git-subrepo

Alternative to git-submodule(1) and git-subtree(1)

git-subrepo allows embedding and managing copies of other git repositories in your repo for purposes such as vendoring.

lua-lsqlite3

Lua wrapper for the SQLite3 library

LuaSQLite 3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. Most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects.

libmuparserx4.0.12

mathematical expression parser library

The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you. It was originally based on the original muparser engine but has since evolved into a standalone project with a completely new parsing engine.

python3-ecobee-api

Library for controlling Ecobee3 Wi-Fi thermostats

This library allows for the control and management of Ecobee3 Wi-Fi thermostats. It communicates with the Ecobee API to provide functionalities such as adjusting temperatures, setting modes, and retrieving sensor data. This enables integration with home automation systems for comprehensive control over home heating and cooling solutions.