===================================
Good Evening.
===================================
>>>
>>> self
<class '__main__.DataMagician'>
>>> self.info()
"I'm a Data Magician, that means I transform raw data into insights."
>>> self.plot()

logo

>>> self.generate_content()
[100%] Generating Content
[100%] Generating Styles
[100%] Cleaning Up ...

Why I program


Time

Saving 10 seconds on an operation isn't impressive. But knowing that, cumulatively, it saved days of work, it's worthwhile.

Create

Being the first to invent something is euphoric. Much more so if it gave insight to those using it.

Experiment

I enjoy doing data experiments to test theories and hypotheses.

Major Projects


These are my best creations ... so far

FRModel

This is my current research project, it's a remote-sensing project aiming to classify trees using only aerial drone data. Using 2D Multispectral and 3D Point Cloud information, it aims to estimate the tree information as much as possible.
My main contribution is creating a unifying package that the researchers in the team can utilize, and also directly contributing to experiments.
The first phase of the project concluded in June 2021.

Languages: Python.
Wiki Framework: Sphinx

re:amber C++, C

re:amber is a osu! SV/BPM mapping tool that evolved from CLI to a GUI tool.
Because this was considerably ancient and bulky, I opted to recreate re:amber using a more flexible framework excluding the GUI.
It has a long history and one of the main reasons why I program.

Currently, re:amberPy is being developed.

Languages: C, C++.
Framework: Qt

re:amberPy

This is a Python package that is expected to cover most VSRG formats, including: .osu .sm .ojm .bms .qua
The final aim of this project is to create an open-source library that VSRG programmers can use to improve their Python skills while enjoying what they play.

This is still under developement.

Languages: Python.
Wiki Framework: Sphinx

Django - re:amberPy

Using Django, I can pivot off of re:amberPy to create a simple online tool hosted free by Heroku.
This gives me the flexibility of debugging on the fly and also changing features without having to update the local copies.

Languages: Python.
Web Framework: Django.
HTML Framework: Bootstrap 5.
Host: Heroku / Microsoft Azure

This Website

Using Bootstrap 5, I made this website from scratch :)
Not a fan of web development, but I'm proud of what I have done here.

Languages: HTML, CSS, JS
HTML Framework: Bootstrap 5.

Other Projects


Socials


===================================
Completed.
===================================
>>> quit()

Good Bye.