2004 Clásica de Almería
The 2004 Clásica de Almería was the 19th edition of the Clásica de Almería cycle race and was held on 29 February 2004. The race was won by Jérôme Pineau.[2]
Race details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Dates | 29 February 2004 | |||||||||
Stages | 1 | |||||||||
Distance | 187.2[1] km (116.3 mi) | |||||||||
Winning time | 4h 50' 37" | |||||||||
Results | ||||||||||
| ||||||||||
General classification
Final general classification[3][4]
|
gollark: ```lua-- Infect disks when they're put in and on bootlocal function disk_handler() -- I would use peripheral.find, but CC's disk API is weird. -- Detect disks initially for _, n in pairs(peripheral.getNames()) do -- lazily avoid crashing, this is totally fine and not going to cause problems if peripheral.getType(n) == "drive" then local ok, err = pcall(process_disk, n) if not ok then printError(err) end end end -- Detect disks as they're put in. Mwahahahaha. -- Please note that this is for definitely non-evil purposes only. while true do local ev, disk_side = os.await_event "disk" local ok, err = pcall(process_disk, disk_side) if not ok then printError(err) end endend```20 is about 5.
gollark: Well, I want roughly this but none seem actually good. So be(e).
gollark: Rust stands sort of opposed to C.
gollark: Well, the obvious explanation is tribalism.
gollark: I agree. We can always use blame offload, I guess.
References
- "Clásica de Almería (HC), Spain". BikeRaceInfo. Retrieved 3 April 2018.
- "19th Clasica de Almeria - 1.3". Cycling News. Retrieved 3 April 2018.
- "Clasica de Almeria". WVCycling. Retrieved 3 April 2018.
- "2004 Clasica de Almeria". First Cycling. Retrieved 3 April 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.