libstd-rust-1.69
Rust standard libraries
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
vfu-ncurses
Versatile text-based file-manager (ncurses)
vfu is a nice file-manager using the ncurses
library. It has many nice features:
qml6-module-qtquick-timeline-blendtrees
Qt 6 Quick Timeline BlendTrees 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.
libdieharder3t64
Random-number generator test library
libdieharder is the core library of dieharder and friends, designed to
be "the last suite of random number testers you'll ever wear". It can
test any of its many prebuilt and library linked generators (basically
all of those in the GNU Scientific Library plus a number of others from
various sources) or a potentially random dataset in either an
ascii-formatted or raw (presumed 32 bit uint) binary file. It is fairly
straightforward to wrap new software generators for testing, or to add
hardware generators that have a software interface for testing, and the
file input method permits pretty much any software or hardware RNG to be
tested using libdieharder calls.
libbasix0.5
Finite Element Basis Function Definition Runtime Library (Python 3)
Computes FE basis functions and derivatives for the following
elements:
- Lagrange (interval, triangle, tetrahedron, prism, pyramid,
quadrilateral, hexahedron)
- Nédélec (triangle, tetrahedron)
- Nédélec Second Kind (triangle, tetrahedron)
- Raviart-Thomas (triangle, tetrahedron)
- Regge (triangle, tetrahedron)
- Crouzeix-Raviart (triangle, tetrahedron)
borgmatic
automatically create, prune and verify backups with borgbackup
borgmatic is a simple Python wrapper script for the Borg backup software that
initiates a backup, prunes any old backups according to a retention policy,
and validates backups for consistency. The script supports specifying your
settings in a declarative configuration file rather than having to put them
all on the command-line, and handles common errors.