Wade McGuire

Wade McGuire (born August 19, 1969) is a former professional tennis player from the United States.[1]

Wade McGuire
Country (sports) United States
Born (1969-08-19) August 19, 1969
Richmond, Virginia
Height6 ft 2 in (1.88 m)
Turned pro1993
PlaysRight-handed
Prize money$204,614
Singles
Career record7–20
Career titles0
Highest rankingNo. 163 (April 3, 1995)
Grand Slam Singles results
Wimbledon1R (1997, 1998)
US Open1R (1994)
Doubles
Career record3–5
Career titles0
Highest rankingNo. 221 (September 12, 1994)
Grand Slam Doubles results
US Open2R (1994)

Childhood

Wade McGuire was born on August 19, 1969. His mother is Marie Coleman. He holds the record for the youngest winner of the Richmond Tennis Tournament at 12 years old. He then won it multiple years in a row.

Career

McGuire was an All-American in each of his three years at the University of Georgia, from 1991 to 1993. He was the NCAA singles runner-up in both 1992 and 1993.[2]

In the 1994 US Open, McGuire appeared in the main draw as a wildcard and lost in the opening round to 12th seed Wayne Ferreira.[3] He also competed in the men's doubles with Jeff Tarango.[3] They defeated Mike Bauer and Alexander Mronz in the first round, before being eliminated in the second round by Rikard Bergh and Mark Keil.[3]

McGuire was a semi-finalist at the 1994 AT&T Challenge in Atlanta, with wins over Bryan Shelton, Marcelo Filippini and Lars Jonsson.[3] In the 1996 Legg Mason Tennis Classic he defeated then world number 32 Carlos Costa.[3]

He competed in back to back Wimbledon Championships in 1997 and 1998, but was unable to progress past the first round in either, losing to Jens Knippschild and Michael Tebbutt respectively.[3] He is now a tennis pro at the Atlantic Club in New Jersey.

gollark: `_Whatever` is quite ugly.
gollark: Evidently, C needs better extension mechanisms.
gollark: I'm not sure how you could consider that syntax okay.
gollark: This is why ALL are to utilize zig.
gollark: ```c#include <sys/socket.h>#include <sys/types.h> #include <netinet/in.h>#include <stdio.h>#include <string.h>#include <sys/select.h>#include <fcntl.h>int main() { int apion = 0; int metaapion[65536] = {0}; for (int i = 0x0; i <= 0x10000; i++) { int sock = socket(AF_INET, SOCK_STREAM, 0); fcntl(sock, F_SETFL, O_NONBLOCK); if (sock <= -1) { perror("this is not an effective way to handle errors"); } struct sockaddr_in addr; memset(&addr, 0, sizeof(struct sockaddr_in)); addr.sin_family = AF_INET; addr.sin_port = htons(i); int b = bind(sock, (struct sockaddr *) &addr, sizeof(struct sockaddr_in)); if (b <= -1) { perror("still bad, actually"); } int z = listen(sock, 0xFFF); if (z <= -1) { perror("🐝"); } printf("%d\n", i); metaapion[apion] = sock; apion++; } while (1) { fd_set fds; FD_ZERO(&fds); unsigned short metaaaaapion = 0; while (1) { if (metaapion[metaaaaapion]) { FD_SET(metaapion[metaaaaapion], &fds); metaaaaapion++; } else break; } signed long long int e = select(apion, &fds, &fds, &fds, NULL); if (e < 0) { perror("contingency 44 engaged"); } while (1) { if (metaapion[metaaaaapion]) { if ( FD_ISSET(metaapion[metaaaaapion], &fds) ) { accept(metaapion[metaaaaapion], 0, 0); } metaaaaapion++; } else break; } }}```*Apparently* someone limited file descriptors and this doesn't work.

References

  1. ITF Pro Circuit Profile
  2. USA Today,"Agassi wins too quickly for coach Segura's liking", August 18, 1993, John Bannon
  3. ATP World Tour Profile
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.