How to install Perforce DVCS
Introduction For 9 years now, I’ve used Perforce; before that, it was MKD, Subversion, VisualSourceSafe, CVS and a...
Haversine formula now on GitHub
The C implementation of the Haversine formula I ported from Javascript is now hosted on GitHub. The project...
Xcode plugin for Perforce
I use Perforce as my version control system and Xcode as my IDE. Unfortunately, Apple removed Perforce support...
Xcode dylib constructor destructor
I meant to post this link a while ago, but here it is anyway: TP40002013-SW17 So, in a...
openframeworks plugin for Xcode
Sweet! Now you can add open frameworks add ons to your project from a Xcode plugin: https://github.com/admsyn/OFPlugin Of...
You can run Swift code from the command line?
WAT? Now this is something else! practicalswift.com
A package manager for Xcode named Alcatraz
I learned about a package manager for Xcode named Alcatraz when I attended CocoaConf in San Jose earlier...
And now, another language
You know, I was getting quite comfortable with Obj-C, C++11, and everything else I had learned over the...
Aaaargh! Stop auto substituting my text!
Ugh! I’ve been running into problems with my Jenkins scripts that would fail when attempting to run my...
Preventing clang from examinging file during static analysis
Ok, so if you want to avoid a file from being analyzed during a static analysis, you can...