Skip to content

Instantly share code, notes, and snippets.

View Codaea's full-sized avatar
🌐
Internetin

Dakota Roth Codaea

🌐
Internetin
  • 01:42 (UTC -07:00)
View GitHub Profile
@befinitiv
befinitiv / cam.py
Created September 21, 2021 13:19
Super 8 camera code
#!/usr/bin/python
import glob
import socket
import time
from threading import Timer
import picamera
import RPi.GPIO as GPIO
@roaldnefs
roaldnefs / mac-docker-gui.txt
Created December 22, 2019 10:27
Running GUI application in Docker on MacOS
# Install XQuartz
brew cask install xquartz
# Restart MacOS
# Open XQuartz
open -a XQuartz
# Ensure the "Allow connections from network clients" option in Preferences >> Security is turned on