FIBT World Championships 1993
The FIBT World Championships 1993 took place in Igls, Austria (Bobsleigh) and La Plagne, France (Skeleton). This was Igls's fourth time hosting the championships, doing so previously in 1935 (Two-man) and 1963, and 1991 (Skeleton). Meanwhile, La Plagne was hosting its first championship event.
Selection issue
Igls was not the first choice for the bobsleigh part of the championships. In 1989, Cervinia, Italy was chosen over Winterberg, Germany (then in West Germany), but Cervinia later withdrew and Igls was awarded as a substitute.
Two man bobsleigh
Pos | Team | Time |
---|---|---|
Gold | ![]() |
|
Silver | ![]() |
|
Bronze | ![]() |
Four man bobsleigh
Pos | Team | Time |
---|---|---|
Gold | ![]() |
|
Silver | ![]() |
|
Bronze | ![]() |
The United States earned their first championship medal since 1969.
Men's skeleton
Pos | Athlete | Time |
---|---|---|
Gold | ![]() |
|
Silver | ![]() |
|
Bronze | ![]() |
Medal table
Rank | Nation | Gold | Silver | Bronze | Total |
---|---|---|---|---|---|
1 | ![]() | 1 | 2 | 0 | 3 |
2 | ![]() | 1 | 1 | 1 | 3 |
3 | ![]() | 1 | 0 | 1 | 2 |
4 | ![]() | 0 | 0 | 1 | 1 |
Totals (4 nations) | 3 | 3 | 3 | 9 |
gollark: Do you like my `argv[0]`-setting code, by the way? I think that's what it has to use to deceive `ps ax`.
gollark: It's not like you can check, except by checking.
gollark: My thing provides different names for each.
gollark: They do in `ps ax` but not `ps -A` or `top`.
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.