Herbert Hayman

Herbert Bailey Hayman (10 May 1873 – 31 July 1930) was an English first-class cricketer who played principally for Middlesex and the Marylebone Cricket Club between 1893 and 1901.[1]

Herbert Hayman
Personal information
Full nameHerbert Bailey Hayman
Born(1873-10-05)5 October 1873
Willesden, Middlesex, England
Died31 July 1930(1930-07-31) (aged 56)
Winslow, Buckinghamshire, England
BattingRight-hand
Domestic team information
YearsTeam
1893–1901Middlesex
1896–1901Marylebone Cricket Club (MCC)
Career statistics
Competition First-class
Matches 105
Runs scored 4663
Batting average 26.49
100s/50s 4/23
Top score 165
Balls bowled 239
Wickets 4
Bowling average 34.50
5 wickets in innings 0
10 wickets in match 0
Best bowling 2/9
Catches/stumpings 23/0
Source: Cricket archive, 2 August 2012

Career

Hayman, a right-handed batsman scored 4663 runs at an average 26.49. His bowling produced four wickets at an average of 34.50.

gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?

References

  1. Herbert Hayman. Cricket archive. Retrieved 3 August 2012
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.