Pinned Repositories
clang
Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.
compile-time-regular-expressions
A Compile time PCRE (almost) compatible regular expression matcher.
dlib
A toolkit for making real world machine learning and data analysis applications in C++
downloader
Script to download and store files (simple wget)
NGram
Database for ngrams
PLT
Tools to parse protocols and programming language files
utf8
utf8 support in c++ standard library
variant
It is a small and simple implementation of a variant class like the boost::variant. Rather than using pointer arithmetics, it exploits c++11's union which allows to hold non-pod types. This way, we can keep the data on the stack.
WebCrawlerTools
Some scripts to build a simple web crawler
xml
xml building/reading api in c++
mitsch's Repositories
mitsch/utf8
utf8 support in c++ standard library
mitsch/NGram
Database for ngrams
mitsch/PLT
Tools to parse protocols and programming language files
mitsch/variant
It is a small and simple implementation of a variant class like the boost::variant. Rather than using pointer arithmetics, it exploits c++11's union which allows to hold non-pod types. This way, we can keep the data on the stack.
mitsch/WebCrawlerTools
Some scripts to build a simple web crawler
mitsch/xml
xml building/reading api in c++
mitsch/clang
Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.
mitsch/compile-time-regular-expressions
A Compile time PCRE (almost) compatible regular expression matcher.
mitsch/dlib
A toolkit for making real world machine learning and data analysis applications in C++
mitsch/downloader
Script to download and store files (simple wget)
mitsch/global-pre-script-plugin
Global Pre Script Plugin for Jenkins
mitsch/infovae
implementation of [InfoVAE](https://arxiv.org/abs/1706.02262)
mitsch/j2
mitsch/legomindstorm
mind of our legotic roboter
mitsch/mitsch.github.io
personal blog
mitsch/pdftools
some scripts to handle pdf files
mitsch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
mitsch/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
mitsch/set
some routines for doing set calulations
mitsch/small_crawler
web crawler with very customisable and furthermost constant memory footprint
mitsch/spirit
Boost.org spirit module
mitsch/stdext
Extensions and Adaptions of standard routines
mitsch/tagsoup
c++ version of legendary tag soup library
mitsch/tclap
Templatized C++ Command Line Parser mirror
mitsch/torch-ros
Torch7/lua wrapper of roscpp via ffi.
mitsch/webcrawler
allows simple yet efficient web crawling from the command line with easy extension with further tools