Posts
Bitwise gems – fast integer math
The creative Flash scene is amazing.
The creative Flash scene is amazing. I really enjoy watching presentations from various Flash events to be inspired by the talented speakers. In the following weeks I’d like to share a couple of videos from such events with you. The first one is by Ralph Hauwert, presented …Playing with OpenFrameworks.
Playing with OpenFrameworks.Making openframeworks v0.062 work with Xcode 3.2.5 Recently I wanted to do some…
Making openframeworks v0.062 work with Xcode 3.2.5 Recently I wanted to do some creative coding with openframeworks on iOS and OS X, but the installation of the library didn’t go flawlessly. Here’s a short summary how to get version 0.062 to work with Xcode 3.2.5 on …Fontsquirrel
opensourcecms.com
The Case of the Malicious Autostart
blogs.technet.com/b/markrussinovich/archive/2011/02/27/33904 … ↗
cdto
What Easter Eggs have you placed in code?
stackoverflow.com/questions/140376/what-easter-eggs-have-you … ↗
Getting the UDID of an iOS device [[UIDevice currentDevice] uniqueIdentifier]
Getting the UDID of an iOS device [[UIDevice currentDevice] uniqueIdentifier]Resize a UIImage the right way
vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right … ↗
Creating a big red button - iPhone
stackoverflow.com/questions/1427818/iphone-sdk-creating-a-bi … ↗
CG Cookie
Google I/O 2010 - Google Chrome's developer tools
Google Chrome’s developer toolsEnabling C++ constructor calling from Objective C
MBProgressHUD
Getting stdout in a Cocoa app?
efreedom.com/Question/1-2704295/Put-Stdout-NSTextView-Runnin … ↗
Getting a useful stack trace from NSException
rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexcept … ↗
40+ Useful Online Generators For Web Designers
Mac OS X Debugging Magic
developer.apple.com/library/mac/#technotes/tn2004/tn2124.htm … ↗
how to debug EXC_BAD_ACCESS on iPhone
Htaccess Tools
Great guide for memory-debugging in Instruments
corbinstreehouse.com/blog/2007/10/instruments-on-leopard-how … ↗
iroundf A few minutes ago I wrote a rounding function for myself in C.
iroundf A few minutes ago I wrote a rounding function for myself in C. Probably not the best implementation, but it works all right. If you’re interested, check it out (I’ve put some sample values in the comments): int iroundf(float value){ if(value > 0.0) { int …