2015 Kirkland Tennis Challenger – Doubles
The top seeds Stéphanie Foretz and Mandy Minella won the inaugural title, defeating the Dutch-pair Lesley Kerkhove and Arantxa Rus in the final, 6–4, 4–6, [10–4].
Doubles | |
---|---|
2015 Kirkland Tennis Challenger | |
Champions | |
Runners-up | |
Final score | 6–4, 4–6, [10–4] |
This was a new event in the ITF Women's Circuit.
Seeds
Stéphanie Foretz / Mandy Minella (Champions) Paula Cristina Gonçalves / Sanaz Marand (Quarterfinals) Sharon Fichman / Taylor Townsend (First round) Antonia Lottner / Despina Papamichail (Semifinals)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
First round | Quarterfinals | Semifinals | Final | ||||||||||||||||||||||||
1 | 6 | 6 | |||||||||||||||||||||||||
1 | 4 | 1 | 6 | 1 | [14] | ||||||||||||||||||||||
6 | 2 | [12] | 4 | 6 | [12] | ||||||||||||||||||||||
2 | 6 | [10] | 1 | 6 | 77 | ||||||||||||||||||||||
4 | 6 | 3 | [10] | 4 | 4 | 64 | |||||||||||||||||||||
1 | 6 | [6] | 4 | 6 | 6 | ||||||||||||||||||||||
0 | 2 | ||||||||||||||||||||||||||
w/o | 1 | 6 | 4 | [10] | |||||||||||||||||||||||
5 | 6 | [3] | 4 | 6 | [4] | ||||||||||||||||||||||
7 | 4 | [10] | 4 | 6 | [10] | ||||||||||||||||||||||
6 | 6 | 6 | 1 | [6] | |||||||||||||||||||||||
3 | 4 | 4 | 2 | 1 | |||||||||||||||||||||||
2 | 2 | 6 | 6 | ||||||||||||||||||||||||
6 | 6 | 77 | 77 | ||||||||||||||||||||||||
2 | 4 | 2 | 65 | 64 | |||||||||||||||||||||||
2 | 6 | 6 |
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.