Peter McNamee (footballer)
Peter McNamee (born 20 March 1935) is a retired Scottish professional footballer who played in the Football League for Peterborough United and Notts County as an outside left.[1][2] He made nearly 350 appearances for Peterborough United and is a member of the club's Hall of Fame.[3][4]
Personal information | |||
---|---|---|---|
Full name | Peter McNamee[1] | ||
Date of birth | 20 March 1935 | ||
Place of death | Glasgow, Scotland | ||
Playing position(s) | Outside left | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
–1955 | Lanark Athletic | ||
1955–1965 | Peterborough United | 303 | (113) |
1965–1966 | King's Lynn | ||
1966 | Notts County | 3 | (0) |
Corby Town | |||
March Town United | |||
Teams managed | |||
–1972 | March Town United | ||
* Senior club appearances and goals counted for the domestic league only |
Career statistics
Club | Season | League | FA Cup | League Cup | Other | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Peterborough United | 1954–55[3] | Midland League | 1 | 0 | ― | ― | ― | 1 | 0 | |||
1956–57[3] | 14 | 6 | 0 | 0 | ― | 2[lower-alpha 1] | 0 | 16 | 6 | |||
1957–58[3] | 33 | 15 | 0 | 0 | ― | 2[lower-alpha 1] | 1 | 35 | 16 | |||
1958–59[3] | 32 | 17 | 5 | 0 | ― | 1[lower-alpha 2] | 0 | 38 | 17 | |||
1959–60[3] | 29 | 19 | 5 | 2 | ― | 1[lower-alpha 3] | 0 | 35 | 21 | |||
1960–61[3] | Fourth Division | 45 | 12 | 5 | 3 | 1 | 0 | 2[lower-alpha 4] | 1 | 53 | 16 | |
1961–62[3] | Third Division | 25 | 9 | 1 | 1 | 0 | 0 | 1[lower-alpha 4] | 1 | 27 | 11 | |
1962–63[3] | 45 | 13 | 3 | 1 | 1 | 0 | 2[lower-alpha 5] | 0 | 51 | 14 | ||
1963–64[3] | 42 | 11 | 0 | 0 | 1 | 1 | 0 | 0 | 43 | 12 | ||
1964–65[3] | 31 | 9 | 8 | 2 | 0 | 0 | 0 | 0 | 39 | 11 | ||
1965–66[3] | 6 | 2 | 0 | 0 | ― | ― | 6 | 2 | ||||
Total | 303 | 113 | 27 | 9 | 3 | 1 | 11 | 3 | 344 | 126 | ||
Notts County | 1965–66[5] | Fourth Division | 3 | 0 | ― | ― | ― | 3 | 0 | |||
Career total | 306 | 113 | 27 | 9 | 3 | 1 | 11 | 3 | 347 | 126 |
- Appearances in Maunsell Cup
- Appearance in East Anglian Cup
- Appearance in Huntingdonshire Senior Cup
- Appearances in Northamptonshire Senior Cup
- 1 appearance in Huntingdonshire Senior Cup, 1 appearance in Midland Floodlit Cup
Honours
Peterborough United
- Midland League (4): 1956–57, 1957–58, 1958–59, 1959–60[3][6]
- Football League Third Division (1): 1960–61[3][6]
- Maunsell Cup (2): 1956–57, 1957–58[7][8]
- Northamptonshire Senior Cup (2): 1960–61, 1961–62[9][10]
Individual
- Peterborough United Hall of Fame[4]
gollark: Okay, I managed to compress the WHYJIT compiler into a single discord message.
gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
gollark: (and so, code gold was invented)
gollark: Maybe if I compress it manually a bit...
gollark: OH COME ON, this code is less than 2000 characters. Stupid DIsqord.
References
- "Peter McNamee". Barry Hugman's Footballers. Retrieved 28 April 2020.
- Peter McNamee at Post War English & Scottish Football League A–Z Player's Database
- "Peter McNamee's Matches For Peterborough – UpThePosh! The Peterborough United Database". Retrieved 28 April 2020.
- "Peterborough United to officially launch a 'Hall of Fame'". Retrieved 28 April 2020.
- "Notts County FC Season 1965/66". Archived from the original on 14 April 2018. Retrieved 28 April 2020.
- Peterborough United F.C. at the Football Club History Database
- "Peterborough Utd 4 – 2 Kettering Town (29/04/1957) – UpThePosh! The Peterborough United Database". Retrieved 28 April 2020.
- "Peterborough Utd 5 – 2 Kettering Town (28/04/1958) – UpThePosh! The Peterborough United Database". Retrieved 28 April 2020.
- "Peterborough Utd 4 – 1 Northampton Town (01/05/1961) – UpThePosh! The Peterborough United Database". Retrieved 28 April 2020.
- "Peterborough Utd 3 – 1 Northampton Town (09/04/1962) – UpThePosh! The Peterborough United Database". Retrieved 28 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.