Pinned Repositories
calculator
A Reverse Polish Notation Calculator that I built as an exercise in Java.
catsanddogs
This is a demo for the Data + Visualization Toronto Meetup group. It uses the Google Maps API to visualize data about Toronto's licensed cats and dogs.
skinacat
Sometimes a method signature really gets its hooks into you. How many ways can you skin a cat?
squares
A simple square packing algorithm with a small java applet to display the results. A bit of fun I did for a company I was interviewing at.
strings
An exercise that I did in C a while back into buffer overflows in traditional strcpy implementations.
versions
Which came first? 1.2.3.a, or 1.2.2.b? Version sorter that parses and sorts version strings recursively. Written as an exercise in both Ruby and Java.
Code & Iron's Repositories
codeandiron/calculator
A Reverse Polish Notation Calculator that I built as an exercise in Java.
codeandiron/catsanddogs
This is a demo for the Data + Visualization Toronto Meetup group. It uses the Google Maps API to visualize data about Toronto's licensed cats and dogs.
codeandiron/skinacat
Sometimes a method signature really gets its hooks into you. How many ways can you skin a cat?
codeandiron/squares
A simple square packing algorithm with a small java applet to display the results. A bit of fun I did for a company I was interviewing at.
codeandiron/strings
An exercise that I did in C a while back into buffer overflows in traditional strcpy implementations.
codeandiron/versions
Which came first? 1.2.3.a, or 1.2.2.b? Version sorter that parses and sorts version strings recursively. Written as an exercise in both Ruby and Java.