Archive for July, 2009
« Previous EntriesBlink-182 TweetDeck
Thursday, July 23rd, 2009OK, so anyone who is remotely a fan already knows that Blink-182 are back together – especially in the US as their Tour is imminent!
I must admit to being a bit of a Blink-182 Fanboi, so I was really stoked to hear when they reunited!
I’m waiting for the new album, and for them to come [...]
Twitter?
Wednesday, July 22nd, 2009Twitter isn’t new, not even to me. I tried it, and couldn’t get what all the fuss was about.
Interestingly, I read Scott Hanselman’s post a few weeks ago, and figured I’d give it another go. I’ve been using it for almost a month now, and I’m finding that I’m not alone when I say that [...]
PowerShell Import-CSV and Sort-Object
Monday, July 20th, 2009Recently I noticed that when I was sorting data imported from a CSV file, the behaviour wasn’t quite as expected.
$scores = Import-Csv .\scores.csv
$scores | Sort-Object -Property Score -Descending
I’m pretty sure Julie’s score of 300 should be higher then Homer’s!
$scores | Get-Member
A quick look shows that even though the score is a number it’s being treated [...]
« Previous Entries