cron-deja-vu

filter for recurring cron mails

It filters unwanted recurring cron emails, is trained using a MailDir folder, and intended for usage with procmail. Traditional spam filters are less suitable for cron emails as these are based on probabilities and keywords. This filter applies rules to cron email to unify and filter it. E.g. All numbers are unified, or dates, one can define custom rules as regular expressions. The filter can be seen as a dynamic logcheck.
Friendly menu driven serial communication program

minicom

Friendly menu driven serial communication program

Minicom is a clone of the MS-DOS "Telix" communication program. It emulates ANSI and VT102 terminals, has a dialing directory and auto zmodem download.

golang-gettext-dev

Gettext support for the Go language

Python code metric reporting tool

pymetrics

Python code metric reporting tool

PyMetrics produces metrics for Python programs. Metrics include McCabe's Cyclomatic Complexity metric, LoC, %Comments, etc. Users can also define their own metrics using data from PyMetrics. PyMetrics optionally outputs stdout, SQL command files and CSV

python-anyjson

Common interface for the best available JSON implementation

Loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. The exceptions will also be the same whichever JSON module is used. The ranking of the JSON implementations is based on a benchmark.

node-array-flatten

Flatten nested arrays

This node.js module flattens nested arrays flatten(array) Flatten a nested array structure flatten.from(arrayish) Flatten an array-like structure (E.g. arguments) flatten.depth(array, depth) Flatten a nested array structure with a specific depth flatten.fromDepth(arrayish, depth) Flatten an array-like structure with a specific depth