Skip to content

Instantly share code, notes, and snippets.

@adamgit
adamgit / .gitignore
Last active July 25, 2024 19:57
.gitignore file for Xcode4 / OS X Source projects
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.6
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
@TooTallNate
TooTallNate / t.js
Created September 19, 2012 19:08
Apple's CFRunLoop and node's libuv event loop playing nice together :)
snow-leopard:~ nrajlich$ node t
JS interval!
JS interval!
NSTimer invokation! <NSCFTimer: 0x18c5a20>
JS interval!
JS interval!
NSTimer invokation! <NSCFTimer: 0x18c5a20>
JS interval!
JS interval!
NSTimer invokation! <NSCFTimer: 0x18c5a20>