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]

Romanian Irina-Camelia Begu lifted both the singles and the doubles trophies
2011 BCR Open Romania Ladies
DateJuly 18 July 23
Edition5th
LocationBucharest, Romania
Champions
Singles
Irina-Camelia Begu[1]
Doubles
Irina-Camelia Begu / Elena Bogdan[1]

Singles entrants

Seeds

Country Player Rank1 Seed
 ROU Simona Halep 59 1
 ROU Irina-Camelia Begu 60 2
 ROU Sorana Cîrstea 79 3
 CRO Petra Martić 89 4
 ESP Laura Pous Tió 94 5
 ESP Carla Suárez Navarro 103 6
 ITA Maria Elena Camerin 114 7
 CZE 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]

The following players received entry from the qualifying draw:

The following players received entry as a Lucky Loser:

  • Laura-Ioana Andrei

Champions

Singles

Irina-Camelia Begu def. Laura Pous Tió, 6–3, 7–5.[1]

Doubles

Irina-Camelia Begu / Elena Bogdan def. Maria Elena Camerin / İpek Şenoğlu, 6–7(1–7), 7–6(7–4), [16–14].[1]

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

  1. "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.
  2. "Despre BCR Open Romania" (in Romanian). bcropen.ro. Retrieved 30 June 2011.
  3. "$100,000+H Bucharest 2011". itftennis.com. Retrieved 30 June 2011.
  4. "Wild-card-urile au fost distribuite" (in Romanian). bcropen.ro. Retrieved 14 July 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.