This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am Jonovono on github. | |
* I am Jordan (https://keybase.io/Jordan) on keybase. | |
* I have a public key whose fingerprint is 97DC 9F0E 114D 83B6 5744 3A5C 9EFD 7F67 51B7 EA67 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from multiprocessing import Process, Queue | |
import time | |
import cv2 | |
# Upper limit | |
_Servo1UL = 250 | |
_Servo0UL = 230 | |
# Lower Limit | |
_Servo1LL = 75 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var und = require("underscore"); | |
var parsedFile = require("./file.json"); | |
var tree = parsedFile.tree | |
files = []; | |
function parseFolder(name, path, type) { | |
var paths = und.map(tree, function(item) {return {path: item.path, | |
type: item.type}}); | |
setupRoot(paths); | |
NewerOlder