Skip to content

Instantly share code, notes, and snippets.

@esiegel
esiegel / CMY Image Printer Transcriptic Protocol
Created October 21, 2017 00:42
Transcriptic protocol that takes CMY food dyes, a url to an image, and prints that image on a 384 plate.
# placeholder for gist ordering
@esiegel
esiegel / EXAMPLE PROTOCOL
Last active October 21, 2017 00:08
Example Transcriptic Protocol
# GIST autogenerates a name, this is a placeholder just for github's gist.
@esiegel
esiegel / keybase.md
Created December 5, 2014 02:42
keybase.md

Keybase proof

I hereby claim:

  • I am esiegel on github.
  • I am esgl (https://keybase.io/esgl) on keybase.
  • I have a public key whose fingerprint is 293E 8D6E 8788 AD1A 92C6 04BE C70E 8128 D109 C230

To claim this, I am signing this object:

@esiegel
esiegel / paren_align.vim
Created July 15, 2013 18:38
Paren Alignment for @rodarmor
" Input:
" paren group numbers, usually should be 0, ie ((())) => 123321
" line start (optional)
" line end (optional)
"
" call AlignParens(0, 40, 50)
"
" or with a range
" %call AlignParens(0)
function! AlignParens(parenNum, ...)