Skip to content

Instantly share code, notes, and snippets.

@tcaddy
tcaddy / Gemfile
Created January 9, 2024 23:50
getport.io Webhook validation in Ruby
source "https://rubygems.org"
gem "functions_framework", "~> 1.4"
@tcaddy
tcaddy / bluetoothctl.py
Created July 2, 2024 01:00 — forked from castis/bluetoothctl.py
Bluetoothctl wrapper in Python
# Based on ReachView code from Egor Fedorov ([email protected])
# Updated for Python 3.6.8 on a Raspberry Pi
import time
import pexpect
import subprocess
import sys
import logging
@tcaddy
tcaddy / README.md
Last active September 9, 2024 14:40
Golang text/template for parsing a redis database URL

Golang text/template for parsing Redis database URL

This is backup docs for this Go Template Playground setup: here

The idea is that we want to use External Secrets Operator to parse a secret that happens to be a Redis dat