Projects
My personal Github username is cg-1256 and my university account is rafri. I will denote what account the relevent project can be found on below.
LaTeX Compiler
A BASH script that compiles a .tex and a .bib file into a pdf file and then removes all files that are created in the process to keep the folder tidy. This project can be found on my personal GitHub.
Port Scanner
A Python program that will scan all ports on a range (determined by the user) and return which projects are open. This project can be found on my personal GitHub.