sed/awk-like tool with Python language

pyp

sed/awk-like tool with Python language

pyp, the Pyed Piper, is a command line tool for text manipulation. It is similar to awk and sed in functionality, but its subcommands are Python based, and thus more familiar to many programmers.
identify and fingerprint Web Application Firewall products

wafw00f

identify and fingerprint Web Application Firewall products

This package identifies and fingerprints Web Application Firewall (WAF) products using the following logic:
Viewer program for 3D data sets created by using MIA

mia-viewit

Viewer program for 3D data sets created by using MIA

MIA viewer program for the visualization of 3D data sets. The interfaces and supported data types focus on the results that can be obtained by running programs from the mia-tools package.
deviantART scope for Unity

unity-scope-deviantart

deviantART scope for Unity

An example of producing a linkage diagram and a constituent tree.

python-link-grammar

Carnegie Mellon University's link grammar parser (Python 2)

In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar.
Process control operations

prctl

Process control operations

prctl is a tool to query and modify process behavior. Supported process behavior is handling of unaligned memory access, handling of floating point software assist faults and machine check memory corruption kill policy. Some of this functionality is supported by the kernel only on a subset of architectures.