Hive Simulation and Monitorying (C++)
• Created a Bee Hive Simulation and Monitoring System for the company Circle of Bees.
• Included a GUI that allowed the user to navigate through our program, display charts to visualize their specific bee hive activity, and configure their own bee hive for simulation.
• Used SQLite database to store the Hive information as well as acquired them out of the data base when necessary.
• Wrote an algorithm that generated UDP messages and decodes them to monitor Bee Activity.
Amusement Park Configuration (Java)
• Designed a simulation to determine the optimal combination of features for an amusement park using Java and Object Oriented Programming.
• Wrote an algorithm in which park had rides of different types and each ride had its own attractiveness, length of time and other features.
• The data structures used were arrays and array lists.
• Implemented a configuration file to determine the kinds of rides and the amount of them.
• Unit Tested all methods and constructors.
Created A Simulator and Primitive Debugger for An MC6502 Processor (C)
• Able to create a debugger for an MCS6502 assembler with an input from a binary file.
• Implemented assembly op codes for the MCS6502 so that the debugger will be able to simulate the processor.