Edgar Yeomans

Edgar Valentine Yeomans (14 February 1886 – 29 January 1971) was an Australian rules footballer who played with Carlton in the Victorian Football League (VFL).[1]

Edgar Yeomans
Personal information
Full name Edgar Valentine Yeomans
Date of birth (1886-02-14)14 February 1886
Place of birth Northcote, Victoria
Date of death 29 January 1971(1971-01-29) (aged 84)
Place of death Sandringham, Victoria
Original team(s) Northcote
Playing career1
Years Club Games (Goals)
1905 Carlton 3 (1)
1 Playing statistics correct to the end of 1905.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2009). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (8th ed.). Seaford, Victoria: BAS Publishing. p. 916. ISBN 978-1-921496-00-4.
gollark: Well, I needed to overwrite `argv[0]` from Python;.
gollark: Great!
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
gollark: Also various apiary engines.
gollark: I have this one by status code.


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