Kapela Mbiyavanga
Kapela Mbiyavanga (born 12 February 1976, in Kinshasa[1]) is a retired Congolese footballer and current football manager.[2]
Personal information | |||
---|---|---|---|
Full name | Kapela Mbiyavanga | ||
Date of birth | February 12, 1976 | ||
Place of birth | Kinshasa, Zaire | ||
Playing position(s) | Striker | ||
Club information | |||
Current team | Kabuscorp SC | ||
Number | 21 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1994–1995 | DC Motema Pembe | ||
2001–2009 | AP Luanda | ||
2005 | → Maritzburg United (loan) | ||
2007 | →Primeiro de Agosto (loan) | ||
2008 | → Kabuscorp SC (loan) | ||
2009– | Kabuscorp SC | ||
National team | |||
1995–2002 | DR Congo | 53 | (15) |
* Senior club appearances and goals counted for the domestic league only |
International career
Mbiyavanga was part of the 2002 African Cup of Nations squad which lost to Senegal.
Notes
- Kapela Mbiyavanga at National-Football-Teams.com
- "Kapela Mbiyavanga". footballdatabase.eu. Retrieved 2018-05-21.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.