My del.icio.us
For those of you who don't know, I have a del.icio.us account. My username, as usual, is boredzo.
I've started posting there again recently, so if you like my blog, you should check that out too. Some of the most recent links I've posted there:
- unifdef — remove ifdef'd lines: "unifdef is useful for removing ifdef'ed lines from a file while otherwise leaving the file alone. unifdef acts on #ifdef, #ifndef, #else, and #endif lines, and it knows only enough about C to know when one of these is inactive …"
- -[NSView cacheDisplayInRect:toBitmapImageRep:]: The easy way to draw an NSView into an NSBitmapImageRep (e.g. for generating a TIFF or PNG screenshot, or for creating a CIImage), since 10.4.
- TextMate Blog — Multi-stroke Key Bindings: A way to easily insert characters like ⌘⇧⌥↑↓ in OS X.
- OSAtomic.h: Atomic-operation functions in the OS X Kernel framework (yes, there is a Kernel framework). Handy in threaded situations. Google "rentzsch atomic" if you don't know why these are important.
- AppleScript Terminology and Apple Event Codes: A complete list of symbols in AppleScript from the language itself, the Standard Additions, and System Event. Includes OSTypes and what kind of symbol each symbol is.
0 comments:
Post a Comment
<< Home