FC Biolog-Novokubansk
FC Biolog-Novokubansk (Russian: «ФК Биолог-Новокубанск») is a Russian football team from Progress settlement of Novokubansky District, founded in 1995. Since 2011 it plays in the third-level Russian Professional Football League. Previously it played in Russian amateur championship and Krasnodar Krai championship.
![]() | |
Full name | Football Club Biolog-Novokubansk |
---|---|
Founded | 1995 |
Ground | Progress Stadium, Progress, Russia |
Capacity | 2,300 |
Chairman | Aleksandr Maslov |
Manager | Leonid Nazarenko |
League | Russian Professional Football League, Group 1 |
2019–20 | Zone South, 9th |
Current squad
As of 17 August 2020, according to the PFL website.
Note: Flags indicate national team as defined under FIFA eligibility rules. Players may hold more than one non-FIFA nationality.
|
|
gollark: The bridge is via IRC and very hacky.
gollark: Greetings, octachoron #17.
gollark: Well, I needed to overwrite `argv[0]` from Python;.
gollark: Great!
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.