Mario de Sárraga
Mario de Sárraga (born 22 August 1980, in Oviedo) is a former Spanish cyclist.[1]
Personal information | |
---|---|
Born | Oviedo, Spain | August 22, 1980
Team information | |
Current team | Retired |
Discipline | Road |
Role | Rider |
Professional teams | |
2005 | Naturino-Sapore di Mare |
2006-2007 | Relax-Gam |
Palmarès
- 2003
- 1st Gran Premio Cuéllar - Clásica de la Chuleta
- 1st Memorial Cirilo Zunzarren
- 1st GP Virgen del Cristo- Palencia
- 2004
- 1st Coppa Sportivi Malvesi
- 1st Trofeo Edilizia Mogetta
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
References
- "Mario De Sarraga". ProCyclingStats. Retrieved 24 March 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.