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

Pinned Loading

  1. watcher Public

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

    C++ 725 39

  2. flaregun Public

    Tracing and monitoring tools for Linux

    Rust 9

  3. frots Public

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

    Rust 5

  4. bpf-fs-events Public

    C 3

  5. salmagundi Public

    A small, portable, linear probing hash map

    C 141 3

  6. Pachelbel’s Canon in Dmaj in 73 line...
    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)