Code Kata: Prefix search (Part 1: a challenge)
Algorithms and data structures are fun. The other week, I had the chance to implement something I needed for a […]
Algorithms and data structures are fun. The other week, I had the chance to implement something I needed for a […]
“Message rejected because text message storage is full” – that has got to be the worst UX on a modern
[youtube https://www.youtube.com/watch?v=6ydeY0tTtF4?feature=oembed&enablejsapi=1&origin=http://safe.txmblr.com&wmode=opaque&w=500&h=281] This is a pretty sweet show. (Source: https://www.youtube.com/)
This morning, I got stumped by the Java/NDK integration. I was trying to add another shared library (Lua) to a
Here’s a quick summary of how I got SDL to work on Android. First off, this is my setup: Android
Enno: this article! http://msdn.microsoft.com/en-us/library/windows/desktop/ee663275(v=vs.85).aspx Enno: “Starting with Windows Developer Preview, the DirectX SDK is included as part of the Windows
My computer doesn’t have a dxsdkver.h file. That should be in the DirectX SDK. Except that no longer exists, and
Today I was going to make a tiny DLL that binds some C code with tolua++, and I ran into