Skip to content

Instantly share code, notes, and snippets.

View orther's full-sized avatar
🏠
Working from home

Brandon Orther orther

🏠
Working from home
View GitHub Profile
@orther
orther / Build Emacs 27 nsxwidget Patch on OSX.md
Last active February 27, 2019 16:42
Build Emacs 27 with XWidget Patch on OS X
@orther
orther / org-protocols.js
Created June 22, 2018 08:55 — forked from AloisJanicek/org-protocols.js
all-in-one org-protocols user script for Chrome based browsers
// ==UserScript==
// @name org-protocols
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Send links or/and selected content into your Emacs via various protocols
// @match *://*/*
// @grant none
// ==/UserScript==
(function() {
@orther
orther / SketchSystems.spec
Last active July 8, 2018 01:43
Plan Application*
Plan Application*
Set PlanApp Submitted -> Change Request - Open
Set PlanApp Complete -> Change Request - None
Set PlanApp Withdrawn -> Change Request - Applied
Set PlanApp Non-Compliance -> Change Request - None
PlanApp Submitted: [test]
PlanApp Complete
@orther
orther / edgemax-ad-blocker-dnsmasq.md
Created December 27, 2018 03:30 — forked from martinsohn/edgemax-ad-blocker-dnsmasq.md
HOWTO Ubiquity EdgeMAX Ad & Malware Blocking Content Filtering using EdgeRouter as dnsmasq server

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@orther
orther / machine.js
Created October 10, 2019 20:24
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@orther
orther / machine.js
Created April 25, 2020 21:57
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@orther
orther / 00-intro.md
Created August 19, 2020 21:16 — forked from mdo/00-intro.md
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@orther
orther / machine.js
Created November 11, 2020 19:16
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@orther
orther / machine.js
Created November 13, 2020 03:53
Generated by XState Viz: https://xstate.js.org/viz
const video = Machine({
id: 'video',
initial: 'disconnected',
context: {
sessionId: null,
session: null,
publisher: null,
streams: null,
token: null
},