Finding the “file in use” culprit in Mac OS X
Thank to a tip at MacWorld, I was able to find out what process was locking a file...
OmniGraffle supports UNIX keyboard commands
Well, at least ctrl+a and ctrl+e. I haven’t tried anything else, but I was surprised to find out...
Thank you
I had to install Windows 7 on my test mac-mini computer and was halted by the “Boot Camp...
Command Prompt
Ah-ha! I found this nice little feature in the “Command Prompt” in Windows 7: hit the F7 key...
Detecting clang or llvm in Xcode 4.2
Use either __clang__ or __llvm__ defines. More information can be found at stackoverflow
DOS HERE and opening a command prompt in Windows 7
In Windows XP, Microsoft released PowerToys with a DOSHERE tool that allowed you to open a command prompt...
iPad 2 doesn’t appear in iTunes
For some strange unknown reason, my iPad was not showing up under the devices section of iTunes after...
List open files
On the Mac OS, if you need to know what files are open and by what application and...
Important command to demangle C++ code in your pasteboard
Cool command line I can run from DTerm on the contents in my clipboard, outputted from Xcode: pbpaste...