News

July 5, 2016

I've released a new project to the public, Observer Template (C++).

This one I created in 2012, and finally released it (now) in 2016.

Also, updated Singleton Template (C++) to remove the namespace and going back to the original naming convention 'tSingleton' that I was originally using

June 28, 2016

BackupTool for Dokuwiki has been updated. Apparently a new release of DokuWiki, their version 2016-06-26, broke the existing plugin. Luckily a user on github, dsp777, was able to come up with a fix for it; so the issue should be resolved, and thanks, dsp777.

February 26, 2016

Some code updates to Endian Template (C++), based on feedback from the two reddit threads (/r/programming thread, /r/cpp thread), resulted in some good updates:

  • Renamed typedefs without _t postfix notation as this appears to be "reserved" by POSIX (thanks to reddit user "doodle77")
  • Added required includes directly into tEndian.h (thanks to reddit user "louiswins")
  • Changed endian testing method to use reinterpret_cast, as the previous was using "type punning", which in theory can have undefined behavior (thanks to reddit user "NasenSpray")
  • Removed ::PassThru method as a small optimization

February 23, 2016

I've released a new project to the public, Endian Template (C++).

This one I had come up with back in 2001, lost it due to a hard drive crash, recreated it in 2005, lost it again in a hard drive crash, recreated it in 2012, and finally released it (now) in 2016.

December 21, 2015

I've released a new project to the public, Singleton Template (C++).

I created this C++ template a little over three years ago, and have used it in countless projects since.

August 25, 2015

After six-ish years, I've decided to relaunch this site. I hope to have the articles and Projects restored soon, and then move forward with new stuff.

Previous News Entries

Print/export
QR Code
QR Code News (generated for current page)