Skip to content

Instantly share code, notes, and snippets.

View robot-head's full-sized avatar

Matthew Stone robot-head

View GitHub Profile

Keybase proof

I hereby claim:

  • I am robot-head on github.
  • I am matthewstone (https://keybase.io/matthewstone) on keybase.
  • I have a public key whose fingerprint is 4DFC 919E 35E3 DB32 4D6B 505C 92C9 8B52 7601 5A06

To claim this, I am signing this object:

@robot-head
robot-head / cloudSettings
Last active September 6, 2018 11:58
mds-vscode
{"lastUpload":"2018-09-06T11:57:51.825Z","extensionVersion":"v3.0.0"}
@robot-head
robot-head / rust.snippets
Last active June 20, 2018 23:47
[Rust Snippets] Rust programming lang #rust
#################
# Rust Snippets #
#################
# Functions
snippet fn "Function definition"
fn ${1:function_name}(${2})${3} {
${0}
}
snippet pfn "Function definition"