Clyde Stanway

George Clyde Stanway (23 June 1886 – 6 June 1968) was a former Australian rules footballer who played with Melbourne in the Victorian Football League (VFL).[1]

Clyde Stanway
Personal information
Full name George Clyde Stanway
Date of birth (1886-06-23)23 June 1886
Place of birth Fitzroy, Victoria
Date of death 6 June 1968(1968-06-06) (aged 81)
Place of death Coburg North, Victoria
Original team(s) Brunswick
Playing career1
Years Club Games (Goals)
1906 Melbourne 13 (1)
1 Playing statistics correct to the end of 1906.
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. 843. ISBN 978-1-921496-32-5.
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).


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