Pinned Loading
-
Convert signalling point code (SPC) ...
Convert signalling point code (SPC) between itu 3-8-3, ansi 8-8-8 and decimal 1#!/usr/bin/env bash
23# convert to/from ITU 3-8-3 or ANSI 8-8-8 to decimal signalling pointcode
45dec2itu() {
-
monty.py
monty.py PublicWIP: Automating the deploy of a simple python lambda function that returns lines from Monty Python's Spam sketch
Python
-
-
Bash implementation of OSC52, (on re...
Bash implementation of OSC52, (on remote machine) copy stdin or arg1/file to local system clipboard 1#!/usr/bin/env bash
23if [[ $# -eq 1 ]]; then
4b64=$(base64 -w 0 "$1") # copy arg1 into clipboard
5else
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.