Roman Vonášek

Roman Vonášek (born 8 July 1968) is a Czech former football player.

Roman Vonášek
Personal information
Date of birth (1968-07-08) 8 July 1968
Place of birth Strakonice, Czechoslovakia
Playing position(s) Midfielder
Youth career
1979–1982 Sokol Bělčice
1982–1984 TJ Blatná
1984–1987 Spartak Písek
1987 RH České Budějovice
1987–1988 RH Cheb
Senior career*
Years Team Apps (Gls)
1988–1989 RH Nýrsko
1989–1991 Škoda Plzeň
1992–1996 Sparta Prague 102 (13)
1996–2003 Lokeren 169 (30)
2003 → Cercle Brugge (loan) 12 (4)
2003–2004 KV Mechelen
2004–2005 OFS Klatovy
National team
1994–1999 Czech Republic 8 (0)
* Senior club appearances and goals counted for the domestic league only

Club career

During his junior years he played for Sokol Bělčice, TJ Blatná, Spartak Písek, RH České Budějovice and RH Cheb.[1]

He joined KSC Lokeren from Sparta Prague in summer 1996 and spent there six and a half years before leaving for Brugge at the age of 34.[2] In 2007, he joined FC Viktoria Plzeň in a non-playing capacity.[3]

International career

Stats

Czech Republic national team
YearAppsGoals
199410
199860
199910
Total80
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!
gollark: no.
gollark: Check out my cool project!http://localhost:3030

References

  1. Roman Vonášek, jihoceskyfotbal.cz, Retrieved 7. 2. 2014 (in Czech)
  2. "Trenér dělal křivárny, Vonášek se stěhuje" (in Czech). Mladá fronta DNES. 23 January 2003. Retrieved 5 February 2012.
  3. "Vedoucím týmu Plzně bude Vonášek" (in Czech). Mladá fronta DNES. 4 January 2007. Retrieved 5 February 2012.

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