Rhett Smithgall

the owner of this website

Welcome to my website!

This site is a home for the projects, thoughts and ramblings of Rhett Smithgall
socials at the bottom of the page!

Featured:

Math Monster

A scientific calculator made from an antlr-based compiler, similar to desmos.
Won faculty choice at the 2024 UNF school of computing symposisum

Denial of Service Simulator

A networking project consisting of a multithreaded client/server pair who talk through a TCP/IP connection The client overloads the server with requests and logs the time taken for each request to show the trends and effects of DOS and DDOS attacks.

SQL Database

A database project where my team created a mock university database in SQL with a frontent user interface in java with the swing library