New Zealand Cycle Classic
The New Zealand Cycle Classic (previously known as the Tour of Wellington) is a road cycling race held in and around the Wairarapa near Wellington, New Zealand. The race is a men's competition over five stages and part of the UCI Oceania Tour.
Race details | |
---|---|
Date | Late-January |
Region | Masterton Region, New Zealand |
English name | New Zealand Cycle Classic |
Nickname(s) | NZCC |
Discipline | Road race |
Competition | UCI Oceania Tour |
Type | New Zealand's Premier Stage race |
Organiser | Jorge Sandoval |
Race director | Jorge Sandoval |
Web site | www |
History | |
First edition | 1988 |
Editions | 33 (as of 2020) |
First winner | |
Most wins | |
Most recent |
Winners
Multiple victories
Wins | Name | Country | Years |
---|---|---|---|
4 | Brian Fowler | 1989, 1990, 1991, 1992 | |
2 | Ric Reid | 1994, 1996 | |
Hayden Roulston | 2006, 2007 | ||
gollark: Nope.
gollark: (it works with non-arrow functions, I just like these more)
gollark: Functions implicitly do it:```javascriptconst thing = () => { let v = 0 return () => { return v++ }}const incrementer = thing()console.log(incrementer())console.log(incrementer())```
gollark: The thing where functions capture their scope.
gollark: ```lualet otherTesting = [];for(let i = 0; i < 10; i++) { otherTesting[i] = function() { console.log(i); }}```does the same thing so I suppose it's just weirdness with closure in loops.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.