2000 Asian Athletics Championships – Women's hammer throw

Results

RankNameNationality#1#2#3#4#5#6ResultNotes
Li Xiaoxue China56.0958.8856.8758.0859.0258.4159.02
Yuka Murofushi Japan56.0556.5958.6458.07xx58.64
Masumi Aya Japan55.97x55.3055.6654.15x55.97
4Jebeshori Devi India55.68
5Hardeep Kaur India54.77
6Wong Shu-Chuan Chinese Taipei52.22
7Jang Bok-Shim South Korea51.68NR
8Yurita Ariani Arsyad Indonesia44.59
9Nia Meilani Indonesia43.17
10Siti Shahidah Abdullah Malaysia42.38
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.

References

  1. Results Archived March 14, 2014, at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.