Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
{"vehicles": {"uber": [{"sum": {"passengersAssigned": 21624, "groupsAssigned": 16559, "groups": 50099, "passengers": 64136}, "stateCount": {"drivingUnoccupied": 0, "holdingUnoccupied": 16559, "holdingOccupied": 50043, "idle": 55, "drivingOccupied": 56}, "sumSquared": {"passengersAssigned": 134790, "groupsAssigned": 149985, "groups": 183525, "passengers": 141414}}, {"sum": {"passengersAssigned": 21597, "groupsAssigned": 17589, "groups": 49016, "passengers": 62126}, "stateCount": {"drivingUnoccupied": 0, "holdingUnoccupied": 17589, "holdingOccupied": 48962, "idle": 54, "drivingOccupied": 54}, "sumSquared": {"passengersAssigned": 140363, "groupsAssigned": 150907, "groups": 182334, "passengers": 149096}}, {"sum": {"passengersAssigned": 22636, "groupsAssigned": 16696, "groups": 49976, "passengers": 69155}, "stateCount": {"drivingUnoccupied": 0, "holdingUnoccupied": 16696, "holdingOccupied": 49922, "idle": 54, "drivingOccupied": 54}, "sumSquared": {"passengersAssigned": 136972, "groupsAssigned": 150148, "groups": 1

Keybase proof

I hereby claim:

  • I am philipithomas on github.
  • I am philipithomas (https://keybase.io/philipithomas) on keybase.
  • I have a public key whose fingerprint is 2742 E1F6 F4F3 38D4 C541 73EC FE01 51EC 38D8 9319

To claim this, I am signing this object:

@philipithomas
philipithomas / hack.sh
Last active August 29, 2015 14:02 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#