Skip to content

Instantly share code, notes, and snippets.

View dugdun's full-sized avatar

Douglas Duncan dugdun

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dugdun on github.
  • I am dugdun (https://keybase.io/dugdun) on keybase.
  • I have a public key ASCX2_hWOiWN3XRtiPnniHuaMMJTHI1FEu61InyGFzTVlgo

To claim this, I am signing this object:

// simulation.js
db.pbp_2015_simulations.drop()
for (var i = 0; i < 1000; i++) {
match = {"$match":
{
"OffenseTeam": "DEN",
"PlayType": {"$in": ["PASS", "RUSH", "SCRAMBLE"]},
"IsNoPlay": 0
}