André Le Dissez

André Le Dissez (11 November 1929 – 4 May 2018)[1] was a French professional road bicycle racer.

André Le Dissez
Personal information
Full nameAndré Le Dissez
Born(1929-11-11)11 November 1929
Plougonven, France
Died4 May 2018(2018-05-04) (aged 88)
Paris, France
Team information
DisciplineRoad
RoleRider
Major wins
1 stage 1959 Tour de France

Major results

1957
Méry
1958
Saint-Renan
Treignac
1959
Tour de France:
Winner stage 14
1961
Plevez
1964
Polymultipliée
Sévignac
gollark: ...
gollark: Done.
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.

References


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