r-cran-cyclocomp

Cyclomatic Complexity of R Code

Cyclomatic complexity is a software metric (measurement), used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. It was developed by Thomas J. McCabe, Sr. in 1976.

dhall

configuration language guaranteed to terminate

Dhall is an explicitly-typed configuration language that is not Turing complete. Despite being Turing-incomplete, Dhall is a real programming language with a type-checker and evaluator.

libghc-gloss-prof

Painless 2D vector graphics, animations and simulations.; profiling libraries

Gloss hides the pain of drawing simple vector graphics behind a nice data type and a few display functions. Gloss comes for with support for animations and simulations as well, and allows one to create simple interactive games. Gloss uses OpenGL under the hood, but you won't need to worry about any of that.

dsmidiwifi

DSMI over WLAN server

Server component for a DSMI (Nintendo® DS MIDI) over WLAN connection, also often used by Android and iPhone applications. Bridges between UDP broadcast packets and an offered ALSA MIDI port.

python3-pyrgg

Python Random Graph Generator

Pyrgg is an easy-to-use synthetic random graph generator written in Python which supports various graph file formats including DIMACS .gr files. Pyrgg has the ability to generate graphs of different sizes and is designed to provide input files for broad range of graph-based research applications, including but not limited to testing, benchmarking and performance-analysis of graph processing frameworks.

python3-watchdog

Python API and shell utilities to monitor file system events

Watchdog comes with a utility script called watchmedo. It can be used to execute commands in response to events.