This is your work, valued

Dugy

Expert
@Dugy

C++ developer (formerly physicist)

quick_arg_parser. A single header C++ library for parsing command line arguments and options with minimal amount of code

54

Legend_of_the_Invincibles. An add-on campaign for the Battle for Wesnoth game

47

EzGz. 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

40

serialisable. A header-only library for convenient saving of program preferences with minimal amount of code

21

HowNotToWriteYourselfToDeathWithCpp. [WiP] A bunch of slides showing techniques how to avoid writing yourself to death when using C++

15

foreachStructMember. Short copypasta for conveniently iterate through members of a simple struct using the trick from Boost.PFR

12

bomba. C++ library for convenient implementation of RPC and serialisation

11

generic_factory. C++ library for avoiding writing factories

9

quick_preferences. A small header-only library for convenient saving of program preferences and generating GUIs for setting them without boilerplate

4

dent. Software for processing data from nanoindentation experiments

3

memory_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

2

contextfree_generator. A generator of texts based on a context-free grammar, with some syntactic sugar

1

washburn. A program to read data from a balance through a serial port and compute results of Washburn experiment

1

fake_map. A façade over std::vector that makes it act like std::unordered_map (found to be faster for smaller maps)

1

CopyOnWrite. Utility C++ class for accessing a class as lockfree and locking only when changing (at the cost of copying the whole thing)

1

EmWeb. Resources for my planned Qt/Emscripten based web page for github.io

1