Explore
- Bit Flags In Go
- Nico Braun
- June 17, 2023
Sometimes options can be expressed using so called bit flags. When using bit flags, each bit of a given byte is considered on its own to determine if a specific option is set.
- Opengl Windows Vscode
- Nico Braun
- June 11, 2022
Settings up OpenGL can be challenging on windows. Most material out suggests to use Visual Studio. However, it is possible to get a setup going using VScode.
- Python Cheat Sheet
- Nico Braun
- June 28, 2019
Python has a lot in common with JavaScript. Functions are first class citizens and everything is an object.