Timur Khabibulin
Timur Khabibulin (Tatar: Cyrillic Тимур Хәбибуллин, Latin Timur Xäbibullin, born 2 August 1995) is an Uzbekistani–Kazakhstani tennis player of Tatar descent.
Country (sports) | ![]() ![]() |
---|---|
Residence | Almaty, Kazakhstan |
Born | Tashkent, Uzbekistan | 2 August 1995
Height | 1.85 m (6 ft 1 in) |
Plays | Right-handed (two-handed backhand) |
Prize money | $ 42,504 |
Singles | |
Career record | 0–0 |
Career titles | 0 0 Challenger, 0 Futures |
Highest ranking | No. 753 (9 May 2016) |
Current ranking | No. 794 (9 October 2017) |
Doubles | |
Career record | 1–0 |
Career titles | 0 2 Challenger, 3 Futures |
Highest ranking | No. 219 (9 October 2017) |
Current ranking | No. 219 (9 October 2017) |
Last updated on: 10 October 2017. |
Khabibulin has a career high ATP singles ranking of 753 achieved on 9 May 2016. He also has a career high doubles ranking of 219 achieved on 9 October 2017. Khabibulin has won 1 ATP Challenger doubles title at the 2016 Astana Challenger Capital Cup.[1]
Tour titles
Legend |
---|
Grand Slam (0) |
ATP Masters Series (0) |
ATP Tour (0) |
Challengers (2) |
Doubles
Result | Date | Category | Tournament | Surface | Partner | Opponents | Score |
---|---|---|---|---|---|---|---|
Winner | 25 November 2016 | Challenger | Astana, Kazakhstan | Hard | ![]() |
![]() ![]() |
7–6(9–7), 6–2 |
Winner | 11 May 2018 | Challenger | Qarshi, Uzbekistan | Hard | ![]() |
![]() ![]() |
6–2, 6–1 |
gollark: Praise the __flying__ spaghetti **monster**.
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).
References
- "Nishioka Claims Capital Cup In Astana - Tennis TourTalk". 27 November 2016.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.