python3-preludedb
Security Information and Events Management System [ Python3 bindings ]
The PreludeDB Library provides an abstraction layer upon the type and the
format of the database used to store IDMEF alerts. It allows developers to use
the Prelude IDMEF database easily and efficiently without worrying about SQL,
and to access the database independently of the type/format of the database.
time-decode
Timestamp and datetime decoder/encoder
time-decode provides the functionality to decode various timestamps
and UUIDs to aid digital forensics and incident response
processes. The supported formats range from common formats like Unix
(milli)seconds, Microsoft's FILETIME to more exotic formats like
Metasploit payload UUIDs.
libprotocol-websocket-perl
Perl library that implements WebSocket protocol
Client/server WebSocket message and frame parser/constructor.
Protocol::WebSocket does not provide a WebSocket server or client, but is
made for using in http servers or clients to provide WebSocket support.
r-bioc-sparsematrixstats
BioConductor summary statistics for rows and columns of sparse matrices
High performance functions for row and column operations on sparse matrices.
For example: col / rowMeans2, col / rowMedians, col / rowVars etc. Currently,
the optimizations are limited to data in the column sparse format.
This package is inspired by the matrixStats package by Henrik Bengtsson.
embassy-domainatrix
Extra EMBOSS commands to handle domain classification file
The DOMAINATRIX programs were developed by Jon Ison and colleagues at MRC HGMP
for their protein domain research. They are included as an EMBASSY package as
a work in progress.
libproc-fastspawn-perl
module to fork+exec, or spawn, a subprocess as quickly as possible
The purpose of the small (in scope and footprint) Proc::FastSpawn module is
simple: spawn a subprocess asynchronously as efficiently and/or fast as
possible. Basically the same as calling fork+exec (on POSIX), but hopefully
faster than those two syscalls.