2008 Pattaya Women's Open – Singles
Sybille Bammer was the defending champion, but chose not to participate that year.
Singles | |
---|---|
2008 Pattaya Women's Open | |
Champion | |
Runner-up | |
Final score | 6–2, 1–6, 7–6(4) |
Agnieszka Radwańska won in the final 6–2, 1–6, 7–6(4), against Jill Craybas.
Seeds
Agnieszka Radwańska (Champion) Casey Dellacqua (Second Round) Sania Mirza (withdrew due to a left adductor magnus strain) Yung-jan Chan (Quarterfinals) Angelique Kerber (Second Round) Yaroslava Shvedova (First Round) Jill Craybas (Final) Anastasia Rodionova (First Round) Tzipora Obziler (Second Round)
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
Finals
Semifinals | Final | ||||||||||||
1 | 6 | 6 | |||||||||||
1 | 1 | ||||||||||||
1 | 6 | 1 | 7 | ||||||||||
7 | 2 | 6 | 64 | ||||||||||
4 | 0 | ||||||||||||
7 | 6 | 6 | |||||||||||
Top Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
1 | 7 | 7 | |||||||||||||||||||||||||
5 | 65 | 1 | 6 | 6 | |||||||||||||||||||||||
7 | 6 | 2 | 2 | ||||||||||||||||||||||||
Q | 64 | 1 | 1 | 6 | 6 | ||||||||||||||||||||||
2 | 3 | 2 | 3 | ||||||||||||||||||||||||
6 | 6 | 6 | 4 | 4 | |||||||||||||||||||||||
6 | 6 | 4 | 6 | 6 | |||||||||||||||||||||||
8 | 2 | 1 | 1 | 6 | 6 | ||||||||||||||||||||||
5 | 6 | 7 | 1 | 1 | |||||||||||||||||||||||
3 | 5 | 5 | 2 | 1 | |||||||||||||||||||||||
WC | 0 | 1 | Q | 6 | 6 | ||||||||||||||||||||||
Q | 6 | 6 | Q | 6 | 66 | 3 | |||||||||||||||||||||
LL | 1 | 4 | 4 | 7 | 6 | ||||||||||||||||||||||
LL | 6 | 6 | LL | 4 | 4 | ||||||||||||||||||||||
3 | 7 | 6 | 6 | 6 | |||||||||||||||||||||||
6 | 6 | 64 | 3 |
Bottom Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
9 | 6 | 6 | |||||||||||||||||||||||||
WC | 1 | 2 | 9 | 4 | 2 | ||||||||||||||||||||||
3 | 2 | 6 | 6 | ||||||||||||||||||||||||
6 | 6 | 6 | 7 | ||||||||||||||||||||||||
7 | 6 | 4 | 1 | 65 | |||||||||||||||||||||||
5 | 2 | 4 | 2 | ||||||||||||||||||||||||
Q | 4 | 2 | 4 | 6 | 6 | ||||||||||||||||||||||
4 | 6 | 6 | 4 | 0 | |||||||||||||||||||||||
7 | 6 | 6 | 7 | 6 | 6 | ||||||||||||||||||||||
1 | 1 | 7 | 2 | 6 | 6 | ||||||||||||||||||||||
3 | 1 | 6 | 1 | 3 | |||||||||||||||||||||||
6 | 6 | 7 | 6 | 6 | |||||||||||||||||||||||
WC | 61 | 2 | 4 | 4 | |||||||||||||||||||||||
7 | 6 | 7 | 2 | 6 | |||||||||||||||||||||||
Q | 2 | 3 | 2 | 5 | 6 | 2 | |||||||||||||||||||||
2 | 6 | 6 |
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.
gollark: No `ModuleFactoryBuilderStrategyImpls`.
gollark: Wait, this is wrong, is this even valid Java?
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.