Skip to content

Instantly share code, notes, and snippets.

@rbotzer
Created October 31, 2019 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbotzer/99864d376ae00303a8e93e214ed8d2c2 to your computer and use it in GitHub Desktop.
Save rbotzer/99864d376ae00303a8e93e214ed8d2c2 to your computer and use it in GitHub Desktop.
High scores data structure
key = (namespace, set, "pacman")
scores = {
"CPU": [9800, {"dt": "2017-12-05 01:01:11", "ts": 1512435671573}],
"ETC": [9200, {"dt": "2018-05-01 13:47:26", "ts": 1525182446891}],
"SOS": [24700, {"dt": "2018-01-05 01:01:11", "ts": 1515114071923}],
"ACE": [34500, {"dt": "1979-04-01 09:46:28", "ts": 291807988156}],
"EIR": [18400, {"dt": "2018-03-18 18:44:12", "ts": 1521398652483}],
"CFO": [17400, {"dt": "2017-11-19 15:22:38", "ts": 1511104958197}],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment