Skip to content
View diluvii's full-sized avatar
🍊
🍊
  • Hanover, NH
  • 12:00 (UTC -04:00)

Block or report diluvii

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

Pinned Loading

  1. world-wide-whale world-wide-whale Public

    🐳 2D platformer game wherein you play as the virus World Wide Whale & your objective is to infiltrate the computer; meant to teach you computer architecture & cybersecurity 🐳

    GDScript

  2. compiler compiler Public

    Compiler for a C subset targetting x86 assembly. Generates LLVM IR and emits x86 assembly via LLVM API calls, with optimization passes (CSE, DCE, constant folding, constant propagation) and a linea…

    C