Denis Iguma
Denis Iguma is a Ugandan professional footballer who plays as a defender for Bekaa Club and the Uganda national football team.[3]
Personal information | |||
---|---|---|---|
Date of birth | 10 February 1994 | ||
Place of birth | Kalangala, Uganda[1] | ||
Height | 1.80 m (5 ft 11 in) | ||
Playing position(s) | Defender[2] | ||
Club information | |||
Current team | Bekaa Club | ||
Number | 15 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2013–2014 | SC Victoria University | ||
2014–2018 | Al-Ahed SC | 25 | (2) |
2017– | Bekaa Club | 20 | (3) |
National team‡ | |||
2012– | Uganda | 61 | (1) |
* Senior club appearances and goals counted for the domestic league only and correct as of 20 November 2018 ‡ National team caps and goals correct as of 15 April 2018 |
International career
In January 2014, coach Milutin Sedrojevic, invited him to be a part of the Uganda national football team squad for the 2014 African Nations Championship.[4][5] The team placed third in the group stage of the competition after beating Burkina Faso, drawing with Zimbabwe and losing to Morocco.[6][7]
International goals
- Scores and results list Uganda's goal tally first.[1]
No | Date | Venue | Opponent | Score | Result | Competition |
---|---|---|---|---|---|---|
1. | 13 July 2013 | National Stadium, Dar-es-Salaam, Tanzania | ![]() | 1–0 | 1–0 | 2014 African Nations Championship qualification |
gollark: I imagine Gibson is repeatedly facedesking or something right now.
gollark: >>backups
gollark: tio!debug
gollark: Yes, thanks TIOpy?
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("--encrypt", "-E", help="store backup in encrypted folder (please make sure it's unlocked)", action="store_true")parser.add_argument("--no-incremental", "-n", help="don't do incremental backup", action="store_true")parser.add_argument("--save_as", "-a", help="back up under different name")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()incremental = not args.no_incrementalprint(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups" if args.encrypt else "backups")safepath = (args.save_as or srcdir).lstrip("/").replace("/", "-").replace("_", "-")outpath = os.path.join(outdir, f"{safepath}_{timestamp}{'_incr' if incremental else ''}.tar.zst")snapshot = os.path.join(outdir, f"{safepath}.snapshot")snapargs = ["-g", snapshot] if incremental else []print(srcdir, outdir, outpath)tarproc = subprocess.Popen(["tar", "-c", "-v", "-C", os.path.dirname(srcdir), os.path.basename(srcdir)] + snapargs, stdout=subprocess.PIPE)zstproc = subprocess.Popen(["zstd", "-10", "-T0", "-o", outpath], stdin=tarproc.stdout)def assert_proc(x): if x.wait() != 0: print(f"warning: {x.args} failed")assert_proc(tarproc)assert_proc(zstproc)```efficiency™
References
- "Iguma, Denis". National Football Teams. Retrieved 10 February 2018.
- "Micho Names Uganda Final Team For CHAN 2014". kawowo.com. Archived from the original on 11 February 2014. Retrieved 11 February 2014.
- "Uganda". mtnfootball.com. Archived from the original on 22 February 2014. Retrieved 11 February 2014.
- "Uganda Cranes Regroup For CHAN 2014 Preparations". kawowo.com. Archived from the original on 11 February 2014. Retrieved 11 February 2014.
- "Uganda makes changes in squad for 2014 Africa Nations Championship". xinhuanet.com. Retrieved 11 February 2014.
- "Uganda's impressive CHAN start". espnfc.com. Retrieved 11 February 2014.
- "Zimbabwe vs Uganda Preview". goal.com/. Retrieved 11 February 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.