SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"
All pages below content path
SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"
All pages below content path
// ==UserScript== | |
// @author Andy Signer | |
// @name Simple Proles Reporting View | |
// @namespace https://gist.github.com/asigner | |
// @description Uncluttered Proles reporting view. Simplifies daily reporting by removing unused activities. | |
// @include https://www.app2.proles.ch/leistung/stundenerf.asp* | |
// @version 0.0.1 | |
// @grant none | |
// ==/UserScript== |
Firmware-compatible Bluray/SACD player. See threads below:
AutoScript files. These will root the player and allow raw read access over a network.
#!/usr/bin/env bash | |
set -e | |
set -x | |
brew install signal-cli || brew upgrade signal-cli | |
SIGNAL_LIBEXEC_LIBDIR="`brew --prefix signal-cli`/libexec/lib" | |
# zkgroup-java*.jar --- remove the linux x86_64 bundled lib |