Some snippets of code that I made and I just linked from here to their respective gist pages.
Disclaimer: All these gists represents a snapshot of their lifetime when created, some of them might be outdated.
- Profile 'min' search using sequential, parallel_for_each, combinable and atomic in a concurrent_vector
- Clipboard copy/paste TEXT using C++ Win32
- Variadic template makeHash function using std::hash
- Enumerate all objects in a device category in Win COM
- Retrieve width/height/depth/size of image files, formats: dds, jpg, png, tga, bmp, rgb
- Enable report of all resource leaks in DX11
- Cross platform functions for basic atomic aritmetic operations
- A* grid based implementation in Lua
- Simple C socket sample to make a http GET(forked)
- Pygame/Python script to flip an image by Rects
- Toggle Fullscreen UWP/C++ application
- Reading Entire File from Arbitrary Path UWP/C++ with Exceptions
- Downloading Tickets+Attachments from Parature through its Parature SDK
- Testing graphics driver class in nostalgia project
- Testing input driver class in nostalgia project
- Set surface shader parameters in Havok Anarchy engine
- Iterate through all materials in all static instances in a Zone in Havok Anarchy engine