Eva Wilms
Eva Wilms (born 28 July 1952 in Essen, North Rhine-Westphalia) is a retired West German shot putter.
Her personal best throw was 21.43 metres, achieved in June 1977 in Munich. This places her sixth on the German all-time list, behind Ilona Slupianek, Claudia Losch, Marianne Adam, Margitta Droese and Ines Müller.[1]
She competed for the sports clubs ESV Neuaubing and LAC Quelle Fürth during her active career.
Achievements
Year | Competition | Venue | Position | Notes |
---|---|---|---|---|
Representing ![]() | ||||
1976 | European Indoor Championships | Munich, Germany | 7th | [2] |
Olympic Games | Montreal, Canada | 7th | ||
1977 | European Indoor Championships | San Sebastián, Spain | 3rd | [3] |
1978 | European Indoor Championships | Milan, Italy | 3rd | [4] |
European Championships | Prague, Czechoslovakia | 5th | ||
1980 | European Indoor Championships | Sindelfingen, West Germany | 2nd | [5] |
In fact Eva Wilms is a pentathlete. She set 2 world records in 1977. The following are her lists of performances in different events:
- Pentathlon [100mH, SP, HJ, LJ, 200m]: 4932p/1976 [including 20.94m SP and 23.9s 200m]
- Pentathlon [100mH, SP, HJ, LJ, 800m]: 4823p,former WR/1977-13.83s-20.95m-1.74m-6.29m-2.19.66s
- JV: 48,74m 1 Eva Wilms (20.07.52) 180/76 Sport Union Annen 03.09.73 Witten
- SP: 21.43m Eva Wilms FRG 28.07.52 2 Munich
- DT:59,42m 1 Eva Wilms (28.7.52) 180/83 LAC Quelle Fürth By 21.06.80 Garmisch-Partenkirchen
- LJ:6.29m 5K Eva Wilms (28.7.52) 180/83 LAC Quelle Fürth By 19.06.77 Bernhausen
- 200M: 23,9s (5K) Eva Wilms (28.7.52) 180/83 ESV Neuaubing By 05/09/76 Hannover
- 100MH:13,70s 5K Eva Wilms (28.7.52) 180/83 LAC Quelle Fürth By 14.05.77 Göttingen
gollark: WHYJIT is now production-unusable!
gollark: _continues WHYJIT development_
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.
gollark: Trouble is that bundling TCC would require *building* it and that'd increase WHY compile times significantly.
References
- Microsoft Word - Ewige DLV-Bestenliste.doc Archived July 4, 2007, at the Wayback Machine
- 1976 European Indoor Championships - women's shot put final (Die Leichtatletik-Statistik-Seite)
- 1977 European Indoor Championships - women's shot put final (Die Leichtatletik-Statistik-Seite)
- 1978 European Indoor Championships - women's shot put final (Die Leichtatletik-Statistik-Seite)
- 1980 European Indoor Championships - women's shot put final (Die Leichtatletik-Statistik-Seite)
Awards | ||
---|---|---|
Preceded by![]() |
German Sportswoman of the Year 1977 |
Succeeded by![]() |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.