2012 Cook Islands Round Cup

The 2012 season of the Cook Islands Round Cup was the thirty ninth recorded season of top flight association football competition in the Cook Islands, with any results between 1951 and 1969 and also in 1986 and 1988–1990 currently unknown.[1] Tupapa Maraerenga won the championship, and qualified for the 2013–14 OFC Champions League. This was their tenth recorded championship, although other sources suggest that their victories in 1992 and 1993 were won by Takuvaine and Avatiu respectively.[1] It was also their second hat trick of titles following their successes in the 2001, 2002 and 2003 seasons.[1] Nikao Sokattack were runners-up, with Arorangi finishing in third place.[2]

Cook Islands Round Cup
Season2012
ChampionsTupapa Maraerenga
2013–14 OFC Champions LeagueTupapa Maraerenga
Matches played42
Goals scored193 (4.6 per match)
Biggest home winNikao Sokattack 15–0 Titikaveka
Biggest away winMatavera 0–9 Tupapa Maraerenga
Highest scoringNikao Sokattack 15–0 Titikaveka
2011
2013

League table

Tupapa Maraerenga won the league, which was played on a round robin home and away basis.[2]

Pos Team Pld W D L GF GA GD Pts Qualification
1 Tupapa Maraerenga (C) 12 10 1 1 54 7 +47 31 Qualified for 2013–14 OFC Champions League
2 Nikao Sokattack 12 8 0 4 55 12 +43 24
3 Arorangi 12 6 1 5 23 31 8 19
4 Matavera 12 6 1 5 14 26 12 19
5 Takuvaine 12 3 3 6 14 37 23 12
6 Avatiu 12 2 3 7 16 29 13 9
7 Titikaveka 12 1 3 8 17 48 31 6
Source: [2]
Rules for classification: 1) points; 2) goal difference; 3) number of goals scored.
(C) Champion.

Results

Home \ Away ARO AVA MAT NIK TAK TIT TUP
Arorangi 2–1 5–0 0–3[lower-alpha 1] 1–3 5–1 1–1
Avatiu 2–1 1–2 0–3 2–2 0–0 1–6
Matavera 3–1 1–0 2–0 0–1 2–2 0–9
Nikao Sokattack 6–1 3–2 4–0 2–3 15–0 1–2
Takuvaine 0–4 1–1 1–3 0–2 2–9 0–3
Titikaveka 0–1 2–5 0–1 1–9 1–1 0–4
Tupapa Maraerenga 9–0 6–1 2–0 0–2 9–0 3–1
Updated to match(es) played on 24 November 2012. Source: [2]
Legend: Blue = home team win; Yellow = draw; Red = away team win.
Notes:
  1. The Arorangi 1–5 Nikao Sokattack match was awarded to Arorangi
gollark: _continues WHYJIT development_
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.
gollark: Trouble is that bundling TCC would require *building* it and that'd increase WHY compile times significantly.
gollark: So how does one actually go around packaging binaries with the program?

References

  1. Cook Islands – List of Champions Archived October 19, 2015, at the Wayback Machine at RSSSF.com
  2. Cook Islands 2012 at RSSSF
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.