search
categories
archives
Category Archives: development
bcrypt_objc: Command Line Utilities in Objective-C
A sample project demonstrating how to write a command-line utility in Objective-C. Continue reading
Posted in development
Tagged bcrypt, cocoa, command-line, cryptography, github, objective-c, os x, xcode
Left is Right
In a 2005 Pimp My Code post, Wil Shipley challenged the Objective-C idiom for class instantiation. The traditional method is something like this: For a number of reasons, Wil pushed a different idiom: This felt strange to me until I … Continue reading
Posted in development
Tagged flow control, objective-c, php, wil shipley
Unique Build Numbers for XCode 4
With XCode 4′s integration of Git for version control, I found an old post from Marcus Zarra and Matt Long of Cocoa Is My Girlfriend to be very useful. Back in 2008 they built a handy build number script. It … Continue reading
Posted in development
Tagged cocoa, daniel jalkut, git, marcus zarra, matt long, perl, python, xcode
Modernize Your Git Workflow
I’ve linked previously about Vincent Driessen’s awesome git-flow extension for streamlining your source control workflow, but Laust Rud Jacobsen has posted an even better overview of how to best use git-flow. I didn’t know about neat features like publishing feature branches … Continue reading
Posted in development
Tagged branching, git, git-flow
Parsing a CSV file within a ZIP archive with Python
Dug up an old post from an earlier incarnation of the blog today. My logs say that folks found this at least a little bit useful. This was originally posted on 28 April 2009: I recently had need to parse a … Continue reading
Posted in development
Tagged csv, parsing, python, python 2.x, zip