Skip to content

Instantly share code, notes, and snippets.

@dutc
dutc / multipaul.py
Created February 3, 2017 01:23
multipaul example
#!/usr/bin/env python3
from argparse import ArgumentParser
from multiprocessing import Process
from threading import Thread
from curio import run, spawn, sleep
from curio.socket import socket
from curio.socket import (AF_INET, SOCK_DGRAM, IPPROTO_UDP,
SOL_SOCKET, SO_REUSEADDR,
gethostbyname, gethostname)
from os import getpid, getppid
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 17, 2024 09:42
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites