python3-cykhash
cython wrapper for khash-sets/maps, efficient implementation of isin and unique
Cykhash is a cython wrapper for khash-sets/maps, efficient
implementation of isin and unique.
python3-xdoctest
Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What
is a docstring? Its a string you use as a comment! They get attached
to Python functions and classes as metadata. They are often used to
auto-generate documentation. Why is it cool? Because you can write
tests while you code!
hprof-conv
HPROF Converter
The hprof-conv tool converts the HPROF file that is generated by the Android
SDK tools to a standard format so you can view the file in a profiling tool of
your choice.
gobjc-12-multilib-x86-64-linux-gnu
GNU Objective-C compiler (multilib support) (cross compiler for amd64 architectu
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler.
golang-petname
generate pronouncable, perhaps even memorable, pet names
This utility will generate "pet names", consisting of a random
combination of an adverb, adjective, and proper name. These are
useful for unique hostnames, for instance.
The default packaging contains about 2000 names, 1300 adjectives,
and 4000 adverbs, yielding nearly 10 billion unique combinations,
covering over 32 bits of unique namespace.
As such, PetName tries to follow the tenets of Zooko's triangle:
names are human meaningful, decentralized, and secure.
xdoctest
Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What
is a docstring? Its a string you use as a comment! They get attached
to Python functions and classes as metadata. They are often used to
auto-generate documentation. Why is it cool? Because you can write
tests while you code!