Skip to content

Instantly share code, notes, and snippets.

BEGIN MESSAGE.
sq7lcutB8igdlQp WyRsLuumc6ztQYn OPtddSYWlvvFp0J RyUycSL8Bldz2li
c969NWf09dFwqoi zYQOOBV4LY5TCKq 6Xr2MZHgg4XLoAo kHjKVxdt6IlH57k
Jp8MvcGjcQfJzT8 l2GUjm9nbFP9VoE v2DBOTbl0Em86fQ n2yMQnLRbKFaE5N
LtD75RBvKqfJcH8 419NvcgELh0lhET m3lcz0Qz5Z.
END MESSAGE.
@miquella
miquella / another_file.rst
Last active April 14, 2020 18:51
Testing reStructuredText

This is Another File

This is some content in another file.

@miquella
miquella / keybase.md
Created April 3, 2015 20:41
keybase.md

Keybase proof

I hereby claim:

  • I am miquella on github.
  • I am miquella (https://keybase.io/miquella) on keybase.
  • I have a public key whose fingerprint is BB2F 31B6 ED3D 40D9 475A 5817 F9B4 E548 6F9B 4A5E

To claim this, I am signing this object:

@miquella
miquella / json.go
Last active August 29, 2015 13:58
JSON Formatter
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"strings"
"text/template"
)