document.write('
MacRuby is the only project introduced in the last year or so that’s come close to exciting me as much as Clang.
\x0a
\x0a \x0a \x0a Now that’s what I call a debugger.
\x0aYesterday’s future, tomorrow! Or maybe next week.
\x0aOn NSArrayController.\x0a\x0a
\x0a- (id)clickedObject\x0a{ \x0a NSInteger index = [tableView clickedRow];\x0a return [[self arrangedObjects] objectAtIndex:index];\x0a}\x0a\x0a Hacky; improved version coming soon.\x0a\x0a
\x0a- (void)editObject:(id)object\x0a{\x0a [self setSelectedObjects:[NSArray arrayWithObject:object]];\x0a [tableView editColumn:0\x0a row:[self selectionIndex]\x0a withEvent:nil\x0a select:YES];\x0a}\x0a\x0a- (void)add:(id)sender\x0a{\x0a [super add:sender];\x0a assert([self selectsInsertedObjects]); // cheating\x0a\x0a [self performSelector:@selector(_editSelectedObject)\x0a withObject:nil];\x0a}\x0a\x0a- (void)_editSelectedObject\x0a{\x0a [self editObject:[[self selectedObjects] lastObject]];\x0a}\x0a\x0a Get over it.
\x0aHey, GCC: you suck. That’s just mean.
\x0aJames Dempsey and the Breakpoints - Designated Initializer
\x0aCocoaDev’s great collection of NSData category methods. zlib, MD5, CRC and more.
\x0a