diff --git a/index.md b/index.md index 007000f..d78074a 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,11 @@ Welcome to [azlancoding.github.io](https://azlancoding.github.io) The blog/portfolio for **AzlanCoding** user
## Projects +### [My Programming Journey](MyProgrammingJourney) +This page is here for my Early Admissions Exercise. I might keep this here as part of my blog. + +

+ ### [scrcpyMediaController](https://github.com/AzlanCoding/scrcpyMediaController/) Control your phone/emulator's media playback from your notification panel through MPRIS.
This script works independently from scrcpy and does not require it to be installed or running for use. @@ -12,10 +17,11 @@ This script works independently from scrcpy and does not require it to be instal ### [Vex Robotics notes](vex-programming-notes) The link above is my notes for people to see.
-You may also visit [vex doccumentation](https://help.vexcodingstudio.com/#cpp) for referrence.
+You may also visit [vex doccumentation](https://help.vexcodingstudio.com/#cpp) for referrence.

+
### [Vex Robotics Code Archive](https://github.com/AzlanCoding/code-for-vex) This repository contains an archive of all of the code I've written for my Robotics Club for competitions and research. It features more than 15 drafts of code for [Spin Up](https://www.youtube.com/embed/wIZgvVDZc2Y) and attempted odometry for [Over Under](https://www.youtube.com/embed/dvDqEI7qO34).
*Odometry is the use of data from encoders/rotation sensors or motion sensors to estimate the change in position over time, it is often used in robotics to determine a robot’s position relative to a known starting location.