Skip to content

Instantly share code, notes, and snippets.

View johntiger1's full-sized avatar
🏠
Working from home

John Chen johntiger1

🏠
Working from home
View GitHub Profile
@johntiger1
johntiger1 / auto.py
Created October 25, 2017 19:00 — forked from anonymous/auto.py
#Run this to spawn the server and clients
import os
os.system("start python serverTCP.py")
os.system("start python clientTCP.py")
os.system("start python clientTCP.py")
@johntiger1
johntiger1 / test.ps1
Created October 5, 2017 18:18
Test gist
echo hello-world