Denys Vasilyev
Denys Vasilyev (Ukrainian: Денис Васільєв; born 8 May 1987) is a Ukrainian professional footballer who plays as a defender who plays for Mash'al Mubarek.
![]() | |||
Personal information | |||
---|---|---|---|
Full name | Denys Oleksandrovych Vasilyev | ||
Date of birth | 8 May 1987 | ||
Place of birth | Bakhmach, Ukrainian SSR | ||
Height | 1.87 m (6 ft 1 1⁄2 in) | ||
Playing position(s) | Defender | ||
Club information | |||
Current team | Mash'al Mubarek | ||
Number | 33 | ||
Youth career | |||
2001–2003 | Knyazha Schaslyve | ||
2003–2004 | RVUFK Kyiv | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2004–2009 | CSKA Kyiv | 135 | (3) |
2009–2010 | Obolon Kyiv | 17 | (0) |
2010–2013 | Kryvbas Kryvyi Rih | 24 | (0) |
2012–2013 | → Naftovyk-Ukrnafta (loan) | 23 | (0) |
2013–2014 | Naftovyk-Ukrnafta | 23 | (0) |
2014–2015 | Taraz | 31 | (0) |
2016 | Helios Kharkiv | 4 | (0) |
2016 | Sioni Bolnisi | 1 | (0) |
2018 | Naftovyk-Ukrnafta | 12 | (0) |
2018–2019 | Vereya | 16 | (0) |
2019 | Chornomorets Odesa | 6 | (0) |
2020– | Mash'al Mubarek | 0 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 20 February 2020 |
Career
Vasilyev is a product of FC Knyazhe Schaslyve and RVUFK Kyiv Youth Sportive Schools.
After playing for Ukrainian clubs in the different levels, in June 2014 he signed a contract with Kazakhstani FC Taraz from the Kazakhstan Premier League.[1]
He played for Ukrainian Naftovyk-Ukrnafta Okhtyrka from the Ukrainian First League.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
gollark: I should multithread this!
References
- Два игрока Нефтяника-Укрнефти переезжают в Казахстан (in Russian). ua-football.com. 11 May 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.