A collection of small bits of code, mostly done as practice.
Currently, folder "particles" contains a very simple Python simulation of a particle interaction, with the motion integrated two different ways.
RomanArabic is a procrastination project in Java, which converts between Roman numerals and Arabic numbers. It also contains a few methods to do simple math with Roman numerals.
langAnt is a Langton's Ant demo in Python.