Stars
Test app demonstrating failing equality testing between equal NSCharacterSet objects.
Test app for playing with the numbers in an affine transformation matrix to see how different values affect its transformation of drawing.
boredzo / DDMathParser
Forked from davedelong/DDMathParserNSString => NSNumber
boredzo / CardKeeperEntry
Forked from ozate/CardKeeperEntryMac app for entering CardKeeper data
A trampoline app for opening Xcode documentation sets in a web browser.
An xcconfig (Xcode configuration) file for easily turning on a boatload of warnings in your project or its targets.
A reusable subclass of NSPanel that makes deploying sheets much saner.
A simple Cocoa Touch Universal test app that demonstrates creating the main window in a nib rather than in code.
A test app showing why converting values to BOOL is risky, and why converting them to C99 bool is better.
A library to make it really easy to time multiple implementations against each other, in parallel.
boredzo / stressdrive
Forked from rentzsch/stressdrivetool to completely fill a drive with random data and ensure it can be entirely correctly read back
tool to completely fill a drive with random data and ensure it can be entirely correctly read back
Testing how easy it is to create custom bindable properties nowadays.
SecDigestTransform can't be used asynchronously.
A tool to extract icon resources from old Mac apps and other files and export them to modern IconFamily (.icns) files.
Test app for a weird bug where having a window set as Release When Closed results not in it getting deallocated, but in it going numb.
A framework for reading Xcode projects.
A tool to easily kill Xcode and Instruments with a single hotkey-press when your system goes into paging hell.
boredzo / SGHotKeysLib
Forked from mattstevens/SGHotKeysLibA modernized fork of PTHotKeysLib for Mac OS X Leopard and beyond
boredzo / DDHotKey
Forked from davedelong/DDHotKeySimple Cocoa global hotkeys
Test app demonstrating a bug in which NSArray does not send isEqual: to its objects in response to indexOfObject:.
boredzo / mach_star
Forked from rentzsch/mach_starcode injection and function overriding for Mac OS X