Jimmy Nelson (rugby union, born 1903)

Jimmy Nelson (9 February 1903 – 16 October 1981) was a Scotland international rugby union player.[1]

Jimmy Nelson
Birth nameJames Benzie Nelson
Date of birth(1903-02-09)9 February 1903
Place of birthGlasgow, Scotland
Date of death16 October 1981(1981-10-16) (aged 78)
Place of deathInverness, Scotland
Rugby union career
Position(s) Scrum-half
Amateur team(s)
Years Team Apps (Points)
- Glasgow Academicals ()
Provincial / State sides
Years Team Apps (Points)
- Glasgow District ()
National team(s)
Years Team Apps (Points)
1925-31 Scotland 25 (6)

Rugby Union career

Amateur career

He played for Glasgow Academicals.[2]

Provincial career

He was capped for Glasgow District.[2]

International career

He was capped 25 times for Scotland.[3]

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.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.

References

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