Skip to content
View FragmentedCurve's full-sized avatar

Block or report FragmentedCurve

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. fudo fudo Public

    a sudo to doas wrapper

    C 11 1

  2. bitarray.h bitarray.h Public

    Single header bit array library

    C

  3. randpass randpass Public

    A random password generator (and more)

    C

  4. scb scb Public

    A simple frontend for grepping around source code

    Shell

  5. scratch scratch Public

    Scratch repo for code snippets

    C

  6. echo for linux echo for linux
    1
    ;;; echo for Linux in fasm. There's no reason for this.
    2
    ;;;
    3
    ;;; Build
    4
    ;;;   fasm echo.asm echo.o && ld -o echo echo.o
    5
    ;;;