Category Archives: script

Handy Scripts For Localizing iOS XIB Files

Recently I have been working on more and more iOS projects that require localization. One of the things that I find needs to be done fairly often while implementing localized XIB files is to extract all the strings from your … Continue reading

Posted in app, code, Interface Builder, iOS, iPad, iPhone, Ruby, script | Tagged , , , , , , , , | Leave a comment

Automatic Dubstep & Electro: The Wub Machine

Yesterday Peter Kirn reported on the Montreal Music Hack Day on Create Digital Music and shared a link to Peter Sobot’s project, The Wub Machine. The Wub Machine takes any piece of audio as input and spits out either a … Continue reading

Posted in code, hack, make, online, Python, script, sound, web | Tagged , , , , , | Leave a comment

How To Trigger A Script When An Email Is Received

This week I needed to have a script run on a linux box whenever an email was received by a certain user. The user in my case is just a bot that is taking some action whenever a certain git … Continue reading

Posted in *nix, bots, code, command line, script | Tagged , , , , , , , | 2 Comments

Script To Prepare Long Lines For Multiline CCLabelBMFont

I recently had to localize a cocos2d application that required a lot of multiline text that was rendered using glyphs created with GlyphDesigner. As of cocos2d v0.99.5, CCLabelBMFont has supported multiline text by allowing the use of line break characters … Continue reading

Posted in cocos2d, code, iOS, iPad, iPhone, Python, script | Leave a comment

Xcode Script For Creating Properties From Instance Variables For UIViewController

One of my favourite blogs on the net is Matt Gallagher’sĀ Cocoa with Love. Today I was investigating ways to speed up my workflow in Xcode and I found a great mixed Perl and AppleScript script already written by Matt a … Continue reading

Posted in code, hack, iPhone, Objective-C, OSX, script, XCode | Leave a comment