Bezier Curves as Ellipses
A couple weeks ago, I was exploring the source code for the Java runtime classes, trying to figure out exactly how Java draws a circle, and was surprised at what I...
Read MoreA couple weeks ago, I was exploring the source code for the Java runtime classes, trying to figure out exactly how Java draws a circle, and was surprised at what I...
Read MoreBackground A couple months ago, a friend’s daughter came to me for help with a website she was writing for a diabetes seminar registration page. The input form...
Read More(Warning: huge and crazy, with no practical target audience that I can imagine.) Background I’ve been interested in the game of Sudoku since it became popular a...
Read MoreI understand this is a common skill builder in Java courses. To write this from scratch, you need to understand Swing input fields, layout management, action listeners,...
Read MoreOne of my favorite tech blogs is the relatively new Ksplice Software Blog, recently made popular with its unique solution to the recent Linux kernel exploit. In late May...
Read MoreDetecting when a mouse cursor is near a line Warning, this post contains math! First, I’m abandoning all of my “recreational” coding projects save one:...
Read More