Skip to content

Instantly share code, notes, and snippets.

View jumblies's full-sized avatar
🕸️
Focusing

jumblies

🕸️
Focusing
View GitHub Profile
{
"annotations": {
"list": [
{
"builtIn": 1,
"data ": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@jumblies
jumblies / XPath Cheat Sheet
Created August 19, 2022 08:39 — forked from jmaccabee/XPath Cheat Sheet
Common XPath tips and tricks
// 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
@jumblies
jumblies / gist:4cf107fc756b660957f8871268f7c762
Created July 6, 2023 08:13
Brother scantofile script mod to generate pdf from brscan-skey
#! /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
@jumblies
jumblies / scantofile.sh
Created July 8, 2023 18:54
20230708 Brother brscan-skey scantofile.sh script with renaming
#!/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