This is your work, valued
C++ developer (formerly physicist)
quick_arg_parser. A single header C++ library for parsing command line arguments and options with minimal amount of code
54Legend_of_the_Invincibles. An add-on campaign for the Battle for Wesnoth game
47EzGz. An easy to use single header library for fast decompression of Gz archives written in modern C++. Compression is in experimental state and doesn't have good compression ratios
40serialisable. A header-only library for convenient saving of program preferences with minimal amount of code
21HowNotToWriteYourselfToDeathWithCpp. [WiP] A bunch of slides showing techniques how to avoid writing yourself to death when using C++
15foreachStructMember. Short copypasta for conveniently iterate through members of a simple struct using the trick from Boost.PFR
12bomba. C++ library for convenient implementation of RPC and serialisation
11generic_factory. C++ library for avoiding writing factories
9quick_preferences. A small header-only library for convenient saving of program preferences and generating GUIs for setting them without boilerplate
4dent. Software for processing data from nanoindentation experiments
3memory_mapped_file. Utility for lazy loading of files into memory as raw data or structs, reading them through random access and automatic saving if changes were made
2contextfree_generator. A generator of texts based on a context-free grammar, with some syntactic sugar
1washburn. A program to read data from a balance through a serial port and compute results of Washburn experiment
1fake_map. A façade over std::vector that makes it act like std::unordered_map (found to be faster for smaller maps)
1CopyOnWrite. Utility C++ class for accessing a class as lockfree and locking only when changing (at the cost of copying the whole thing)
1EmWeb. Resources for my planned Qt/Emscripten based web page for github.io
1