Search Results

1
vote

Do I still need to learn about managing memory now that Objective-C/Cocoa has Garbage collection?

It is probably worth learning about the concepts that underpin Cocoa memory management, as it's still useful in certain situations. The iPhone OS, for example does not support garbage collection. T …
4
votes

Where can I systematically study how to write Mac OS X device drivers?

Amit Singh's wonderful book Mac OS X Internals: A Systems Approach has an extensive section on kernel extensions, th …
2
votes

Shell Script that goes up N folders in the file system

You are only changing the working directory for the copy of the shell that is running the script as an interpreter, not the original shell program that you launched the script from. For a b …
1
vote

How to print list of icons from Mac Finder?

This utility seems to be designed for the task http://searchwaresolutions.com/default.html There's a free 3 …