adrielyeung's Stars
adrielyeung/check-my-bus
An Android app to check Hong Kong bus routes and estimated time of arrival (ETA) at each stop.
adrielyeung/personal-website-api
Backend Express.js API to use with my personal website, connected to Mongo DB.
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
Azure-Samples/html-docs-hello-world
A simple HTML site for docs
Rob--W/cors-anywhere
CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
adrielyeung/personal-website
My personal website where I showcase my journey on tech, music, travel, and more!
briancodex/react-website-v1
adrielyeung/reactive-tic-tac-toe
A React.JS application of tic-tac-toe game.
adrielyeung/image-sorter
A Python UI to enable automation of sorting photos and videos by date, place, category.
adrielyeung/one-to-hundred
Android game app where each player takes turns to guess a "bomb" number in the range 1-100.
adrielyeung/whats-my-weather
A JavaScript front end app to display current weather and forecast.
adrielyeung/macro-workbook
A collection of VBA Excel macros that I use for utility.
adrielyeung/keyword-searcher
A JavaScript front end app to enable analysis of keywords in text.
formulahendry/955.WLB
955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)
adrielyeung/adrielyeung
Config files for my GitHub profile.
adrielyeung/santa-tracker
A parcel tracking webapp, where users can log in and track their deliveries, and communicate with customer support.
adrielyeung/first-contributions
🚀✨ Help beginners to contribute to open source projects
othneildrew/Best-README-Template
An awesome README template to jumpstart your projects!
adrielyeung/tournament-tracker
A Windows form application which allows users to start and track tournament rounds (organised in a single-elimination style).
adrielyeung/automated-file-download
Automates file download using Python Selenium and Chrome web driver.
adrielyeung/windows-file-housekeep
Windows batch script to housekeep files (delete outdated files + backup files)
adrielyeung/job-ad-compare
Compare job ads from several sites, to obtain an optimal job opportunity.
adrielyeung/calculator
Given an input of a numeric expression in form of a String, compute its result as would be if using a calculator, supporting +-*/^() operations.
cli/cli
GitHub’s official command line tool
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
adrielyeung/comp-neuro
This course aims to understand processes for transmitting signals between neurons in the brain which leads to decision making, memory and learning, via different numerical models simulated by computers.
adrielyeung/info-theory
The study of Information Theory aims to quantify information gained from a message, based on previous (prior) knowledge. It also considers the quality of the transmission of the channel. These are quantified using laws of probability. The few coding exercises demonstrate a few different concepts in Information Theory.
adrielyeung/ray-tracer
Optical ray tracing is important in designing optical equipment before production. A simple optical system, lenses, is simulated here, using geometric optics.
adrielyeung/computational-physics
An exploration of 5 basic concepts of Computational Physics: precision of floating point variables, LU decomposition to solve coupled equations, interpolation (linear, cubic splines), Fourier transforms, and random number generation.
adrielyeung/heat-dissipation
A microprocessor in a computer produces a lot of heat during operation. It is hence required to design microprocessors with appropriate heat dissipation structures. The simplest cases of a heat sink and fins are considered here, using a simplified heat transport equation.