How to disable a CPU core in Windows
Thanks to my co-worker, I read this really useful article on how to disable a CPU core on...
alt text on iPad
I found this cool tip on how to see the alt text on images that you would normally...
Shell script to get path of application in MacOS
Here is a shell script that finds an application on my hard drive using a nifty call to...
UNIX tip of the day
Thanks to my coworker for showing me this: pbpaste | c++filt | mate I use this to take...
Running AppleScript commands from the Terminal.app
I found some pages on the web on how to run an AppleScript from the terminal, but this...
How to duplicate one file … a lot
I had to duplicate a file… over a thousand times, for a test. For the MacOS, I created...
Starting Google Chrome without restoring previous session
If you ever needed to open Google’s web browser Chrome, without having the previous session brought back, you...
Turning on the task list in VS2010
According to Microsoft, this is turned off by default for performance reasons: http://connect.microsoft.com/VisualStudio/feedback/details/668650/task-list-is-not-working You can turn this on...
More on setting default app to open file in MacOS X
While fresh on the topic of changing what app opens what file in Mac OS X, I found...
How to set default app to open file in MacOS X
I had installed Xcode 3.2.6 and Xcode 4.0.2 on my workstations, but, when I double-clicked a project, Xcode...