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 / 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

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 / 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
@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 / 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 / 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 / 0_all_webkit.patch
Created April 25, 2018 02:28 — forked from fuxialexander/0_all_webkit.patch
One-stop patch for Emacs NS-port xwidget (by @veshboo)
From 844e9efeac1371b9dfbd0ee73d62129d251577a1 Mon Sep 17 00:00:00 2001
From: Jaesup Kwak <veshboo@gmail.com>
Date: Mon, 4 Dec 2017 21:23:19 +0900
Subject: [PATCH] Support xwidget webkit for macOS X
Add xwidget webkit support for macOS X / NS Cocoa and accompanying
changes.
Squash changes for comments from Alan Third in Bug#29565.
@orther
orther / gpg-offline-master.md
Created March 25, 2018 04:24 — forked from abeluck/gpg-offline-master.md
GPG Offline Master Key w/ smartcard
import R from 'ramda';
import RA from 'ramda-adjunct';
const isNonEmptyString = R.both(RA.isString, RA.isNotEmpty);
const hasDriverDetail = R.compose(
R.any(isNonEmptyString),
R.props([
'customDriverPhone',
'customDriverName',
@orther
orther / install-emacs-with-vfork-path-on-macos.sh
Created June 12, 2017 13:30
Easy install macOS Emacs 25.2 w/ vfork patch
brew tap d12frosted/emacs-plus
brew install emacs-plus --without-spacemacs-icon