Skip to content
View e-dant's full-sized avatar

Highlights

  • Pro

Block or report e-dant

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
e-dant/README.md

hi

Pinned Loading

  1. watcher watcher Public

    Filesystem watcher. Works anywhere. Simple, efficient and friendly.

    C++ 708 39

  2. flaregun flaregun Public

    Tracing and monitoring tools for Linux

    Rust 9

  3. frots frots Public

    The only file rotation tool I'm aware of that *actually handles stdout*

    Rust 6

  4. bpf-fs-events bpf-fs-events Public

    C 3

  5. salmagundi salmagundi Public

    A small, portable, linear probing hash map

    C 139 3

  6. Pachelbel’s Canon in Dmaj in 73 line... Pachelbel’s Canon in Dmaj in 73 lines of obfuscated C
    1
    /* make canon; ./canon | aplay -r 44100 -f U8 */
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <math.h>
    5
    #define rs (1.0/44100.0)