Skip to content

Instantly share code, notes, and snippets.

View jodal's full-sized avatar

Stein Magnus Jodal jodal

View GitHub Profile
@jodal
jodal / upgrade-checklist.md
Last active September 18, 2020 09:36
Mopidy extension upgrade checklist

Mopidy extension upgrade checklist

Preparations

  • Check if on latest master
  • Create a branch: git checkout -b python3

Project setup

setup.cfg

Keybase proof

I hereby claim:

  • I am jodal on github.
  • I am jodal (https://keybase.io/jodal) on keybase.
  • I have a public key whose fingerprint is 3012 9ED0 1430 7138 35CC B5E8 BC12 56AA 6AA6 EC5E

To claim this, I am signing this object:

@jodal
jodal / amp.py
Created November 4, 2013 19:33
A Python DSL and command line util for controlling the subset of functionality I use on my NAD C355BEE analog stereo amp through its RS232 connection
#!/usr/bin/python
import serial
import sys
class Amp(object):
def __init__(self):
self._port = serial.Serial(