Bill Miller (Australian footballer)

Bill Miller (4 January 1936 – 27 June 1986) was an Australian rules footballer who played with Geelong in the Victorian Football League (VFL).[1]

Bill Miller
Personal information
Full name William Miller
Date of birth (1936-01-04)4 January 1936
Date of death 27 June 1986(1986-06-27) (aged 50)
Original team(s) Hawthorn reserves
Height 180 cm (5 ft 11 in)
Weight 73 kg (161 lb)
Playing career1
Years Club Games (Goals)
1960–1963 Geelong 37 (19)
1 Playing statistics correct to the end of 1963.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2002). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (4th ed.). Melbourne, Victoria: Crown Content. p. 449. ISBN 1-74095-001-1.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits 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.