Thursday, April 2, 2009

incomparably simple compare to example because I can never remember


using System;

class Program
{
static void Main()
{
string a = "a"; // 1
string b = "b"; // 2

int c = 0;

// When a is SMALLER than b
c = a.CompareTo(b);
Console.WriteLine(c);
// -1

// When b is BIGGER than a
c = b.CompareTo(a);
Console.WriteLine(c);
// 1
}
}

Tuesday, December 23, 2008

oh yelp...

"You may or may not end up with someone's tongue down your throat when the clock strikes midnight,..."

Friday, December 19, 2008

Tuesday, December 16, 2008

The mouse in my apartment

I chucked a fork at it from where I was sitting, but it didn't really seem all that phased.

essentially Philly

Baby Jesus abducted from manger by vandals

and yesterday, there was an article chronicling Philly's history of booing Santa Claus.