Sylvain Calzati

Sylvain Calzati (born July 1, 1979 in Lyon) is a former French road bicycle racer, who competed as a professional between 2003 and 2011.[1] He turned professional during the year 2003 with Barloworld, and his biggest success was winning the 8th Stage in the 2006 Tour de France. He also won the Tour de l'Avenir in 2004. He lives in Genay with his wife and daughter. He works as industrial cleaner.[2]

Sylvain Calzati
Personal information
Full nameSylvain Calzati
Born (1979-07-01) July 1, 1979
Lyon, France
Height1.77 m (5 ft 10 in)
Weight68 kg (150 lb)
Team information
Current teamRetired
DisciplineRoad
RoleRider
Amateur teams
2001Jean Delatour (stagiaire)
2002Cofidis (stagiaire)
Professional teams
2003Barloworld
2004Saint-Quentin Oktos
2004RAGT Semences
2005–2008AG2R Prévoyance
2009Agritubel
2010Team Sky
2011Bretagne–Schuller
Major wins
Tour de l'Avenir (2004)
2006 Tour de France, 1 stage

Major results

2004
1st, Overall, Tour de l'Avenir
2nd, Overall, Étoile de Bessèges
71st, Overall, Tour de France
2006
1st, Stage 8, Tour de France (Saint-Méen-le-Grand to Lorient)
gollark: I prefer Rust.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.

References

  1. van Eyck, Xylon (29 September 2011). "Sylvain Calzati to retire at the end of the season". VeloNation. VeloNation LLC. Retrieved 9 January 2012.
  2. "Tour de France Stage 14 Preview". inrng.com. Retrieved 18 October 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.