Bob Thoms

Robert Arthur Thoms (19 May 1826 – 10 June 1903) was a first-class cricket umpire who stood in two Test Matches, the first two played in England, in 1880 and 1882.

Thoms pictured back row 1st right with the Australian cricket team in England in 1896

Bob Thoms' long umpiring career in first-class matches lasted from 1863 to 1900. When he died, The Times said that he was "the most famous umpire the game has known".[1] The Australian Test captain Joe Darling said "Thoms was about the only umpire in England who was not afraid of Grace or anyone else".[2]

He had appeared as a player in three first-class matches in the period 1850-1851: one for an Under 36 XI, one for Marylebone Cricket Club and Metropolitan Clubs and one for the All England Eleven.

He was born in Marylebone, London, and died in the vicinity of Regent's Park, London.

Notes

  1. Wisden Cricketers' Almanack, 1904 edition, obituary notice.
  2. Quoted in Derek Birley, The Willow Wand, Simon & Schuster, London, 1989, p. 34.
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.