2019–20 Football Championship of Ivano-Frankivsk Oblast

The 2019–20 Football Championship of Ivano-Frankivsk Oblast was won by Pokuttia Kolomyia.

Football Championship of Ivano-Frankivsk Oblast
Season2019–20
ChampionsPokuttia Kolomyia
2018–19
2020–21

First League table

Pos Team Pld W D L GF GA GD Pts Qualification or relegation
1 Pokuttia Kolomyia (C) 18 13 3 2 42 19 +23 42 Champion
2 Naftovyk Dolyna 17 10 3 4 33 21 +12 33
3 Karpaty Broshniv 18 10 3 5 30 20 +10 33
4 Prykarpattia-Teplovyk 17 9 3 5 22 22 0 30
5 FC Turka 17 6 4 7 23 26 3 22
6 Beskyd Nadvirna 17 7 1 9 18 23 5 22
7 Karpaty-Enerhetyk (X) 18 6 3 9 18 6 +12 21 Withdrew
8 Probiy Horodenka 17 5 3 9 13 25 12 18
9 Nika-Vovchynets 17 5 2 10 17 36 19 17
10 Vykhor Yamnytsia (X) 18 3 1 14 11 29 18 10 Withdrew
Updated to match(es) played on 9 August 2020. Source: "Чемпіонат першої ліги 2019/2020". Ivano-Frankivsk Oblast Association of Football.
(C) Champion; (X) Withdrew.
gollark: It's probably not going to be worse for the phone than just, I don't know, normal web browsing or phone use.
gollark: I mean, there are bigger problems with cloud gaming stuff than phones getting slightly warm, but if you like it I guess...
gollark: Your phone is probably only doing video decoding, which it likely has dedicated hardware for.
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *utterly_worthless_argument) { printf("oh bees segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```

References

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