Marshall’s Weblog

Embiggen Your Mind

Marshall’s Weblog header image 4

Entries Tagged as 'General'

Emulating Grep in Powershell

December 6th, 2007 · 6 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 [...]

[Read more →]

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 [...]

[Read more →]

Tags: General · Humor

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 [...]

[Read more →]

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 [...]

[Read more →]

Tags: General · Rant

More Cool Photos

November 19th, 2006 · No Comments

The site is in french, but there are lots of cool photographs there.

[Read more →]

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?

[Read more →]

Tags: General

Firefox 2.0

October 25th, 2006 · No Comments

2.0 final is finally out, go grab it. Geek To Live has some tips on some new settings that have been added to about:config.

[Read more →]

Tags: General