When I was first introduced to programming (back with DOS), I used to add mouse support to my applications to impress my teachers. Programming the mouse largely consisted of putting the right values ...
When my schools STEM teacher sent an assignment for the mouse programming game I got to thinking and created a web based version of it. I designed it so that more than one board could be used - so if ...
Stage 1: Building a scanner to identify different tokens within the program. Significant tokens would be entered into the symbol table for later use. Stage 2: Implementating an SLR(1)-parsing method ...
I'm currently involved in a project to critically damp the vibrations of a washing machine using a variable damping coefficient. The way we're getting input from the system is through a serial port ...