Posts
- EEVBlog #438 - Amiga 500 Retro Computer Teardown
ownCloud
LodePNG - A simple, minimalistic PNG loader in C/C++
Building SFML 2 with C++11 on OS X
Digital audio signals and how they really behave [video]
Creating and using a static library with a resource bundle in Xcode 4 The other day I…
Creating and using a static library with a resource bundle in Xcode 4 The other day I wanted to create a static library that uses its own resources for one of my iOS projects. It took me quite a while to figure this stuff out, because the whole process is non-trivial, to say the …How many draws of a random number [0,1] are needed to sum to 1
bayesianthink.blogspot.com/2013/02/the-expected-draws-to-sum … ↗
iOS Static Library With Resources
How do the state-of-the-art pathfinding algorithms for changing graphs differ?
cstheory.stackexchange.com/questions/11855/how-do-the-state- … ↗
Best Resources to Learn Objective C & Xcode
engineering.drchrono.com/post/41823032042/best-resources-to- … ↗
Pomodoro Technique
The StarCraft path-finding hack
Your Lifestyle Has Already Been Designed
raptitude.com/2010/07/your-lifestyle-has-already-been-design … ↗
Klaus Dormann's 6502 Functional Test suite
Terms of Service; Didn't Read
The psychology of how being told what to do impacts our productivity
blog.goodsense.io/2013/02/16/the-psychology-of-how-being-tol … ↗
Learn Git Branching
iDev Recipes
Ron Gilbert - Maniac Mansion postmortem
Ron Gilbert - Maniac Mansion postmortemInner shadow effect on UIView layer?
stackoverflow.com/questions/4431292/inner-shadow-effect-on-u … ↗
QuakeCon 2011: 20 Years of id Software
SubtlePatterns on your website
Design Pattern Examples for Game Development
Wt - a C++ Web Toolkit
About virtual destructors in C++ Polymorphic base classes should declare virtual…
About virtual destructors in C++ Polymorphic base classes should declare virtual destructors. If a class has any virtual functions, it should have a virtual destructor. Classes not designed to be base classes or not designed to be used polymorphically should not declare virtual …