ruby-did-you-mean
smart error messages for Ruby > 2.3
This package provides the infrastructure to produce smart error messages on
Ruby > 2.3. When an undefined method is called, it will suggest similar
method names. It will also catch mispellings on known method names, such as
"initialize", and warn developers about them.
cryptol
domain-specific language of cryptography
Cryptol is a domain-specific language for specifying cryptographic
algorithms. A Cryptol implementation of an algorithm resembles its
mathematical specification more closely than an implementation in
a general purpose language.
dante-client
SOCKS wrapper for users behind a firewall
Dante is a circuit-level firewall/proxy that can be used to provide
convenient and secure network connectivity to a wide range of hosts
while requiring only the server Dante runs on to have external network
connectivity.
memtool
Development tool to modify memory mapped registers
memtool allows one to read and write memory mapped registers via /dev/mem. The
commands are inspired by the respective commands of the barebox bootloader.
This is handy during driver development to inspect and modify register
settings. It can also be used to modify regular files and character devices
(e.g. to paint to /dev/fb0).
python-os-client-config
OpenStack client configuration library - Python 2.x
Os-client-config is a library for collecting client configuration for using an
OpenStack cloud in a consistent and comprehensive manner. It will find cloud
config for as few as 1 cloud and as many as you want to put in a config file.
It will read environment variables and config files, and it also contains some
vendor specific default values so that you don't have to know extra info to
use OpenStack
libdata-dumper-compact-perl
vertically compact width-limited data formatter
Data::Dumper::Compact provides a replacement of the Dumper() function that
produces a more compact output.