Monday, May 26, 2008

Not much going on

Just wanted to make sure all of you know that I am still alive and kicking. Not much going on in my computing life. I did leave my position at ITT April 14 and started a new job at ???. Not sure I can tell you much other than the number of question marks equal the number of letters in the name of the place..I'll let you do the math.

I did pick up an iMac a few months ago and really like it. I have a .mac account and my username is 'iammarkwebb' if you would like to check it out.

Sunday, February 24, 2008

Photographer site from hockey tournament

Here is a link
to the site of the photographer that took tons of pictures at Brandon's hockey tournament this weekend at Oswego.

Thursday, February 14, 2008

Safe HashMap

This is a really cool class that allows for lazy initialization and removed the possibility of having null values in the HashMap. Another nice feature is that it is generics-capable.

Now if this class was thread safe, we would have a complete solution....