Skip to content

Instantly share code, notes, and snippets.

View mendelevium's full-sized avatar

Martin Dionne mendelevium

View GitHub Profile
@mendelevium
mendelevium / 0-startup-overview.md
Created April 14, 2021 01:59 — forked from dideler/0-startup-overview.md
Startup Engineering notes

Keybase proof

I hereby claim:

  • I am mendelevium on github.
  • I am martindionne (https://keybase.io/martindionne) on keybase.
  • I have a public key whose fingerprint is 3C75 09BF 9E21 11D4 070C 325C 7B5D 35C5 452F 2ADD

To claim this, I am signing this object:

@mendelevium
mendelevium / r_tricks.r
Last active August 29, 2015 14:14 — forked from ctokheim/r_tricks.r
# Run r script
Rscript myscript.R # from command line
source('myscript.R') # within R
### Use getopt to parse arguments!!!
library('getopt')
# set up command line arguments
# 0: no argument
# 1: required argument