Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Breaking News

Name: Anonymous 2010-07-29 2:49

http://steve-yegge.blogspot.com/2010/07/wikileaks-to-leak-5000-open-source-java.html
Wikileaks founder Julian Assange, who coined the term "Opened Source" to describe the jailbroken open-source Java code, fears he may be arrested by campus security at Oracle or possibly IBM. The Wikileaks founder said: "Today the Eclipse Foundation put out a private briefing calling me a 'non-thread-safe AbstractKeywordRemovalInitiatorFactory'.

Name: Anonymous 2010-07-29 18:45

>>16
typedef int (^IntBlock)();
 
IntBlock downCounter(int start) {
     __block int i = start;
     return [[ ^int() {
         return i--;
     } copy] autorelease];
 }
 
IntBlock f = downCounter(5);
NSLog(@"%d", f());
NSLog(@"%d", f());
NSLog(@"%d", f());


I clenched my jaw quite hard and then punched the desk

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List