Skip to content
View Ex-32's full-sized avatar
  • University of Illinois Urbana-Champaign
  • 17:33 (UTC -06:00)

Block or report Ex-32

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

Pinned Loading

  1. nixos-config nixos-config Public

    My personal NixOS flake, it's not perfect, but it's getting better every day :)

    Nix 2

  2. charmoniumQ/PROBE charmoniumQ/PROBE Public

    Jupyter Notebook 9 8

  3. nur-packages nur-packages Public

    my personal NUR repo (https://github.com/nix-community/nur)

    Nix

  4. snakEFI snakEFI Public

    Snake the classic arcade game, now as a bare bones UEFI executable!

    C 3

  5. Linux Transparent Binary Compressor Linux Transparent Binary Compressor
    1
    #!/bin/sh
    2
    # This file is licensed under the MIT license, 
    3
    # see the bottom of the file for the full text.
    4
    #
    5
    # script dependencies: sed, xz-utils, gcc/clang
  6. A brainfuck interpreter written in x... A brainfuck interpreter written in x86_64 assembly for linux.
    1
    ; this file is licensed under the MIT license, copyright 2024 Jenna Fligor,
    2
    ; see the bottom of the file for the full text.
    3
    ;
    4
    ; build instructions:
    5
    ; nasm -felf64 brainfuck.asm