Toolboxes

A collection of various helper classes / tools for C++, Java, and Python.

C++ toolbox

Version: September 2017. C++ helper classes:

  • FileSystemHelper: A few helper functions for using the filesystem.
  • LinkedMap: An implementation of a std::unordered_map, additionally keeping insertion/refresh order.
  • LuaWrapper: A C++ wrapper class for an embedded Lua interpreter. Lua functions available in C++ and C++ functions available in Lua.
  • SimpleTextTemplate: A simple text templating engine.
  • StatisticsHelper: This class provides descriptive statistics functions.

Source code and examples on my github page

Java toolbox

Coming soon.

Python toolbox

Coming soon.