Programming
I recently decided to take some time to learn about the new features in C++11 while working on a project at home. C++11 has added some really nice features such as native thread support, regular expressions, safe pointer types, and variadic templates. While working on my project, I found myself needing a flexible class which […]
Anyone who is interested in teaching their young children about computers and robotics should check out http://blog.minibloq.org . It’s really a clean looking project that allows kids to write arduino and other microcontroller code as easy as dropping widgets. In my humble opinion this is a million times better than ALICE. I hope to see […]