Skip to content

Instantly share code, notes, and snippets.

View hydraslay's full-sized avatar
🎮
Asobing

hydraslay hydraslay

🎮
Asobing
  • Tokyo
  • 13:53 (UTC +09:00)
View GitHub Profile
#!/usr/bin/python
'''
A Simple mjpg stream http server for the Raspberry Pi Camera
inspired by https://gist.github.com/n3wtron/4624820
'''
from BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer
import io
import time
import picamera
@hydraslay
hydraslay / open-chrome-mac.sh
Created September 6, 2019 09:29
Open Chrome without CORS restriction
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security