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
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"data ": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |
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
// XPath CheatSheet | |
// To test XPath in your Chrome Debugger: $x('/html/body') | |
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/ | |
// Credit to the original author: https://gist.github.com/LeCoupa/8c305ec8c713aad07b14 | |
// 0. XPath Examples. | |
// More: http://xpath.alephzarro.com/content/cheatsheet.html | |
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
#! /bin/sh | |
# | |
# $1 = scanner device | |
# $2 = friendly name | |
# 100,200,300,400,600 | |
# 200 is a little more than half the size but still readable. | |
resolution=300 | |
device=$1 | |
device='brother4:net1;dev0' | |
#BASE= /home/glamke/brscan |
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
#!/bin/sh | |
# | |
# $1 = scanner device | |
# $2 = friendly name | |
# 100,200,300,400,600 | |
# 200 is a little more than half the size but still readable. | |
resolution=300 | |
device=$1 | |
device='brother4:net1;dev0' | |
#BASE= /home/glamke/brscan |
OlderNewer