Keith Miller (footballer, born 1921)

Keith Miller (20 June 1921 – 3 March 1987) was an Australian rules footballer who played with Geelong and North Melbourne in the Victorian Football League (VFL).[1]

Keith Miller
Personal information
Full name Keith Miller
Date of birth (1921-06-20)20 June 1921
Date of death 3 March 1987(1987-03-03) (aged 65)
Original team(s) Port Fairy Rovers
Height 182 cm (6 ft 0 in)
Weight 79 kg (174 lb)
Playing career1
Years Club Games (Goals)
1941 Geelong 5 (0)
1942 North Melbourne 7 (0)
Total 12 (0)
1 Playing statistics correct to the end of 1942.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 611. ISBN 978-1-921496-32-5.
gollark: I've decided to add another eternally unfinished™ project to my projects pile! A Minetest server management web UI.
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```


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