This is a collection of course projects that I have worked on.
This is a secure P2P messaging app that utilizes Signal Protocol for encrypted messages. The end result is an app that establishes a status code with every user. Each time the app is opened, the status code entered indicates safe or in need of rescue. If in a life or death situation, the app pulls up a fake calculator screen while recording 5-10 seconds of video and sends it to Law Enforcement. The recording provides the content and gps coordinates necessary for a response to provide the assistance the individual needs.
The animation mapper is a GUI implementation of a trip log csv data file. The points are plotted on a GPS map and an animated tracker will highlight and show the path of the trip. Utilizes an executable JAR file. Beware of grumpy cat.
This is a python implementation of a basic graphing program that works through the stages of utilizing threading, then gRPC to create a Client-Server implementation. From there it scales up to a Client->Broker->Server, Multi-Client->Server, and finally a Client->Multi-Server. Nothing too fancy, just working with gRPC. A group of us worked on everything through the first 4 iterations. I alone did the Multi-Client and Multi-Server.
A C++ program to read a file of Sets, then perform set operations on those sets after initializing them into a map.
An R implementation of calculating how many tickets an airline needs to sell in order to not overbook a flight but still fill the plane up.
My first ever coding project. I was learning HTML and attempted to create a front end only recreation of the Google Homepage. No working links or search bar. Just the appearance and layout.