Juventude Atlético do Moxico
Juventude Atlético do Moxico, simply known Juventude do Moxico, and formerly known as Inter do Moxico is a football (soccer) club from Luena, Moxico province, Angola. The club was relegated from the Angolan Premier Division, Girabola in the end of the 2007 championship.
Full name | Juventude Atlético do Moxico | ||
---|---|---|---|
Ground | Estádio Mundunduleno Luena, Angola | ||
Capacity | 1,500 | ||
Chairman | Aniceto Júnior | ||
Manager | Fortunato Pascoal | ||
League | Girabola | ||
2007 | 14th | ||
|
History
On November 23, 2006, Inter Clube 4 de Junho do Moxico was renamed to its current name, Grupo Desportivo Atlético Juventude do Moxico.[1]
In 2007, the club disputed its first Girabola (Angolan top level) as Juventude do Moxico.
Stadium
Juventude do Moxico plays its home matches at Estádio Mundunduleno,[2] which is also the home stadium and the property of F.C. Bravos do Maquis.[3] The stadium was inaugurated on November 11, 2006, and has a maximum capacity of 1,500 people.[4]
Players
Juventude Atlético do Moxico players
Nat | Nick | Name | A | P | F.P. | |
---|---|---|---|---|---|---|
2007 | ||||||
– | ||||||
Bravo | DF | 2007 | ||||
Daicha | MF | 2007 | ||||
Devis | MF | 2007 | ||||
Dido | DF | 2007 | ||||
Djibril | MF | 2007 | ||||
Dodé | GK | 2007 | ||||
Gatuso | João Youna Massamba | FW | 2007 | |||
Gui | MF | 2007 | ||||
Hélder | MF | 2007 | ||||
Henrique | DF | 2007 | ||||
Jonas | FW | 2007 | ||||
Katchó | GK | 2007 | ||||
Lucas | MF | 2007 | ||||
Madiba | MF | 2007 | ||||
Manucho | FW | 2007 | ||||
Mbemberé | Eduardo Ventura Augusto | FW | 2007 | → | ||
Micky | MF | 2007 | ||||
Nsingui | MF | 2007 | ||||
Rambo | DF | 2007 | ||||
Sérgio | MF | 2007 | ||||
Serra | FW | 2007 | ||||
Tense | DF | 2007 | ||||
Tikata | GK | 2007 | ||||
Tonton | FW | 2007 | ||||
Years | 2017 |
gollark: https://esolangs.org/wiki/WHY#WHYJIT
gollark: WHYJIT is now production-unusable!
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.
See also
- Girabola
- Gira Angola
References
- Angolan Second level at RSSSF
- (in Portuguese) Quatro jogos na abertura do Girabola 2007 – Angola Digital (February 8, 2007)
- (in Portuguese) Futebol: Chuvas impedem avanço das obras do estádio do Luena – AngolaPress (March 24, 2006) Archived September 26, 2007, at the Wayback Machine
- (in Portuguese) FC Bravos do Maquis inaugura Estádio do Luena – Jornal de Angola Online (November 13, 2006)
- (in Portuguese) Futebol: Benfica de Luanda conquista três pontos frente aos jovens do Moxico – AngolaPress Archived 2007-09-26 at the Wayback Machine (retrieved on June 14, 2007)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.