Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"gold_medal_winners": [{"player": "Victoria Azarenka"}], "silver_medal_winners": [{"player": "Maria Kirilenko"}], "medal": "Bronze", "discipline": "Tennis", "event": "Women's Singles Bronze Medal Match"} | |
{"gold_medal_winners": [{"player": "Serena Williams"}], "silver_medal_winners": [{"player": "Maria Sharapova"}], "medal": "Gold", "discipline": "Tennis", "event": "Women's Singles Gold Medal Match"} | |
{"gold_medal_winners": [{"country": "France"}], "silver_medal_winners": [{"country": "Spain"}], "medal": "Bronze", "discipline": "Tennis", "event": "Men's Doubles Bronze Medal Match"} | |
{"gold_medal_winners": [{"country": "United States"}], "silver_medal_winners": [{"country": "France"}], "medal": "Gold", "discipline": "Tennis", "event": "Men's Doubles Gold Medal Match"} | |
{"gold_medal_winners": [{"player": "Juan Martin del Potro"}], "silver_medal_winners": [{"player": "Novak Djokovic"}], "medal": "Bronze", "discipline": "Tennis", "event": "Men's Singles Bronze Medal Match"} | |
{"gold_medal_winners": [{"country": "Unite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"gold_medal_winners": [{"player": "Victoria Azarenka", "country": "Belarus"}], "event": "Women's Singles Bronze Medal Match", "silver_medal_winners": [{"player": "Maria Kirilenko", "country": "Belarus"}], "discipline": "Tennis", "event_type": "Individuals Head to Head", "gender": "Women", "medal": "Bronze"} | |
{"gold_medal_winners": [{"player": "Serena Williams", "country": "United States of America"}], "event": "Women's Singles Gold Medal Match", "silver_medal_winners": [{"player": "Maria Sharapova", "country": "United States of America"}], "discipline": "Tennis", "event_type": "Individuals Head to Head", "gender": "Women", "medal": "Gold"} | |
{"gold_medal_winners": [{"country": "France"}], "event": "Men's Doubles Bronze Medal Match", "silver_medal_winners": [{"country": "Spain"}], "discipline": "Tennis", "event_type": "Couples Head to Head", "gender": "Men", "medal": "Bronze"} | |
{"gold_medal_winners": [{"country": "United States"}], "event": "Men's Doubles Gold Medal Match", "silver_medal_winners": [{"country": "F |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"silver_medal_winners": [ | |
{ | |
"country": "Russia", | |
"player": [ | |
"Maria Kirilenko" | |
] | |
} | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"gender": "Women", | |
"losers": [ | |
{ | |
"player": [ | |
"Maria Kirilenko" | |
], | |
"country": "Russia" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys, random, itertools | |
N = 100000 | |
keys = ["a", "b", "c"] | |
print("Creating {} random objects with keys {}".format(N, keys)) | |
objects = [{k:random.randint(1,10) for k in keys} for _ in range(N)] | |
print(sys.getsizeof(objects) / 1024, "kilobytes") | |
print() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{gender} sculls doubles {discipline} light weight | |
{gender} singles sculls {discipline} | |
{discipline} {gender} rifle prone {number} {unit} | |
high jump {discipline} | |
hurdles {discipline} {gender} | |
sculls lightweight {gender} {discipline} doubles | |
lightweight sculls {gender} {discipline} | |
doubles sculls light {gender} {discipline} | |
{discipline} {gender} light heavy | |
sculls {gender} doubles {discipline} light weight |