git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| When mixing cookie-based out-of-application authentication and a websocket | |
| application that attempts to hijack all attempts at authentication, one needs to | |
| pick ones battles. Sometimes allowing unauthenticated access is the only way to | |
| do certain things. | |
| Take, for example, | |
| https://github.com/home-assistant/home-assistant-polymer/issues/110 and | |
| https://github.com/home-assistant/home-assistant/issues/6184. The entire site is | |
| driven by a webworker that caches all urls | |
| (https://github.com/home-assistant/home-assistant-polymer/blob/3701683d4b4ab2bd0ceb4ab78 | 
| from picamera.array import PiRGBArray | |
| from picamera import PiCamera | |
| import time | |
| import sys | |
| import cv2 | |
| import zbar | |
| import Image | |
| # Debug mode | |
| DEBUG = False | 
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| body { | |
| margin-top: 40px; | |
| margin-bottom: 40px; | |
| } | |
| .chart { | |
| width: 100%; | |
| height: 250px; | |
| margin-top: 10px; | |
| margin-bottom: 10px; | 
| #!/bin/bash | |
| # Change Raspberry SWAP size | |
| # https://www.bitpi.co/2015/02/11/how-to-change-raspberry-pis-swapfile-size-on-rasbian/ | |
| # | |
| # sudo nano /etc/dphys-swapfile | |
| # | |
| # The default value in Raspbian is: | |
| # CONF_SWAPSIZE=100 | |
| # |