Paul Kennelly

Paul Kennelly (born 27 February 1947) is a former Australian rules footballer who played with South Melbourne in the Victorian Football League (VFL).[1]

Paul Kennelly
Personal information
Full name Paul Kennelly
Date of birth (1947-02-27) 27 February 1947
Original team(s) Middle Park YCW
Height 180 cm (5 ft 11 in)
Weight 73 kg (161 lb)
Playing career1
Years Club Games (Goals)
1967 South Melbourne 1 (0)
1 Playing statistics correct to the end of 1967.
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. 474. ISBN 978-1-921496-32-5.
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```
gollark: So this downloads a CC emulator, adds PotatOS to the startup of the computer it emulates, and executes it.
gollark: Well, PotatOS is an "OS" for ComputerCraft, not... actual computers.
gollark: ... okay, yes.
gollark: PotatOS or the code?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.