Daniel Gutson's SourceCode
Some contributions, useful utilities, etc.
An educational framework for board games programming.
Minimalistic headers-only C++ Library (includes some libraries mentioned below).
Library for debugging C++ applications that use STL containers. Tuned for gdb.
Yet another C++ version of getopt, STL-streaming like, VERY easy and straight forward. Few code to type.
Patch patch interactive: Patch for an interactive patching using 'patch'
A patch for the GNU Patch program that adds the ability to patch files interactively.
HTML C++ GUI: Web-based Portable Graphic User Interface
Use your web browser for adding a simple user interface to your C++ console application.
Create patches in XML format, so they can be viewed, browsed, and easily parsed
Plugins support for the GNU make
Create plugins capturing more than 20 type of events, for reverse engineering and debugging of large build systems.
Based on make 3.81, also provides compatibility with previous versions of GNU make regarding the POSIX parsing of CRLFs, which was changed in 3.81.
hamming.cpp
A C++ program that computes hamming numbers (aka regular numbers, aka ugly numbers) during compile time, using template metaprogramming, based on the algorithm provided in wikipedia.
Back to Professional Information