2011 BCR Open Romania Ladies
The 2011 BCR Open Romania Ladies was a professional tennis tournament played on outdoor clay courts. It was the 5th edition of the tournament which was part of the 2011 ITF Women's Circuit. It took place in Bucharest, Romania between July 18 and July 23, 2011.[2][3]
2011 BCR Open Romania Ladies | |
---|---|
Date | July 18 – July 23 |
Edition | 5th |
Location | Bucharest, Romania |
Champions | |
Singles | |
Doubles | |
Singles entrants
Seeds
Country | Player | Rank1 | Seed |
---|---|---|---|
Simona Halep | 59 | 1 | |
Irina-Camelia Begu | 60 | 2 | |
Sorana Cîrstea | 79 | 3 | |
Petra Martić | 89 | 4 | |
Laura Pous Tió | 94 | 5 | |
Carla Suárez Navarro | 103 | 6 | |
Maria Elena Camerin | 114 | 7 | |
Renata Voráčová | 129 | 8 |
- Rankings are as of July 11, 2011.
Other Entrants
The following players received wildcards into the singles main draw:[4]
Elora Dabija Cristina Dinu Diana Enache Cristina Mitu
The following players received entry from the qualifying draw:
Annalisa Bona Estrella Cabeza Candela Eva Fernández-Brugués Lenka Juríková
The following players received entry as a Lucky Loser:
Champions
Singles
Doubles
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
References
- "Irina-Camelia Begu, victorioasă la București". România Liberă (in Romanian). 25 July 2011. Archived from the original on 16 April 2013. Retrieved 20 November 2011.
- "Despre BCR Open Romania" (in Romanian). bcropen.ro. Retrieved 30 June 2011.
- "$100,000+H Bucharest 2011". itftennis.com. Retrieved 30 June 2011.
- "Wild-card-urile au fost distribuite" (in Romanian). bcropen.ro. Retrieved 14 July 2011.
External links
Wikimedia Commons has media related to 2011 BCR Open Romania Ladies. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.