Skip to content
View Ex-32's full-sized avatar
  • University of Illinois Urbana-Champaign
  • 19:54 (UTC -05:00)

Organizations

@UIUC-SIGSYS

Block or report Ex-32

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 3

  2. charmoniumQ/PROBE charmoniumQ/PROBE Public

    Provenance/Replay OBservation Engine: record what your processes are doing and replay it later

    Jupyter Notebook 14 10

  3. snakEFI snakEFI Public

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

    C 6

  4. system-uuid-efi system-uuid-efi Public

    EFI application to find and print SMBIOS/DMI system UUID

    C

  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