Pinned Repositories
airline-reservation-system
A COMP47660 Secure Software Engineering web app project built using React, Spring-Boot, and MySQL by a team of three following the Scrum methodology.
aws-cp-quiz
Collection of AWS Cloud Practitioner questions
backgammon
Backgammon the board game, a team-based software engineering project made from Jan-Apr 2019. Made by @bryansng, @LxEmily, and @yeohbraddy in 5 sprints.
blog
https://blog.yeohbraddy.com
dublin-bus-tracker
Track bus times and set a timer for when there are x minutes left
dummy
dummy thicc
Gallery
Social Gallery Image Annotation, think genius.com for images and Reddit up/down voting for the annotations. Built using microservices
go-quiz
Small Go application to learn Go
Learning-to-Sparsify-the-Capacitated-Vehicle-Routing-Problem-Instances
This project aims to leverage classification as it is efficient, scalable, and does not lose optimality. As the problem is NP-hard, any reduction in the problem size will result in evident improvements in the run time given a large enough problem. Classification models learn through features that capture the essence of whether an edge is part of the optimal solution. The best performing model then classifies the edges of unseen CVRP instances to prune away edges that are not part of the solution.
Library-Management-System
Library Management System is a website for loaning books and is a software engineering project made from Jan-Mar 2020. Made by @bryansng, @LxEmily, and @YeohBraddy
yeohbraddy's Repositories
yeohbraddy/dummy
dummy thicc
yeohbraddy/airline-reservation-system
A COMP47660 Secure Software Engineering web app project built using React, Spring-Boot, and MySQL by a team of three following the Scrum methodology.
yeohbraddy/aws-cp-quiz
Collection of AWS Cloud Practitioner questions
yeohbraddy/backgammon
Backgammon the board game, a team-based software engineering project made from Jan-Apr 2019. Made by @bryansng, @LxEmily, and @yeohbraddy in 5 sprints.
yeohbraddy/blog
https://blog.yeohbraddy.com
yeohbraddy/dublin-bus-tracker
Track bus times and set a timer for when there are x minutes left
yeohbraddy/Gallery
Social Gallery Image Annotation, think genius.com for images and Reddit up/down voting for the annotations. Built using microservices
yeohbraddy/go-quiz
Small Go application to learn Go
yeohbraddy/Learning-to-Sparsify-the-Capacitated-Vehicle-Routing-Problem-Instances
This project aims to leverage classification as it is efficient, scalable, and does not lose optimality. As the problem is NP-hard, any reduction in the problem size will result in evident improvements in the run time given a large enough problem. Classification models learn through features that capture the essence of whether an edge is part of the optimal solution. The best performing model then classifies the edges of unseen CVRP instances to prune away edges that are not part of the solution.
yeohbraddy/Library-Management-System
Library Management System is a website for loaning books and is a software engineering project made from Jan-Mar 2020. Made by @bryansng, @LxEmily, and @YeohBraddy
yeohbraddy/ecommerce
E-commerce website built with React, Firebase and Stripe
yeohbraddy/face-recognition-api
Backend for Face Recognition app
yeohbraddy/face-recognition-app
Face recognition app built with React using Clarifai API
yeohbraddy/first-contributions
🚀✨ Help beginners to contribute to open source projects
yeohbraddy/gitignore
A collection of useful .gitignore templates
yeohbraddy/Hacktoberfest
yeohbraddy/hci-data
yeohbraddy/info-vis-data
yeohbraddy/Matrix-Multiplication
Multiplying matrices using parallel processing
yeohbraddy/mindsdb
In-Database Machine Learning
yeohbraddy/OpenSearch
🔎 Open source distributed and RESTful search engine.
yeohbraddy/personal-website
Personal website
yeohbraddy/redis-go
yeohbraddy/Reversi-in-C
First programming project, and first C project.
yeohbraddy/robofriends
A react app that allows the user to search for the contact details of friends
yeohbraddy/Simon-Game
Classic electronic memory game
yeohbraddy/Simple-terminal
Made a simple version of terminal in C
yeohbraddy/simple-web-crawler
Java based web-crawler program which makes use of pool based multi-threading, simple UI with Swing and jsoup to nested web crawling
yeohbraddy/sirix
SirixDB is an embeddable, temporal, evolutionary database system, which uses an append-only approach to store immutable revisions. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
yeohbraddy/SnakeFX
Classic snake game made using JavaFX