Computer Science Projects
Python Decorators
SQLite class built as context manager to ensure connection to database is closed.
Context Manager
SQLite class built as context manager to ensure connection to database is closed.
Karp Rabin Algorithm
A research paper that was written as part of CS502 - Data Structures and Algorithms at Drexel University in which Karp-Rabin algorithm was reviewed and implemented in Python3.
SSH Connection
Establish secure connection from any computer within the internal network.
Hierholzer Algorithm
A research paper that was written as part of CS502 - Data Structures and Algorithms at Drexel University in which Hierholzer's algorithm was reviewed.
TODO Comment (TODOCOM)
Python package to retreive TODO comments written in the code.