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
}
}
Thursday, April 2, 2009
incomparably simple compare to example because I can never remember
Wednesday, March 4, 2009
Thursday, January 15, 2009
from Philadelphia to Boston
Bookmarks I might want to keep when I have to fork over my work laptop.
Recipe Ingredient Conversion Chart
GRE Practice Questions
Married To The Sea
passive-aggressive notes
Toothpaste For Dinner
Eva's blog
hiperspace lab
MS SQL Server 2000 Online Tutorials
50 Skills Every Real Geek Should Have
How to catch a mouse without a trap
MAKE: Blog: cake in a mug
15 Characteristics of Awesome People
How to be a Programmer
8 Free Ways to Learn a New Language
BBC Languages
Internet Polyglot
ChinesePod
Ethnologue
the most flattering skirt pattern
Quilt Sizes for Full Bed
Television Without Pity
Poetry Free For All
Douglas Crockford: The JavaScript Programming Language
Recipe Ingredient Conversion Chart
GRE Practice Questions
Married To The Sea
passive-aggressive notes
Toothpaste For Dinner
Eva's blog
hiperspace lab
MS SQL Server 2000 Online Tutorials
50 Skills Every Real Geek Should Have
How to catch a mouse without a trap
MAKE: Blog: cake in a mug
15 Characteristics of Awesome People
How to be a Programmer
8 Free Ways to Learn a New Language
BBC Languages
Internet Polyglot
ChinesePod
Ethnologue
the most flattering skirt pattern
Quilt Sizes for Full Bed
Television Without Pity
Poetry Free For All
Douglas Crockford: The JavaScript Programming Language
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.
and yesterday, there was an article chronicling Philly's history of booing Santa Claus.
Subscribe to:
Posts (Atom)