logo
  • Contact
  • Scribbles
  • Articles

Showing 2 articles with tag development
  • 2015-05-16

    C++11 Smart Object-Pool with RAII style return to pool

    SmartObjectPool: A RAII-style implementation of the object pool pattern that uses smart pointers to automatically return acquired objects to the pool upon deletion.

    c++ c++11 development
  • 2014-08-21

    Why I Love Linux (Through Examples)

    My personal relation to linux, and how it suits me as a power user, and makes workflow optimizations possible. Illustrated purely through examples of scripts and everyday one-liners.

    linux unix bash automation development