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

Sponsoring

@BowenFu

Highlights

  • Pro
Block or Report

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

Pinned

  1. watcher watcher Public

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

    C++ 629 30

  2. shoestring shoestring Public

    Shoestring is a complete framework for websites big and small

    SCSS 8

  3. water water Public

    Plentiful, self-contained tools, libraries and programs with a focus on C++, Haskell and the Unix Shell

    Shell 2

  4. river river Public

    A simple and efficient server

    C++ 1

  5. pm pm Public

    A lightweight, hackable package manager for things other than packages

    Shell 9

  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)