Using *NIX top on OS X
by Marshall on December 25, 2007
When I use top, I generally use it to find runaway processes. The default behavior on Linux is to order the processes by the amount of CPU usage that they are taking. On OS X, this is not the case. (…)
Top Albums of 2007
by Marshall on December 18, 2007
Best of 2007 – A list of the best music of 2007 compiled by multiple sources.
.NET style Javascript Library
by Marshall on December 12, 2007
.NET style Javascript Library – A neat Javascript library based on the .NET class libraries
Google Web Accelerator
by Marshall on December 9, 2007
Google Web Accelerator – Use Google as a proxy (if you don’t mind them knowing where you surf)
Cross Country in 31 Hours
by Marshall on December 6, 2007
Cross Country in 31 Hours – 2,795 Highway Miles averaging 90 MPH, two people drive cross country in a car in an astounding 31 hours and 4 minutes.
Lets All Go To The Zoo
by Marshall on December 6, 2007
Lets All Go To The Zoo – Stolen truck. Check. Bed full of wood. Check. 12-Guage Shotgun. Check.
Emulating Grep in Powershell
by Marshall on December 6, 2007
Grep is one of my favorite tools to help me find something in a set of files. Since I cannot download Cygwin at work, I have to make due with what I have. The following is a translation of grep (…)