Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AzlanCoding committed Jun 17, 2024
1 parent 07b3d9e commit 40648da
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,42 @@
# HomePage
# Hello there!
Welcome to [azlancoding.github.io](https://azlancoding.github.io)
The blog/portfolio for **AzlanCoding** user<br>
The blog/portfolio for **AzlanCoding** user
<br>

## [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>
<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.

<br><br>
<br>

## [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>
<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.

<br><br>
<br>

## [ScreenShare](https://replit.com/@azlancoding/ScreenShare)
Screenshare is a simple browser to browser screen sharing application between 2 devices. It was a prototype for the Integrated Classroom Hub (another prototype that has not been released to the public) to experiment with the possibility of using WebRTC to do screen casting. This project is referenced heavily from [j0r1's page](https://research.edm.uhasselt.be/jori/page/Main/HomePage.html). Please see the refrences in the [README](https://github.com/AzlanCoding/ScreenShare/blob/main/README.md). The source code can be found [here](https://github.com/AzlanCoding/ScreenShare). Installation instructions can also be found in the [README](https://github.com/AzlanCoding/ScreenShare/blob/main/README.md).

<br><br>
<br>

## Renpy3D (UPLOAD PENDING)
**THIS PROJECT IS STILL IN DEVELOPMENT**<br>
Renpy 3D is a plugin that allows [Ren'Py](https://renpy.org)(a 2D game engine) to render 3D artifacts using Python 3D game engines. It works by using [embedable python](https://github.com/lmbelo/python3-embeddable) to run [Panda3D](https://www.panda3d.org/) or [ursina engine](https://www.ursinaengine.org/) to render 3D artifacts in an offscreen buffer and send it back to the main process through interprocess communication using socket.

<br><br>
<br>

## [Facial Beauty Rating Software](https://github.com/AzlanCoding/Beauty-Rating-Software)
This project was a practice for Additional Mathematics Math Modeling in Secondary 3.
It makes use of the golden ratio to compare with measurements on the face using detected keypoints that can be manually calibrated.
More information on the project can be found in [README.md](https://github.com/AzlanCoding/Beauty-Rating-Software#beauty-rating-software)

<br><br>
<br>

## [iframe browser](iframe-browser-pwa)
This project demonstarates a vulnerability in Mobile Guardian.
Expand All @@ -69,7 +62,6 @@ The installation guide can be found [here](https://azlancoding.github.io/iframe-
The source code can be found [here](https://github.com/AzlanCoding/iframe-browser-pwa). <br>
Passwords can be obtained upon request. Please use the gmail button below<br>
**For a better interface, it is reccomended to enable the `Desktop PWA tab strip` in `chrome://flags/#enable-desktop-pwas-tab-strip` <br>

<br>

<!--
Expand Down

0 comments on commit 40648da

Please sign in to comment.