My name is Dong Liang. I code for a living. XD
Sorting Algorithm Animation
Github: https://github.com/dongliang3571/sorting-animation
Description:
This project visualizes different kinds of sorting algorithm in animations
Time-Base One-Time Passsword Generator
Github: https://github.com/dongliang3571/TOTP-Generator
Description:
Takes a base32 encoded secret and generate time-based one-time password for MacOS
Download: https://github.com/dongliang3571/TOTP-Generator/blob/main/build/TOTPGenerator.dmg
URL Shortener
Github: https://github.com/dongliang3571/URLShortenore
Description:
A TinyURl clone to shorten your url, it's written in Java Spring Boot, with MySQL as database storage.
QR code decoder
Github: https://github.com/dongliang3571/qrcode-decoder
Description:
A simple QR code decoder, decoding is done on browser, no backend involved
Adventure Game
Github: https://github.com/dongliang3571/Adventure-Game
Description:
A web application that presents adventures for parents and children to complete together. The adventures are themed stories that ask users to complete the tasks including treasure hunt, solving math problems and history problems.
Graphic transformation
Github: https://github.com/dongliang3571/csc472_graphics
Description:
A small application was written in C++, Qt and OpenGL that can make a picture transform to many different styles.
Flappy Bird
Github: https://github.com/dongliang3571/flappy-bird
Description:
Flappy-bird clone written in Javascript