hexchat-otr
hexchat plugin to support Off The Record (OTR)
A plugin for the IRC client hexchat to support Off The Record (OTR)
conversations.
hexcompare
utility to compare and identify binary files
hexcompare is a curses-based utility to compare and identify differences
between two binary files. These differences are then represented visually
with an interactive block diagram. Hexcompare is useful in forensics cases
when you have two files and you want to compare them to find out whether
they are identicals or similars.
python-typing
Backport of the standard 3.5 library typing module
Typing defines a standard notation for Python function and variable
type annotations. The notation can be used for documenting code in a
concise, standard format, and it has been designed to also be used by
static and runtime type checkers, static analyzers, IDEs and other
tools.
python-parsedatetime
Python module to parse human-readable date/time expressions
parsedatetime is able to parse, for example, the following:
python-prelude
Security Information and Events Management system [ Python2 bindings ]
Prelude is a Universal "Security Information Management" (SIM) system.
Its goals are performance and modularity. It is divided in two main
parts :
- the Prelude sensors, responsible for generating alerts, such as
snort sensor, featuring a signature engine, plugins for
protocol analysis, and intrusion detection plugins, and the Prelude
log monitoring lackey.
- the Prelude report server, collecting data from Prelude sensors,
and generating user-readable reports.
libjs-fetch
window.fetch JavaScript polyfill
The fetch() function is a Promise-based mechanism for programmatically making
web requests in the browser. This project is a polyfill that implements a
subset of the standard Fetch specification, enough to make fetch a viable
replacement for most uses of XMLHttpRequest in traditional web applications.