Archive for June, 2006

Java IP Addresses

Wednesday, June 28th, 2006

Recently I need to convert a dotted decimal IP address into a decimal IP address (a long integer). For some reason Java doesn’t have this built in and everywhere I found on the net appeared to have made a real meal of implementing it. So hopefully you’ll find this bit of code useful:
public […]

Poker tournaments

Monday, June 12th, 2006

One day I might host a little poker tournament at my new house. I don’t fancy cash games as, even if you set good limits, there is always the option for people to win, and lose, plenty of cash. A tournament lets everyone put a nominal fee into the pot and the winner […]


1