Skip to content
View dangle's full-sized avatar

Block or report dangle

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

    A systemd service that sends a D-Bus signal when the QEMU evdev hotkey is triggered.

    Python 41

  2. container-demo.sh container-demo.sh
    1
    #!/usr/bin/env bash
    2
    # This script creates and activates a container when run as root.
    3
    # The file names used are from Ubuntu 18.04.
    4
    
                  
    5
    # Create the filesystem.
  3. contains-io/typet contains-io/typet Public

    Types that make coding in Python quick and safe.

    Python 21 1

  4. contains-io/typingplus contains-io/typingplus Public archive

    An enhanced version of the Python typing library.

    Python 6 2

  5. contains-io/containment contains-io/containment Public

    Automate the creation and management of development containers.

    Python 5 4

  6. etch.c etch.c
    1
    #include <curses.h>
    2
    #include <signal.h>
    3
    
                  
    4
    #define RED_RED         9
    5
    #define WHITE_BLACK     10