Skip to content

Instantly share code, notes, and snippets.

@mterhar
mterhar / Powerbottom.kbd.json
Last active January 28, 2019 03:01
Powerbottom
[
{
"name": "Powerbottom",
"author": "Mike Terhar"
},
[
{
"c": "#19a638",
"t": "#000000\n\n\n\n#000000\n\n\n\n\n#076f91",
"fa": [
@TrillCyborg
TrillCyborg / mastodon-docker-setup.md
Last active July 23, 2025 11:08
Mastodon Docker Setup

Mastodon Docker Setup

Setting up

Clone Mastodon's repository.

# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live

cd ~/live

@mterhar
mterhar / MJT-HHKB.kbd.json
Last active August 23, 2017 20:18
MJT HHKB
[
{
"name": "MJT HHKB"
},
[
{
"c": "#CCCCCC",
"t": "#000000\n\n\n#6b7bff\n\n\n\n\n\n#c74848",
"p": "DCS R1",
"fa": [
[
{
"name": "MJT Minivan - NumSym"
},
[
{
"c": "#009421",
"a": 0,
"f": 4,
"fa": [
@mterhar
mterhar / ZooKeyNi16.kbd.json
Last active April 8, 2017 21:12
ZooKeyNi16
[
{
"name": "ZooKeyNi16"
},
[
{
"a": 7
},
"Tab",
"Q",
@amstanley
amstanley / gist:9da7febc9a3e3c2228ee
Last active May 4, 2023 11:34
How to install openALPR on a Raspberry Pi a/o 20160214
#!/bin/bash
# STATUS A/O 2016 02 14: tested, works
# based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ ,
# http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages.
# there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced.
#This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that)
# discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them
# thanks to Timis for tips and hints...