Python3 based hangman game. This is meant to be run in the terminal and collects basic number inputs as menu selections to choose categories, add new words, or remove words already in categories.
This is a 2048 puzzle solver written in Python3 using Selenium to open the webpage and input the basic command keys. This does not have any AI written into it and mainly just brute forces its way to attempt completing the puzzle. Average score is around 6000 with .
Assortment of C++ programs compiled as executables.
Basic Seminole Banking application done for cop2258. This was used as an example of both While and Do While loops.
Collection of various database creation scripts that were all done for various classes.
Notes taken for COP3330 class taken over Fall of 2019.
This was a relational database created for dealing with attorney, attorney cases and judges.
This is a basic in class data warehouse that we set up with 100+ enteries that were autoloaded using a CSV file. This data warehouse includes a history tables that are autocompleted using events to record any changes.