Pierre Danos
Pierre Danos played for AS Béziers which he won one titles of French Champion, in 1961 and one Challenge Yves du Manoir. He earned his first cap with the French national team on 29 July 1954 against Argentina at Buenos Aires. He was called for the 1958 France rugby union tour of South Africa.
Pierre Danos in 1971 | |||||||||||||||||||||||||||||
Date of birth | 4 June 1929 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Place of birth | Toulouse, France | ||||||||||||||||||||||||||||
Height | 1.75 m (5 ft 9 in) | ||||||||||||||||||||||||||||
Weight | 76 kg (168 lb) | ||||||||||||||||||||||||||||
Rugby union career | |||||||||||||||||||||||||||||
|
Honours
- Selected to represent France, 1954–1960
- AS Béziers
- French rugby champion, 1961
- Challenge Yves du Manoir 1964
- French championship finalist 1960, 1962 and 1964
- European Champion Clubs' Cup( organized by the FIRA) 1962
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
gollark: But Why™
gollark: Anyone got ideas for improving the skynet protocol? Skynet Genisys is coming out soon, and I can change stuff around for it.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.