Entries Tagged as 'General'
Charlie Brooker – How To Report The News
February 1st, 2010 · No Comments
Tags: General
Emulating Grep in Powershell
December 6th, 2007 · 11 Comments
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 -R “mypattern” *.cpp for Powershell.
gci C:\path\to\files\* –include *.cpp -recurse | select-string -pattern “mypattern” -caseSensitive
<sarcasm>
So much easier [...]
Tags: General
Promotion Pit
February 6th, 2007 · No Comments
The CareerBuilder.com commercials have my vote for the best commercials of this years Super Bowl. This one is my favorite.
Any commercial that covers a person in post it notes and makes a 3 ring binder into a samurai hat is pure gold. Gold, Jerry, Gold!
The only thing we were missing was the obligatory monkey [...]
Tough Start To The Day
January 10th, 2007 · 1 Comment
Lately I have been hitting the snooze button one or five times more then normal, so today I decided to get up a little “earlier” then the rest of this week to get to work on time. When I got out to my car, securely enclosed in my garage, I noticed that the power was [...]
Tags: General
Broken .lnk files in Windows XP
November 30th, 2006 · No Comments
Because one year running Windows without a reformat is probably way too long, I decided to clean up my Windows box at work a week ago. I ran a few registry cleaners, I recreated my user profile, uninstalled programs that I do not use, and ran defrag on the filesystem and the pagefile. This actually [...]
More Cool Photos
November 19th, 2006 · No Comments
The site is in french, but there are lots of cool photographs there.
Tags: General
Thinkature
November 8th, 2006 · No Comments
Thinkature.com is a really neat collaborative whiteboard web app. (AJAXified, of course). How long until google scoops this up?
Tags: General







