Hideki Kaneko
Hideki Kaneko (born 6 March 1974) is a former professional tennis player from Japan.
Full name | Hideki Kaneko |
---|---|
Country (sports) | |
Born | Tokyo, Japan | 6 March 1974
Plays | Left-handed |
Prize money | $98,787 |
Singles | |
Career record | 6–13 |
Career titles | 0 |
Highest ranking | No. 200 (15 January 1996) |
Doubles | |
Career record | 0–1 |
Highest ranking | No. 452 (5 August 1996) |
Biography
Kaneko, a left-handed player from Tokyo, began playing tennis at the age of eight.
Most of his ATP Tour main draw appearances were as a wildcard at his home events, the Japan Open and Tokyo Indoor. The only exception was the 1996 Indonesia Open, which he entered as a qualifier.[1] He made the second round of the Japan Open on three occasions.
His four Davis Cup ties for Japan included a five-set loss to Todd Woodbridge in 1996 and a decisive fifth rubber win over Uzbekistan in Tashkent in 1997.
He was a member of the silver medal winning Japanese team at 1998 Asian Games in Bangkok.[2]
gollark: Although the `mmap` call doesn't appear to magically fix everything.
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
References
- "ITF Tennis - Pro Circuit - Jakarta - 08 January - 14 January 1996". International Tennis Federation. Retrieved 6 April 2018.
- Singh Bedi, Harpal (11 December 1998). "Big-serving Japanese smash India out of Asiad team tennis". Rediff. Retrieved 6 April 2018.
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.