Skip to content

Instantly share code, notes, and snippets.

@NicknEma
NicknEma / readme.txt
Created June 30, 2026 21:52
All Sealed (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@NicknEma
NicknEma / readme.txt
Created June 30, 2026 21:52
All Sealed (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@NicknEma
NicknEma / readme.txt
Created June 30, 2026 21:39
All Sealed (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@NicknEma
NicknEma / list.md
Last active May 26, 2025 23:01
Programming resources

Programming Resources

This list is a collection of blog posts, videos or stream reuploads that in some way or another have been useful for my programming.

Mindset and Experience

Two blog posts discussing how a typical C programmer and a typical C++ programmer approach the same problem, and the implications that those styles have in regards to program correctness (in part I) and efficiency (in part II).