Skip to content
View Momijiichigo's full-sized avatar
💨
phew
💨
phew
Block or Report

Block or report Momijiichigo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Momijiichigo/README.md

👋 Hi, I’m Daichi (@Momijiichigo)

About me

Hello! I'm an undergrad physics student!

I like Rust language! 🦀

I’m currently learning

My Past Works

  • BlueJSX, a simple, lightweight web frontend framework.
  • Haklo Tech (the website is under development)
    • Made with BlueJSX

Pinned

  1. my-os my-os Public

    making OS in rustlang; for learning purpose

    Rust

  2. rust-hmr-experiment rust-hmr-experiment Public

    Rust Web Dev: PoC for HMR with WASM tricks.

    Rust

  3. RustyEnumTS RustyEnumTS Public

    TS implementation of Rust-like enums (e.g. Option<T>, Result<T, E>)

    TypeScript

  4. HakloTECH/home-page HakloTECH/home-page Public

    Haklo Official webpage

    TypeScript

  5. Tower of Hanoi on terminal Tower of Hanoi on terminal
    1
    from time import sleep
    2
    bar = [[], [], []]
    3
    numOfDisks = 1
    4
    barName = ['left', 'middle', 'right']
    5
    def move(bfrom, to, disk):
  6. terminal-char-rain-matrix terminal-char-rain-matrix Public

    Rust