I hereby claim:
- I am mattheath on github.
- I am mattheath (https://keybase.io/mattheath) on keybase.
- I have a public key whose fingerprint is 2237 D694 B37F E5BB 14A1 B9BE 4F77 D646 8493 628B
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .node { | |
| font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| } | |
| .link { | |
| stroke: steelblue; |
| Verifying that +mattheath is my openname (Bitcoin username). https://onename.com/mattheath |
I hereby claim:
To claim this, I am signing this object:
| -- Modified theme from Molokai | |
| -- Store in your Highlight themes directory, eg. | |
| -- {$HOMEBREW_ROOT}/Cellar/highlight/3.14/share/highlight/themes/monokai.theme | |
| Description = "Monokai" | |
| Default = { Colour="#F8F8F2" } | |
| Canvas = { Colour="#272822" } | |
| Number = { Colour="#AF7DFF" } | |
| Escape = { Colour="#66D9EF" , Italic=true} |
| -- Language definition generated by lang2to3 | |
| -- Modified version of Go definition located somewhere like: | |
| -- {$HOMEBREW_ROOT}/Cellar/highlight/3.14/share/highlight/langDefs/go.lang | |
| Description="Go" | |
| Keywords={ | |
| { Id=1, | |
| List={"break", "default", "func", "interface", "select", "case", "defer", "go", "map", "struct", "chan", "else", "goto", "package", "switch", "const", "fallthrough", "if", "range", "type", "continue", "for", "import", "return", "var"}, | |
| }, |
| { | |
| "name": "ProtoBuf", | |
| "scopeName": "source.proto", | |
| "fileTypes": ["proto"], | |
| "foldingStartMarker": "{", | |
| "foldingStopMarker": "}", | |
| "patterns": [ | |
| { "match": "\\s+[0-9]*", | |
| "name": "constant.numeric.proto", | |
| "comment": "Field numbers" |
| require "github_api" | |
| user = '' | |
| token = '' | |
| github = Github.new oauth_token: token | |
| coderwall_orgs = [] | |
| github.orgs.list.each do |org| | |
| coderwall_orgs << org.login if org.login =~ /^coderwall/ |
| #!/bin/sh | |
| # Just copy and paste the lines below (all at once, it won't work line by line!) | |
| # MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY! | |
| function abort { | |
| echo "$1" | |
| exit 1 | |
| } | |
| set -e |
| ; | |
| ; AutoHotkey Version: 1.x | |
| ; Language: English | |
| ; Platform: Win9x/NT | |
| ; Author: Matt Heath <[email protected]> | |
| ; | |
| ; Script Function: | |
| ; Remaps keys when using an Apple Keyboard with a Windows PC | |
| ; |