Uwe Spies

Uwe Spies (born July 8, 1967 in Riedlingen) is a German former professional footballer who played as a striker.[1]

Uwe Spies
Personal information
Date of birth (1967-07-08) July 8, 1967
Place of birth Riedlingen, West Germany
Height 1.82 m (6 ft 0 in)
Playing position(s) Striker
Senior career*
Years Team Apps (Gls)
1986–1990 SSV Ulm 54 (11)
1990–1997 SC Freiburg 189 (52)
1997–2000 MSV Duisburg 86 (14)
Total 329 (77)
* Senior club appearances and goals counted for the domestic league only

Honours

gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!

References

  1. "Uwe Spies". worldfootball.net. Retrieved August 15, 2014.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.