python3-pglast

PostgreSQL Languages AST and statements prettifier (Python 3)

This is a Python 3 module that exposes the parse tree of a PostgreSQL statement (extracted by the almost standard PG parser repackaged as a standalone static library by libpg_query) as set of interconnected nodes, usually called an abstract syntax tree.
MIDI/Audio multi-track sequencer application

qtractor

MIDI/Audio multi-track sequencer application

This is a MIDI/Audio multi-track sequencer application written in C++, with LV2, VST3, CLAP, VST2, DSSI, & LADSPA hosting capabilities.

python3.12-examples

Examples for the Python language (v3.12)

Examples, Demos and Tools for Python (v3.12). These are files included in the upstream Python distribution (v3.12).

python-rdflib-tools

Python tools for converting to and from RDF

RDFLib is a Python library for working with the RDF W3C standard. The library contains RDF parsers/serializers and both in-memory and persistent Graph backend.

r-cran-survey

GNU R analysis of complex survey samples

Summary statistics, two-sample tests, rank tests, generalised linear models, cumulative link models, Cox models, loglinear models, and general maximum pseudolikelihood estimation for multistage stratified, cluster-sampled, unequally weighted survey samples. Variances by Taylor series linearisation or replicate weights. Post-stratification, calibration, and raking. Two-phase subsampling designs. Graphics. PPS sampling without replacement. Small-area estimation.

csh

Shell with C-like syntax

The C shell was originally written at UCB to overcome limitations in the Bourne shell. Its flexibility and comfort (at that time) quickly made it the shell of choice until more advanced shells like ksh, bash, zsh or tcsh appeared. Most of the latter incorporate features original to csh.