libantlr3.2-gunit-java

Unit Test framework for ANTLR grammars

gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand.
Mythbuntu LightDM setup

mythbuntu-lightdm-theme

Mythbuntu LightDM setup

votca-csg-scripts

VOTCA's coarse-graining scripts

VOTCA is a software package which focuses on the analysis of molecular dynamics data, the development of systematic coarse-graining techniques as well as methods used for simulating microscopic charge transport in disordered semiconductors.

votca-csg-tutorials

VOTCA's coarse-graining tutorials

VOTCA is a software package which focuses on the analysis of molecular dynamics data, the development of systematic coarse-graining techniques as well as methods used for simulating microscopic charge transport in disordered semiconductors.

libx32asan6-amd64-cross

AddressSanitizer -- a fast memory error detector (x32)

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

atdts

OCaml code generator for TypeScript

Atdts is a command-line program that takes as input type definitions in the ATD syntax and produces TypeScript classes that can read and write JHSON data.