Pinned Repositories
Food-Network-Website
All the stuff for the Food Network Website
Android-Projects
Android projects completed during self-studying. Projects include GeoQuiz, CriminalIntent, and StarbuckAppRecreate, MathGameApp, and ShuffleWordGameApp.
Arduino-Projects
Arduino projects include: automatic dog-feeder controlled via Bluetooth, vehicle robot controlled via Bluetooth, piezo buzzard keyboard with each key acting as an LED light switch, and two methods to create a motor controller.
BC-Eats-2.0
Refactored version of BC Eats 1.0
Bellevue-College-Eats
A sustainable mobile application that allow event handlers to notify users when there is free left over food from their events.
BellevueCollege-Housing-Database
Group project: built housing application to allow residents, applicants, and admins to query SQL relational database. Admins can access housing reports and approve applicants. Residents can check on residential status. Applicants can apply and check on applicant status.
kevin-walsh-art-gallery
rust-bucket
Includes Rust projects I created while learning the language.
UPC-Barcode-Scanners
UPC Scanners Application includes three UPC bar-code scanners: Binary Search Tree Scanner, Hash Scanner, and Array Scanner. Over 5000 UPC's and corresponding item descriptions were saved into three different data structures: array, binary search tree, and hash table. The three scanners read incoming UPC from user and retrieves corresponding products from databases. Overall application tests the retrieval times of each database.
BC-Eats-2.0
Refactored version of BC Eats 1.0
PPjamies's Repositories
PPjamies/UPC-Barcode-Scanners
UPC Scanners Application includes three UPC bar-code scanners: Binary Search Tree Scanner, Hash Scanner, and Array Scanner. Over 5000 UPC's and corresponding item descriptions were saved into three different data structures: array, binary search tree, and hash table. The three scanners read incoming UPC from user and retrieves corresponding products from databases. Overall application tests the retrieval times of each database.
PPjamies/rust-bucket
Includes Rust projects I created while learning the language.
PPjamies/Android-Projects
Android projects completed during self-studying. Projects include GeoQuiz, CriminalIntent, and StarbuckAppRecreate, MathGameApp, and ShuffleWordGameApp.
PPjamies/Arduino-Projects
Arduino projects include: automatic dog-feeder controlled via Bluetooth, vehicle robot controlled via Bluetooth, piezo buzzard keyboard with each key acting as an LED light switch, and two methods to create a motor controller.
PPjamies/BC-Eats-2.0
Refactored version of BC Eats 1.0
PPjamies/Bellevue-College-Eats
A sustainable mobile application that allow event handlers to notify users when there is free left over food from their events.
PPjamies/BellevueCollege-Housing-Database
Group project: built housing application to allow residents, applicants, and admins to query SQL relational database. Admins can access housing reports and approve applicants. Residents can check on residential status. Applicants can apply and check on applicant status.
PPjamies/kevin-walsh-art-gallery
PPjamies/CareerCertified
Coding Challenges
PPjamies/Data-Soup
PPjamies/FlightBook-Passenger-Management-System
Application allows user to manage passengers in flight book. Features include updating, adding, removing, listing, and searching passengers.
PPjamies/Food-Network-Website
All the stuff for the Food Network Website
PPjamies/HTML-CSS-Projects
PPjamies/Java-Projects
Java projects completed during self-studying
PPjamies/KingCounty-MetroReader
Reads from MetroURL and outputs bus routes, bus numbers, and bus stops.
PPjamies/MusicApp-RecommenderSystem-FriendNetwork
Recommender System recommends top 10 most popular songs and the top 10 songs within user's friend group. Friend Network System finds mutual friends and confirms whether two users are friends. Algorithms implemented includes Graph, HashMap, and HashSet. Junit tests are included to test databases and overall output.
PPjamies/MVC-Simple-Notepad
Refactored simple notepad application to adopt MVC model as well as implemented additional functionalities to complete notepad.
PPjamies/Number-Converter
Application performs number conversions, with each conversion built from scratch. Limitations due to integer capacity.
PPjamies/QuickUnion-Soil-Drain
Given four text files containing 0's and 1's, where 1 represents no leakage and 0 represents a leakage, determine if the soil will hold water or not using QuickUnion algorithm.
PPjamies/Random-Grammer-Solver
Parses BNF grammar from a given text file before using recursion to generate random sentences.
PPjamies/RiseInstitute-Login-System
Volunteer Work: built a simple login system for the RISE Institute to track student engagement in the work-space. Application is written using JavaSwing and MSAccess.
PPjamies/Sorting-Algorithms-App
JavaSwing application that allow user to select preferred sorting algorithm to sort data, given unsorted text file.
PPjamies/TodoList
Simple React application of a TodoList