Paul Leatherdale
Paul Henry Francis Leatherdale (born 1958) is a male British former sports shooter.
Personal information | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | Ely, Cambridgeshire | 21 September 1958||||||||||||||||
Sport | |||||||||||||||||
Sport | Sports shooting | ||||||||||||||||
Club | Marylebone Rifle & Pistol Club | ||||||||||||||||
Medal record
|
Sports shooting career
Leatherdale competed in the 1988 Summer Olympics.[1]
He represented England and won a gold medal in the 10 metres air pistol pairs with Ian Reid and a silver medal in the 50 metres free pistol pairs with Richard Wang, at the 1986 Commonwealth Games in Edinburgh, Scotland.[2] Four years later he represented England in the 10 metres air pistol and 50 metres free pistol events, at the 1990 Commonwealth Games in Auckland, New Zealand.[3] A third appearance and third medal arrived at the 1994 Commonwealth Games when he competed in the 50 metres free pistol events and won the pairs with Mick Gault.[4]
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
- "Olympic profile". Sports Reference. Archived from the original on 2020-04-18.
- "1986 Athletes". Team England.
- "1990 Athletes". Team England.
- "Athletes and results". Commonwealth Games Federation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.