Playground

These are a few projects that I put together to amuse myself. (Actually that's why I program. It's self-amusement.) Enjoy!

  • Lists of Composites Two algorithms, one slow and one not so slow, that generate lists of composites. Their speeds of execution are compared and graphed.

  • Harrison Clock (Unfinished) I little pygame project that displays the time and period for Harrison.

  • Fractals via Attractors A lovely and new-to-me way to generate fractals. See the Wikipedia article on Chaos Games.

  • Spirograph Every play with a spirograph when you were a kid? I did! I loved mine. A few years back I got interested in how they were generated. This project is the result.

  • Triangle Solver This one actually serves a purpose other than amusement. If you give it info of certain sorts about a triangle (angle measures and side lengths), it will tell you the others.