Vanessa Palacios

Vanessa Magda Palacios Silva (born July 3, 1984 in Lima, Peru) is a Peruvian volleyball player who plays as Libero for the Peru women's national volleyball team.

Vanessa Palacios
French Cup 2013
Personal information
Full nameVanessa Magda Palacios Silva
NicknameChoco
NationalityPeru
Born (1984-07-03) July 3, 1984
Lima, Peru
HometownLima, Peru
Height1.67 m (5 ft 5 12 in)
Weight66 kg (146 lb)
Spike275 cm (108 in)
Block260 cm (100 in)
Volleyball information
PositionLibero
Current clubVannes VB
Number5
National team
2005 -Peru
Last updated: October 2011

Career

Palacios was awarded Best Libero in the 2009/10 season from the Spanish Superliga .[1]

Clubs

  • Divino Maestro
  • CV Venidorm (2003–2008)
  • CV Sanse (2008–2009)
  • CV Tenerife (2009–2010)
  • Divino Maestro (2010-2011)
  • CV Tenerife (2011-2012)
  • Vannes VB (2012-2013)
  • CV Universidad César Vallejo (205-2016)
  • Istres Provence Volley (2016-2017)
  • Volley Club Marcq-en-Barœul (2017-)

Awards

Individuals

National Team

Senior Team

gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.