Articles in this series
Following the work in my previous post, I happened across this Mastodon post about how good it would be to use lambdas, or function objects, as inputs...
Wordpress sometimes needs you to update the php version. Outside of a managed hosting, if you’re working with raw Linux, you’re pretty much stuck....
Signing installers with certificates 10 Apr Written By Roderick Kennedy Windows Defender has recently decided to falsely mark all of our installers as...
Sublime text can be used to run FASTBuild, with this build script. Save this as "FASTBuild.sublime-build", in your user AppData\Roaming\Sublime Text...
http://doc.qt.io/qt-4.8/qprocessenvironment.html Sadly, and obscurely, Qt's QProcessEnvironment can't change the running environment. If you call...
In modern graphics API's: Direct3D 11 and 12, OpenGL 4.0 and so on, we can create 2D textures, textures with multiple mipmaps, arrays of textures with...