Skip to content

Instantly share code, notes, and snippets.

@poolpOrg
poolpOrg / test.go
Created April 9, 2021 17:13
ipcmsg example
package main
import (
"log"
"os"
"os/exec"
"syscall"
"time"
"github.com/poolpOrg/ipcmsg"
@artizirk
artizirk / 0README.md
Last active September 26, 2022 01:46
Apple macOS Catalina under Linux KVM with GVT-g Intel GPU passthrough notes
# coding=utf-8
"""
LICENSE http://www.apache.org/licenses/LICENSE-2.0
"""
import datetime
import sys
import time
import threading
import traceback
import SocketServer