Microsoft has a plug-in for Visual Studio that adds a lot of nice little features that I never realized I needed… like triple clicking to
I was introduced to Cyclomatic Complexity at Eric Rimbley’s course at Construx; I was facinated with the topic and found a tool that works with
For the longest time, the only file manager I used on the Mac was the Finder. I was fine with that and I never thought
For some strange unknown reason, my iPad was not showing up under the devices section of iTunes after I upgraded to iOS 5. After much
I found this site by accident, sporting the stylish Visual C++ 6 logo: http://www.bogotobogo.com/cplusplus/cpptut.php It is pretty funny to read the tutorial on multithreading, given
On the Mac OS, if you need to know what files are open and by what application and on what disk, you can use the
This is a very funny video on how a video game should not be implemented:
A while ago I blogged about WebGL. There are some really cool implementations of this technology at chromeexperiments.com, with a really cool demo of a
Cool command line I can run from DTerm on the contents in my clipboard, outputted from Xcode: ?View Code BASHpbpaste | c++filt | mate This