Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Demo project to showcase how plugins/modules work in C/Linux
-
A docker container image which is build from the latest clang and cmake versions.
-
Example solution for the exercise project in the course "Applied Object-Oriented Programming" (TI-206 Angewandte Objektorientierte Programmierung) at the Technische Hochschule Mittelhessen (University of Applied Sciences, www.thm.de) (not finished)
-
Proof of concept for a simple deterministic realtime logging facility for C++. This project was jointly developed during the ZDE Camp 2019.
-
Worlds most popular biometric tracking tool.
-
An implementation of the processor-specification "HC1"
-
Popular compression tool for Linux & Windows.
-
Another small "puzzle" where I tried to create something tuple-alike.
-
SimpleDraw is a simple yet powerful cross-platform library for drawing basic 2d graphics from c programs. It was originally authored by Prof. Dr.-Ing. Martin Gräfe for teaching purposes.
-
A virtual/emulated shadow generator for Autocad 2D-Plots.
-
Simple traffic generator for network / device stress testing (Linux, Windows) .
-
A linux kernel module for basic network analysis and monitoring (just a small teaching example).
-
My own std::bind clone - puzzle
-
Once again another puzzle: My own attempt to implement some sort of discriminated union - aka variant...
-
A compile time string hash implementation. puzzle - well I used it in at least on other project to implement "tracepoints" to debug asynchronous (mis)behaviour.
-
Another puzzle: Implementing constexpr tschebyscheff poly generator.
-
An interpreter for the DWARF (the Debug format used by System V) lineinfo section bytecode interpreter.
-
Another puzzle: implementing my own functor class template.
-
More or less a puzzle for myself - reimplementing several type traits.
-
A simple TFTP-Client implementation for c++.