John Taylor (footballer, born 1928)

John James Taylor (12 October 1928 – February 2016) was an English professional footballer who played as a right winger.

John Taylor
Personal information
Full name John James Taylor[1]
Date of birth (1928-10-12)12 October 1928
Place of birth Manchester, England
Date of death February 2016(2016-02-00) (aged 87)
Place of death Manchester, England
Playing position(s) Right winger
Senior career*
Years Team Apps (Gls)
1949–1952 Blackpool 0 (0)
1952–1953 Accrington Stanley 16 (0)
Stalybridge Celtic
Total 16 (0)
* Senior club appearances and goals counted for the domestic league only

Career

Born in Manchester, Taylor played for Blackpool, Accrington Stanley and Stalybridge Celtic.[1][2][3]

gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  1. "John Taylor". Barry Hugman's Footballers. Retrieved 23 June 2019.
  2. John Taylor at the English National Football Archive (subscription required)
  3. John Taylor at Post War English & Scottish Football League A–Z Player's Database
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.