Pinned Repositories
Parallel_Programming_Tests_and_Benchmarks
A series of small tests and benchmarks on topics of parallel programming by means of OpenCL, CUDA, MPI
PerlySnake
A simple 'snake' clone written in Perl using OpenGL / GLUT
sirasac
A C library with Python bindings for efficient stratified random sampling from binary buffers or files.
stats
A small command line tool for statistical computations on csv files completely written in Haskell.
langthom's Repositories
langthom/stats
A small command line tool for statistical computations on csv files completely written in Haskell.
langthom/PerlySnake
A simple 'snake' clone written in Perl using OpenGL / GLUT
langthom/sirasac
A C library with Python bindings for efficient stratified random sampling from binary buffers or files.
langthom/CreepyCodeCollection
A Nonsense Collection of Disgusting Codes (code-golf-golfing-quine-obfuscated-signature-polyglot-amazing-interesting-strange-weird-mysterious-absurd-spooky-program-funny-fun-language)
langthom/data-structures
Implementation of several different data-structures and sorting algorithms in different programming languages.
langthom/Parallel_Programming_Tests_and_Benchmarks
A series of small tests and benchmarks on topics of parallel programming by means of OpenCL, CUDA, MPI
langthom/0x59EEC4
Funny translator which translates invididual bytes into a string and lets the computer say that word.
langthom/CV
My CV
langthom/dll_loading_test
Small test repository to check the validity of loading dlls dynamically which themselves depend on a third party library, which might be build statically or dynamically.
langthom/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
langthom/Mastermind
Implementation of the game "Mastermind".