Skip to content
View Zer0Hiro's full-sized avatar

Block or report Zer0Hiro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zer0Hiro/README.md

> whoami

Student developer obsessed with the intersection of low-level systems and creative software. I write compilers, talk to microcontrollers, and occasionally make them play music.

I believe the best way to learn something is to build a tool for it β€” so I do.


> ls ~/projects

🎡 JAM β€” A Music Programming Language

Write music as code. Compile it to hardware. Hear it instantly.

A full DSL ecosystem built from scratch:

Repo What it does
JAM DSL Compiler Parses .jam notation β†’ compiles to C++ for ESP32/Arduino, or exports WAV
JAM Web Edition Browser IDE with syntax highlighting, live playback, ESP32 flashing, and an AI tutor

Features: chord notation, multi-instrument PATTERN grids, Mozzi 2.0 synthesis, bilingual lessons (EN/HE).


πŸ”’ EquationParser-3D

A C implementation of the Shunting-Yard algorithm with RPN evaluation, variable support, and ASCII visualization.


> cat skills.txt

const char* strong[] = { "C", "C++", "Python"};

const char* learning[] = { "Embedded C", , "ESP32", "Arduino", "PlatformIO", "Flask", "JavaScript", "React", "Vite" };

const char* concepts[] = { "Compiler Design", "DSL Architecture", "RAG / AI Pipelines", "Signal Processing"};

> cat current_status.txt

[●] Student β€” actively learning & building
[●] Working on: expanding the JAM ecosystem
[β—‹] Open to: collaborations, feedback, interesting problems

"The best documentation is a working demo."

GitHub

Pinned Loading

  1. JAM-web-edition JAM-web-edition Public

    Write music in code, hear it instantly in the browser, and flash it to ESP32 hardware β€” with built-in lessons and an AI tutor to guide you.

    JavaScript 5 1

  2. JAM-DSL-Compiler JAM-DSL-Compiler Public

    Write music in a simple .jam notation and compile it to hardware-ready C++ for ESP32/Arduino β€” or preview it as a WAV file.

    C 4 1

  3. EquationParser-3D EquationParser-3D Public

    Forked from JacoobJacoob/EquationParser

    evaluates equations with option for variables; applying shunting yard algorithm and RPN but now also with visualization

    C 3

  4. OrderHub OrderHub Public

    Food order management dashboard β€” track incoming, completed, and cancelled orders across Wolt, TenBis, Mishloha, and manual orders in one place.

    JavaScript