Skip to content

Instantly share code, notes, and snippets.

@jmaroeder
jmaroeder / README.md
Last active October 3, 2025 16:05 — forked from Opa-/bitwarden.fish
How to use Bitwarden CLI with macOS Touch ID (Fish)

Bitwarden Fish Helper

Installation

1. Configure Touch ID for the sudo command

(instructions from mietzen)

NOTE: you may need to perform these steps every time you upgrade macOS.

To allow Touch ID on your Mac to authenticate you for sudo access instead of a password you need to do the following.

@jmaroeder
jmaroeder / link_multiple_devices.yaml
Last active October 2, 2025 21:13 — forked from dbrand666/link_multiple_devices.yaml
Select multiple entities to link their on/off state. If any selected entity is turned on or off, the other selected entities will be sent a matching on or off command.

Keybase proof

I hereby claim:

  • I am jmaroeder on github.
  • I am jmaroeder (https://keybase.io/jmaroeder) on keybase.
  • I have a public key ASD7tP6H_8A8QdOx9rYOgze8Y2kh0K4-YzsTLqImXh4g2wo

To claim this, I am signing this object:

@jmaroeder
jmaroeder / Dockerfile
Last active June 14, 2018 20:30
Socket closed error in celery worker
FROM alpine
RUN apk add --no-cache build-base python3 python3-dev
RUN pip3 install celery eventlet
CMD celery -b amqp://rabbitmq worker -P eventlet --loglevel=DEBUG
var spamCount = 0;
var badMonkeys = [
/\[Robin Autovoter/,
/\[Robin-Grow/,
/༼ つ ◕_◕ ༽つ/,
/Mins remaining/,
/go౦ԁ pAsta/,
/4cxkw7/,
/4cwk2s/,
@jmaroeder
jmaroeder / white_rect_finder.py
Created May 4, 2014 01:52
white_rect_finder
import cv2
import numpy as np
from math import *
from operator import add
import glob
# basis: http://opencv-code.com/tutorials/automatic-perspective-correction-for-quadrilateral-objects/
import cv2
import numpy as np
from math import *
from operator import add
# basis: http://opencv-code.com/tutorials/automatic-perspective-correction-for-quadrilateral-objects/
orig_imgs = ['test_imgs/01-IMG_0491.jpg',
'test_imgs/02-IMG_0492.jpg',
'test_imgs/03-IMG_0493.jpg',
@jmaroeder
jmaroeder / brew doctor
Created March 12, 2014 22:54
opencv failed to build on 10.9.2
$ brew doctor
Your system is ready to brew.