Pinned Repositories
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
capstone-snake-game
* A 2D Snake game with creative additions; uses C++ and SDL
code-poetry
Non-functional poetry written in code
concurrent-traffic-simulation
Concurrency practice by implementing message queue, practicing with lock guard and condition variable (pattern to avoid deadlock and data race), using r-value pass in combined with std::move
copious-notes-on-chrome
* A Chrome extension for adding private notes to Git repos
fantastic-books-in-clips
Chatbot implemented as expert system to recommend fiction to the casual reader, written as set of rules in LISP variant
hotel-reservation-app
Java application with test suite using fakes, Mockito, and JUnit
nyit-malware
parses android app manifest files
price-alert-arbitrage-CLI
(abandonware, basically no work done so don't look at this) CLI tool to send alerts on product price dip and arbitrage opportunity in Python or Go
persinammon's Repositories
persinammon/fantastic-books-in-clips
Chatbot implemented as expert system to recommend fiction to the casual reader, written as set of rules in LISP variant
persinammon/nyit-malware
parses android app manifest files
persinammon/price-alert-arbitrage-CLI
(abandonware, basically no work done so don't look at this) CLI tool to send alerts on product price dip and arbitrage opportunity in Python or Go
persinammon/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
persinammon/attendance-checker
Instructions written in index.md and a JavaScript script using Google Workspace API to create student attendance checking program
persinammon/bike-miles-raspberrypi
(cool idea, but not sure if will follow through. waiting for development job so can pay for hardware) Raspberry pi-bike alarm with miles tracking, hill tracking
persinammon/capstone-snake-game
* A 2D Snake game with creative additions; uses C++ and SDL
persinammon/chatbot-extension
Change code to be memory efficient and resolve intentional bug that causes program to crash
persinammon/concurrent-traffic-simulation
Concurrency practice by implementing message queue, practicing with lock guard and condition variable (pattern to avoid deadlock and data race), using r-value pass in combined with std::move
persinammon/copious-notes-on-chrome
* A Chrome extension for adding private notes to Git repos
persinammon/fbtracker
Chrome extension to track personal Facebook activity (good practice for a later project I did in 2023)
persinammon/Fyyur
Built out controllers and many to many related data models for Flask web app using SQLAlchemy ORM and local PostgreSQL database
persinammon/gentle_mollusc
Personal site
persinammon/hotel-reservation-app
Java application with test suite using fakes, Mockito, and JUnit
persinammon/parallel-web-crawler
Used Java design patterns, Jackson and Guice, Streams API to implement parallelism for web crawler
persinammon/poke-app
Node.js based web application consuming Pokemon API (unfinished, but introduced to React, Docker, Webpack,...)
persinammon/ros-node
* (haven't found a good scoping for this) C++ final project, create an ROS node (executable process managed by master node - can have any function)
persinammon/route-planner
Plan routes using A* and open-source IO2D mapping data
persinammon/cool-compiler
* Deprecated, no longer interested
persinammon/database
Depecrated, no longer interested. Save notes from first time taking databases
persinammon/dependency-box
This repository will catalogue all local install programmer related dependencies [programming languages, other libraries e.g. OpenCV or a Git one, applications e.g. VSCode], then copy it to another computer. End result is a single use case of automatic programmer setup on a new machine (ideally with a cool progress bar).
persinammon/fa23-rookiedb
* Depecrated, no longer interested
persinammon/htop-linux-system-monitor
htop utility: reads from text files on Linux OS to display process information with GUI
persinammon/julia
The Julia Programming Language
persinammon/mc2
Wrote a PR for a longstanding issue, but owners no longer taking outside contributions. Still have this as a reference to keep up with this project (and am proud of being able to write something)