python3-langdetect
Python library for language-detection
Python port of langdetect, a language-detection library.
pyupgrade
Tool to automatically upgrade Python 3 syntax for newer versions
A tool (and pre-commit hook) to automatically upgrade syntax for newer
versions of the language.
libblosc1
high performance meta-compressor optimized for binary data
Blosc is a high performance compressor optimized for binary data. It has been
designed to transmit data to the processor cache faster than the traditional,
non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.
libgnuradio-uhd3.10.9t64
gnuradio universal hardware driver functions
The gnuradio interface to the UHD library to connect to and send and
receive data between to the Ettus Research, LLC product line -
including the USRP family of software radio peripheral devices.
Part of the main gnuradio build.
brutespray
Python bruteforce tool
This Python script takes nmap GNMAP/XML output, newline separated JSON,
Nexpose `XML Export` output or Nessus `.nessus` exports and automatically
brute-forces services with default credentials using Medusa.
bisonc++
Bison-style parser generator for C++
Bisonc++ was designed after `bison++', created by Alain Coetmeur. Bisonc++
adds to bison++ a cleaner class-design, using a base-class to communicate
lexical tokens to a lexical scanner.