Skip to content
View nggit's full-sized avatar
💭
alele...
💭
alele...

Organizations

@gnulinuxid
Block or Report

Block or report nggit

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

    Tremolo is a stream-oriented, asynchronous, programmable HTTP server written in pure Python. It can also serve as an ASGI server.

    Python 40 1

  2. tremolo-session tremolo-session Public

    A simple, file-based session middleware for Tremolo.

    Python 1

  3. docker-tty docker-tty Public

    Run Docker Container with Desktop Environment on tty10 (Ctrl-Alt-F10), coexist with the host.

    Dockerfile 1

  4. socatd socatd Public

    A simple socat daemon script for both sysvinit and systemd.

    Shell 1 1

  5. cxroot cxroot Public

    Chroot into a Linux rootfs. For Android devices that have been rooted, be it using Magisk or other methods.

    Shell 3 1

  6. A simple event loop with Fibers (PHP... A simple event loop with Fibers (PHP 8 >= 8.1.0)
    1
    <?php
    2
    
                  
    3
    // a simple event loop with Fibers (PHP 8 >= 8.1.0)
    4
    // in a style slightly inspired by Python's asyncio
    5