Simon's repositories

Python-Projects-and-Exercises

Here are my exercises and simple projects of Python.

Language:PythonStargazers:20Issues:2Issues:0

Epic-Game-Store-Free-Game-Notification

This is automated bot to scrape the Epic game store and push the notification to Telegram when it scrapes any free games information weekly.

Language:PythonStargazers:3Issues:1Issues:0

Android-VR-LOD-Performance-Testing

LOD stands for Level of Details. This is a graphic setting to reduce the CPU and GPU usage or consumption by reducing the number of polygons of the rendering objects in game. This project is an Android VR application to test the effect of LOD on 6 different phones.

Guessing-Number-Game-with-Firestore-Realtime-Database

A guessing number game that can let user to guess the random auto-generated number. E.g, if the generated number is 57, user guesses 30, then the system will say the answer is between 30 to 100, next, user guesses 65, then the system will narrow down the range of the answer to 30 to 65.

Language:C#Stargazers:1Issues:1Issues:0

Local-Password-Manager

This is a local password manager to allow user to store their website username/email and their password into a local json file, and user is able to search for the record from the json database file.

Multi-Targets-AR

This is multitarget AR in Unity package, the Android phone camera is able to detect two target and above at the same time. The targets are 2 English book.

Rotation-Invariance-Transformer

The repository contains the implementation of RiT and its application with ResNet18

Language:PythonLicense:CC0-1.0Stargazers:1Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Cpp-Project-and-Exercise

Programming Technique 2 subject project, exercise and assignment.

Language:C++Stargazers:0Issues:1Issues:0

Darken-and-Blur-Image

This is matlab application to let user to import an image and select the multiple areas from the image to darken and blur it and save it into local machine

Language:MATLABStargazers:0Issues:1Issues:0

JavaScript-Projects-and-Exercises

Here are my exercises and simple projects of JavaScript.

Language:JavaScriptStargazers:0Issues:1Issues:0

simonnchong

This is the welcome banner on my Github main page.

Stargazers:0Issues:1Issues:0

Digital-clock

This is a digital style clock built with Python Tkinter module. You may modify the code to your own preference.

Language:PythonStargazers:0Issues:1Issues:0

Document-Scanner

An application to allow user select a photo from local machine and process it into a clear document image, then user is able to save it into local machine.

Language:MATLABStargazers:0Issues:1Issues:0

Earth-Hand-e-Commerce-Website

A e-commerce website to allow user to sell and buy their second hand item on it.

Language:PHPStargazers:0Issues:1Issues:0

English-Chinese-Learning-Tool

A English and Chinese translation tool to help user to memorise English and Chinese vocabulary, there are total 3000 words in the database for user to learn, those words will be picked randomly from the csv file.

Language:PythonStargazers:0Issues:1Issues:3

Game-It

This is a static website for my group project. It is about our team members information, and our organized activities and event. Click the link below to access.

Language:HTMLStargazers:0Issues:1Issues:0

Human-Voice-Segmentation

This is an algorithm to identify human voice and do segmentation automatically. The result will be compared to the manual segmentation data, then a accuracy report will be generated based on match rate, insertion rate and omission rate.

Language:MATLABStargazers:0Issues:1Issues:0

Image-to-Sound

The auto-generated sound is vary based on the input which is image, in my design, the duration of sound is depends on the size of image – total pixel in an image, but in order to reduce the difference of duration between different images size, so I only retrieve the leftmost digit of total pixel and take its ceiling number. Besides, the frequency of the sound is depending on the average RGB value in that particular image, so there will be 3 frequencies in a sound file.

Language:MATLABStargazers:0Issues:1Issues:0

Java-Project-and-Exercises

Object Oriented Programming subject project, exercise and assignment

Language:JavaStargazers:0Issues:0Issues:0

Music-Generation

The sound is generated by using Matlab code. It consists of duration for each frequency, use `note.m` to preprocess the sound before playing.

Language:MATLABStargazers:0Issues:1Issues:0

OpenGL-and-Cpp

Fundamental of Computer Grahpic subject project, exercise and assignment

Language:C++Stargazers:0Issues:1Issues:0

Photograph-Website

This is a photograph website, 2 type of users (customer and admin).

Language:CSSStargazers:0Issues:1Issues:0

pytorchTutorial

PyTorch Tutorials from my YouTube channel

License:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:CSSLicense:NOASSERTIONStargazers:0Issues:1Issues:0

Smart-Driver-Sleepiness-Detector

This is a system works on Rapsberry Pi 4 (8GB RAM) version to detect if the driver closed their eyes for more than 1 second with EAR threshold 0.225

Language:PythonStargazers:0Issues:1Issues:0

Target-AR-Button-Control-Animation

User is able to control the animation of the character by pressing the buttons on the interface.

Stargazers:0Issues:1Issues:0

Telegram-Bot-Push-Message

This program is to send message via Telegram bot, you may wanna intergrate it with other modules or tools like BeautifulSoup, API requests, Selenium and so on.

Language:PythonStargazers:0Issues:1Issues:1