1985 Matchroom Trophy
The 1985 Goya Matchroom Trophy was a professional ranking snooker tournament that took place between 22 September to 6 October 1985 at the Eldon Square Recreation Centre in Newcastle-upon-Tyne, England.[1][2]
Tournament information | |
---|---|
Dates | 22 September–6 October 1985 |
Venue | Trentham Gardens |
City | Stoke-on-Trent |
Country | England |
Organisation(s) | WPBSA |
Format | Ranking event |
Winner's share | £35,000 |
Final | |
Champion | |
Runner-up | |
Score | 12–10 |
← 1984 1986 → |
Cliff Thorburn won the tournament defeating Jimmy White 12–10 in the final having trailed 0–7. The defending champion Steve Davis was defeated by White in the quarter-finals.[3]
Main draw
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
References
- "International Open, Goya Matchroom Trophy". Chris Turner's Snooker Archive. Archived from the original on 16 February 2012. Retrieved 5 February 2018.
- "International". Snooker Scene. Archived from the original on 24 January 2013. Retrieved 5 February 2018.
- Hayton, Eric. Cuesport Book of Professional Snooker. p. 152.
- "1985 Matchroom Trophy Results Grid". Snooker Database. Retrieved 5 February 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.