Skip to content
View Ex-32's full-sized avatar
Block or Report

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

  1. nixos-config nixos-config Public

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

    Nix 1

  2. snakEFI snakEFI Public

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

    C 2

  3. jnk jnk Public

    Jenna's Number Kruncher: A library and cli tool for evaluating math expressions

    Rust 2

  4. simple_allocator simple_allocator Public

    A simple memory allocator that behaves like `malloc()` and `free()`. (this is a learning experiment, actually using this is not recomended)

    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