Skip to content

Commit

Permalink
Add MyProgrammingJourney
Browse files Browse the repository at this point in the history
  • Loading branch information
AzlanCoding committed Jun 17, 2024
1 parent 999212d commit 16c53de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Welcome to [azlancoding.github.io](https://azlancoding.github.io)
The blog/portfolio for **AzlanCoding** user<br>

## Projects
### [My Programming Journey](MyProgrammingJourney)
This page is here for my Early Admissions Exercise. I might keep this here as part of my blog.

<br><br>

### [scrcpyMediaController](https://github.com/AzlanCoding/scrcpyMediaController/)
Control your phone/emulator's media playback from your notification panel through MPRIS.<br>
This script works independently from scrcpy and does not require it to be installed or running for use.
Expand All @@ -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.<br>
You may also visit [vex doccumentation](https://help.vexcodingstudio.com/#cpp) for referrence.<br>
You may also visit [vex doccumentation](https://help.vexcodingstudio.com/#cpp) for referrence.

<br><br>

<br>
### [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).<br>
*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.
Expand Down

0 comments on commit 16c53de

Please sign in to comment.