-
Coquito is a toy programming language which is currently a work in progress. I am using this to gain a better understanding of programming, while working on something that I enjoy. It is written in C, however I have also written several lexers in Rust and Python.
-
I was the research lead on a research project utilizing machine learning algorithms to provide continuous authentication utilizing mouse movement data. From this research my team and I published a conference paper (paper linked in the linked repository).
-
Student Capacity Forecaster (scf). A student project made during Winter 2022 for Minnesota State University, Mankato to a simulate number of students, courses, and sections through a given course sequence.
-
Originally was an assignment for my CS 303: Databases and Information Security class, I wanted to take some more time and implement it again. This is my solution to implementing the Playfair Cipher in Rust, and releasing it as a package.
-
To practice Rust and interpreters, I created Hypercube. Hypercube is a 4DChess interpreter, which is an esoteric language similar to the brainfuck language.