roc-toolkit-tools
real-time audio streaming over the network (tools)
Roc is a network transport, highly specialized for the real-time streaming use
case. The user writes the stream to the one end and reads it from another end,
and Roc deals with all the complexity of the task of delivering data in time
and with no loss. Encoding, decoding, adjusting rates, restoring losses - all
these are performed transparently under the hood.
x3270
X11 program for telnet sessions to IBM mainframes
x3270 opens a telnet connection to an IBM mainframe host in an X11
window. It can also connect to an IBM AS/400 as a 5250 terminal
using the AS/400's 3270 emulation. The window created by x3270 can
use its own font for displaying characters, so it is a fairly
accurate representation of an IBM 3278 or 3279.
python3-agatesql
support for SQL read/write in agate
Agate-sql adds read/write support for SQL to agate. It uses a monkey patching
pattern to add read and write methods for SQL to all agate.Table instances
after import of the corresponding agatesql module.
libstd-rust-1.62
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.
finit-sysv
Fast init for Linux systems - SysV compatibility symlinks
Finit is a simple alternative to SysV init and systemd, reverse engineered from
the EeePC fastinit. Focus is on small and embedded systems, although Finit is
fully usable on server and desktop systems as well.
libptl2
parallel tasking library
PTL is a lightweight C++11 multithreading tasking system featuring
a thread-pool, task-groups, and a lock-free task queue.