I hereby claim:
- I am thijstriemstra on github.
- I am thijstriemstra (https://keybase.io/thijstriemstra) on keybase.
- I have a public key whose fingerprint is 8C40 DF98 F750 A753 7AAF 5512 0516 CC19 A81B A379
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>wavesurfer.js</title> | |
| <link href="data:image/gif;" rel="icon" type="image/x-icon" /> | |
| <!-- Bootstrap --> | |
| <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet"> |
| diff --git a/txgsm/protocol.py b/txgsm/protocol.py | |
| index 6c1ac70..7071d36 100644 | |
| --- a/txgsm/protocol.py | |
| +++ b/txgsm/protocol.py | |
| @@ -111,8 +111,191 @@ class TxGSMProtocol(LineReceiver): | |
| """ | |
| d = Deferred() | |
| d.addCallback(self.next('ATE0')) | |
| - d.addCallback(self.next('AT+CIMI')) | |
| + |
| Verifying that +thijstriemstra is my blockchain ID. https://onename.com/thijstriemstra |
| #!/bin/bash | |
| export OLD_VERSION=5.9.2 | |
| export NEW_VERSION=5.10.8 | |
| # check if language files exist | |
| wget --delete-after https://vjs.zencdn.net/$NEW_VERSION/lang/nl.js | |
| # update videojs in examples and documentation | |
| find examples/ -type f -name '*.html' -exec sed -i '' -e "s/$OLD_VERSION/$NEW_VERSION/" {} \; |
| < # Automatically generated make config: don't edit | |
| < # crosstool-NG 1.15.2 Configuration | |
| < # Tue Aug 7 15:36:12 2012 | |
| --- | |
| > # Automatically generated file; DO NOT EDIT. | |
| > # Crosstool-NG Configuration | |
| 5a5 | |
| > CT_CONFIGURE_has_make381=y | |
| 7d6 | |
| < CT_CONFIGURE_has_svn=y |
| #!/bin/bash | |
| set -e | |
| set -o pipefail | |
| source ../../settings.sh | |
| export PATH=$PATH:$COMPILER_ROOT | |
| export CC="${PLAT}gcc -pthread" | |
| export AR="${PLAT}ar rcsv" | |
| echo `${PLAT}gcc --version` |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| PyQt example for seven segment displays. | |
| """ | |
| import sys | |
| import time | |
| from PyQt5 import QtWidgets |
| import sys | |
| import time | |
| import asyncio | |
| from PyQt5.QtWidgets import (QApplication, QProgressBar, QMainWindow, QSlider, | |
| QVBoxLayout, QWidget) | |
| from quamash import QEventLoop, QThreadExecutor | |
| import max7219.led as led |
This describes how to use a potentiometer with a MCP3008 chip.
Potentiometer from Ebay: http://www.ebay.com/itm/10PCS-6mm-3pin-Knurled-Shaft-Single-Linear-B-Type-B10K-ohm-Rotary-Potentiometer-/222445944546
MCP3008 from Adafruit: https://www.adafruit.com/products/856