Harel Srugo

Harel Srugo (Hebrew: הראל סרוגו; born 15 March 1982) is an Israeli professional tennis player and competes mainly on the ATP Challenger Tour and ITF Futures, both in singles and doubles.

Harel Srugo
Country (sports) Israel
ResidenceIsrael
Born (1982-03-15) 15 March 1982
Israel
Turned pro2000
PlaysRight-handed
Prize moneyUS$10,689
Singles
Career record0–0 (in ATP World Tour and Grand Slam main draw matches, and in Davis Cup)
Career titles0 (ATP World Tour and Grand Slam)
Highest rankingNo. 703 (8 April 2002)
Current rankingNo. 1006 (6 May 2012)
Doubles
Career record0–0 (in ATP World Tour and Grand Slam main draw matches, and in Davis Cup)
Career titles0 (ATP World Tour and Grand Slam)
Highest rankingNo. 460 (23 February 2004)
Current rankingNo. 490 (6 May 2012)
Last updated on: 2 September 2012.

Srugo reached his highest ATP singles ranking, No. 703 on 8 April 2002, and his highest ATP doubles ranking, No. 460, on 23 February 2004.[1]

ATP career finals (1)

Doubles (1)

Legend
ATP Challengers (1)
Finals by Surface
Hard (1–0)
Clay (0–0)
Grass (0–0)
Carpet (0–0)
Outcome No. Date Tournament Surface Partnering Opponents in the final Score
Winners 1. 22 July 2012 Binghamton, United States Hard Dudi Sela Adrien Bossel
Michael McClune
6–2, 3–6, [10–8]
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

  1. "Harel Srugo". uclabruins.com. 1 September 2012. Archived from the original on 5 January 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.