{
"name": "John Doe",
"layouts":
{ "layout-abc": {
"name": "Layout ABC", "active": true }
},
{ "layout-efg": {
This file contains 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
docker run -tid \ | |
--restart unless-stopped \ | |
--name dbpedia-spotlight.en \ | |
--mount source=spotlight-models,target=/opt/spotlight \ | |
-p 2222:80 \ | |
dbpedia/dbpedia-spotlight \ | |
spotlight.sh en |
This file contains 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
ffmpeg -i funtime.mp4 -f srt -i funtime.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng funtime_w_captions.mp4 |
This file contains 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
import flickrapi | |
import urllib.request | |
import os.path | |
import json | |
# Make it work for Python 2+3 and with Unicode | |
import io | |
try: | |
to_unicode = unicode | |
except NameError: |
This file contains 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 tabCount = 0; | |
function myFocusFunction() { | |
tabCount++; | |
console.log("tab #:", tabCount); | |
} | |
var x = document.getElementsByTagName('body'); | |
x[0].addEventListener("focus", myFocusFunction, true); |
Button (row/col) | ENCODING | CODE |
---|---|---|
STOP (1/1) | NEC | 0xFCFE8000 |
Posterior Wash (1/2) | NEC | 0xFCFE4008 |
F Wash (1/3) | NEC | 0xFCFEC0C0 |
Dry wash area (1/4) | NEC | 0xFCFE2040 |
Vortex wash ? (2/1) | NEC | 0xFCFEA0D0 |
Retract/Nozzle shower (2/2) | NEC | stopped: FCFEE000 |
Oscillate during posterior wash(2/2) | NEC | 0xFCFEE008 |
I hereby claim:
- I am johnschimmel on github.
- I am base2john (https://keybase.io/base2john) on keybase.
- I have a public key whose fingerprint is 3C39 B6B4 9AA2 A91C 883D 2C23 9139 1BB2 3AD2 67D3
To claim this, I am signing this object:
This file contains 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
@base: #109026; | |
#header .top-header .header-logo:hover { | |
color: @base; | |
} | |
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover { | |
color: @base; | |
} |
This file contains 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
/******************************/ | |
/* Bluegrass Event Bus PubSub */ | |
/* from https://davidwalsh.name/pubsub-javascript */ | |
/******************************/ | |
var BGEventBus = (function(){ | |
var topics = {}; | |
var hOP = topics.hasOwnProperty; | |
return { | |
subscribe: function(topic, listener) { |
This file contains 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
// be sure to update manifest to allow external connections, | |
// https://developer.chrome.com/extensions/messaging#external-webpage | |
/* | |
"externally_connectable" : { | |
"matches": ["*://diyability-capacita.appspot.com/*"] | |
} | |
*/ | |
// Listen for incoming long lasting PORT connection from Webpage or extension |
NewerOlder