User
{
"name": "John Doe",
"layouts":
{ "layout-abc": {
"name": "Layout ABC", "active": true }
},
{ "layout-efg": {
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 |
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 |
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: |
var tabCount = 0; | |
function myFocusFunction() { | |
tabCount++; | |
console.log("tab #:", tabCount); | |
} | |
var x = document.getElementsByTagName('body'); | |
x[0].addEventListener("focus", myFocusFunction, true); |
{
"name": "John Doe",
"layouts":
{ "layout-abc": {
"name": "Layout ABC", "active": true }
},
{ "layout-efg": {
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:
To claim this, I am signing this object:
@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; | |
} |
/******************************/ | |
/* Bluegrass Event Bus PubSub */ | |
/* from https://davidwalsh.name/pubsub-javascript */ | |
/******************************/ | |
var BGEventBus = (function(){ | |
var topics = {}; | |
var hOP = topics.hasOwnProperty; | |
return { | |
subscribe: function(topic, listener) { |
// 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 |