-
Jaded Biologist
Musings of Wetlab Biologist & Bioinformatician
-
Measuring Boost.MultiIndex Performance
Measuring Boost.MultiIndex Performance
Although I generally view most of Boost as bloatware that suffers from feature-creep, Boost MultiIndex provides a simple, STL-like container with different views...
-
Switching to Visual Studio Code
Switching to Visual Studio Code
Sublime text was my go-to editor, it’s minimal and extendible, supporting only what you need without the bloat of other editors. It also contains powerful editing tools...
-
Scoped Enums and Bitwise Operators
Scoped Enums and Bitwise Operators
C++11 introduced the concept of type-safe, scoped enums, which solve both namespace pollution of the neum members into the enclosing scope and implicit conversions t...
-
About
About
About
Alex Huszagh is a PhD student studying Proteomics at the University of California, Irvine, and has an abnormal fascination and disdain for Korean Pop music. Feel free to contact me via Twi...
-
Using QtTest Effectively
Using QtTest Effectively
Unittesting GUI applications is painful and slow with limited tools available. Although developers generally use a design patterns that separate the view from the underlying m...