Skip to content
View reiver-dev's full-sized avatar

Block or report reiver-dev

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. Running processes and passing stdio ... Running processes and passing stdio fds over unix sockets, might be usefult for sidecar containers
    1
    import os
    2
    import sys
    3
    from array import array
    4
    from socket import (socket, AF_UNIX, SOCK_SEQPACKET,
    5
                        CMSG_LEN, SOL_SOCKET, SCM_RIGHTS)
  2. dotemacs dotemacs Public

    Emacs config

    Emacs Lisp

  3. sidecar sidecar Public

    Client-server tool to execute commands and pass standard streams over unix domain socket

    Rust 1