Billy Leese

William Leese (born 10 March 1961) is an English former footballer who played for Port Vale and the Cleveland Cobras in the late 1970s.

Billy Leese
Personal information
Full name William Leese[1]
Date of birth (1961-03-10) 10 March 1961[1]
Place of birth Stoke-on-Trent, England[1]
Height 6 ft 1 in (1.85 m)[2]
Playing position(s) Defender
Youth career
Port Vale
Senior career*
Years Team Apps (Gls)
1978–1980 Port Vale 1 (0)
1978Cleveland Cobras (loan)
* Senior club appearances and goals counted for the domestic league only

Playing career

Leese graduated through the Port Vale youth team to earn a loan move to American Soccer League side Cleveland Cobras in May 1978.[1] He returned to Vale Park three months later and signed as a Port Vale professional in March 1979.[1] His first team debut in the Fourth Division came on 1 December, in a 5–1 defeat by York City at Bootham Crescent.[1] He was not selected by new boss John McGrath and instead was forced into retirement at the end of the 1979–80 season following an injury.[1]

Statistics

Source:[3]

Club Season Division League FA Cup Other Total
AppsGoalsAppsGoalsAppsGoalsAppsGoals
Port Vale1978–79Fourth Division00000000
1979–80Fourth Division10000010
Total 10000010
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.

References

  1. Kent, Jeff (1996). Port Vale Personalities. Witan Books. p. 172. ISBN 0-9529152-0-0.
  2. Rollin, Jack (1980). Rothmans football yearbook. London: Queen Anne Press. p. 299. ISBN 0362020175. Retrieved 14 April 2020.
  3. Billy Leese at the English National Football Archive (subscription required)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.