sed
Handy one-liners forMar. 23, 2001 - version 5.1 - compiled by Eric Pement pemente@northpark.edu
Latest version of this file is usually at:
-
This file is also available in Portuguese at:
// | |
// FakeKeyEvents.swift | |
// CutBox | |
// | |
// Created by Jason Milkins on 26/3/18. | |
// Copyright © 2019-2020 ocodo. All rights reserved. | |
// | |
import Foundation | |
import Carbon |
Mar. 23, 2001 - version 5.1 - compiled by Eric Pement pemente@northpark.edu
Latest version of this file is usually at:
This file is also available in Portuguese at:
;;; ibm-box-drawing-hydra --- draw DOS style boxes with a hydra | |
;;; Commentary: | |
;; Use M-x load-library ibm-box-drawing-hydra (after placing this file in the Emacs lisp load-path) | |
;; Draw box with IBM single line box characters. - activate with C-x d | |
;; | |
;; Press Esc to exit. | |
;; | |
;; Essentially treats the left hand on a QWERTY layout |
Copy the folder ./elixir_mix/
to ~/.oh-my-zsh/custom/plugins/
and add _elixir_mix
to your .zshrc
plugins list. e.g.
Example:
plugins=(
autojump
git
Pad Fixer.syx
file can be sent to a Behringer Motör 49 (and perhaps to other size models too?)
It will set the 8 drum pads to be lined up with C1 .. D#2
Use a SysEx librarian e.g. https://www.snoize.com/SysExLibrarian/docs.html on Mac.
.,-:;//;:=, | |
. :H@@@MM@M#H/.,+%;, | |
,/X+ +M@@M@MM%=,-%HMMM@X/, | |
-+@MM; $M@@MH+-,;XMMMM@MMMM@+- | |
;@M@@M- XM@X;. -+XXXXXHHH@M@M#@/. | |
,%MM@@MH ,@%= .---=-=:=,. | |
=@#@@@MX., -%HX$$%%%:; | |
=-./@M@M$ .;@MMMM@MM: | |
X@/ -$MM/ . +MM@@@M$ | |
,@M@H: :@: . =X#@@@@- |
;;; Filename: name-theme.el | |
(deftheme name | |
"DOCSTRING") | |
;; Not a bad idea to define a palette... | |
(let ( | |
(color-1 "#ffffff") | |
(color-2 "#ff0000") | |
(color-3 "#00ff00") | |
(color-4 "#0000ff")) |
(require 'dash) | |
(defvar magit-duet--default-commit-popup-actions nil | |
"Store the magit-commit-popup here for | |
de-initializing. magit-duet-commit") | |
(defun magit-duet-commit (&optional args) | |
"Create a new duet commit" | |
(interactive (if current-prefix-arg | |
(list (cons "--amend" (magit-commit-arguments))) |