python3-cmaes
Python 3 CMA-ES library
Lightweight Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
implementation based on arXiv:1604.00772.
pgcopydb
Copy an entire PostgreSQL database from source to target
This tool copies an entire PostgreSQL database from source to target. It
implements `pg_dump | pg_restore` on steroids, including advanced concurrency
tricks to make the operation faster.
libjodycode3
shared lib for programs written by Jody Bruchon (runtime)
libjodycode is a software code library containing code shared among several
of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs,
and zeromerge. These shared pieces of code were copied between each program
as they were updated. As the number of programs increased and keeping these
pieces of code synced became more annoying, the decision was made to combine
all of them into a single reusable shared library.
qml6-module-qtquick-tooling
Qt 6 Quick Tooling QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.