Skip to content
View Phlegmelm's full-sized avatar
  • 12:48 (UTC -05:00)

Block or report Phlegmelm

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
Phlegmelm/README.md
*** STOP: 0x000000000  —  phlegmelm.exe has encountered a problem

lucy

// still figuring out what i'm doing here

C Make Windows


static const Dev lucy = {
    .building = "a version control system in C — from scratch",
    .status   = "compiling at 3am, segfaulting at 4am",
};

[x] mygit  — git-like VCS in C. branching, merging, stash, diff. no deps.
[ ] sleep

// blue screens and bad commits

Popular repositories Loading

  1. MyGit MyGit Public

    Minimal Git-like version control system written in C

    C 4 1

  2. Phlegmelm Phlegmelm Public

    My intro x3

  3. ZKVote ZKVote Public

    A zero-knowledge voting system built with Merkle trees, Barretenberg, Noir, and Solidity. Voters prove eligibility and cast valid votes privately, while smart contracts verify proofs and tally resu…

    Solidity