ruby-sd-notify
Pure Ruby implementation of systemd's sd_notify
sd_notify can be used to notify systemd about various service status changes
of Ruby programs
python3-gphoto2cffi
GPhoto2 bindings with simpler API
Python bindings for libgphoto2 with an interface that strives to be idiomatic.
In contrast to other bindings for Python, gphoto2-cffi hides most of the
lower-level abstractions and reduces the API surface while still offering
access to most of the library's features.
wait-for-it
script that will wait on the availability of a host and TCP port
wait-for-it is a pure bash script that will wait on the availability
of a host and TCP port. It is useful for synchronizing the spin-up of
interdependent services, such as linked docker containers. Since it
is a pure bash script, it does not have any external dependencies.
libwiredtiger-java
Java language support for WiredTiger
Supports row-oriented storage (where all columns of a row are stored
together), column-oriented storage (where columns are stored in groups,
allowing for more efficient access and storage of column subsets) and
log-structured merge trees (LSM), for sustained throughput under random
insert workloads.
python-wiredtiger
Python library for WiredTiger
Supports row-oriented storage (where all columns of a row are stored
together), column-oriented storage (where columns are stored in groups,
allowing for more efficient access and storage of column subsets) and
log-structured merge trees (LSM), for sustained throughput under random
insert workloads.
libxdelta2
Xdelta runtime library
Xdelta is an application program designed to compute changes between
files. These changes (deltas) are similar to the output of the
"diff" program in that they may be used to store and transmit only the
changes between files. However, unlike diff, the output of Xdelta is
not expressed in a human-readable format--Xdelta can also apply
these deltas to a copy of the original file. Xdelta uses a fast,
linear algorithm and performs well on both binary and text files.