Java

JavaSchool Perils

<1 min read

[@593] JavaSchool Perils Joel has written an interesting article titled The Perils of JavaSchools. While I don't disagree that the state of computer science…

Read more →
News

Simple Sudoku

<1 min read

[@714] Simple Sudoku If you like playing Sudoku. Really, who doesn't? I'd recommend giving Simple Sudoku a try: It's good, and free. What more can you ask for?

Read more →
Movies

Ghost Rider Revealed

<1 min read

[@205] Ghost Rider Revealed

Read more →
News

My Predictions

1 min read

[@699] My Predictions Jeremy asked me about my predictions for 2006, so I obliged:

Read more →
News

Joyeux Noël

<1 min read

[@378] Joyeux Noël

Read more →
Java

toString Velocity Template

1 min read

[@586] toString Velocity Template I'm using the excellent GenereateToString plugin to automatically create toString() methods in IDEA. I've modified the defa…

Read more →
Java

Array Initialization

<1 min read

[@687] Array Initialization public class Example { public Boolean flags[] = new Boolean[4]; public static void main(String[] args){ Example ex = new Example…

Read more →