Mbunde Cumba
Mbunde Cumba Mbali (born April 25, 1991) is a Bissau-Guinean freestyle wrestler. [1] He is two time African Championships winner (in 2019, 2020) at the Freestyle 65 kg category.[2][3]
Personal information | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Full name | Mbunde Cumba Mbali | ||||||||||||||||||||||||||||||||||
Nationality | Bissau-Guinean | ||||||||||||||||||||||||||||||||||
Born | 25 April 1991 | ||||||||||||||||||||||||||||||||||
Sport | |||||||||||||||||||||||||||||||||||
Sport | Wrestling | ||||||||||||||||||||||||||||||||||
Event(s) | Freestyle | ||||||||||||||||||||||||||||||||||
Medal record
| |||||||||||||||||||||||||||||||||||
Updated on 10 February 2020. |
Major results
Year | Tournament | Venue | Result | Event |
---|---|---|---|---|
2016 | African Championships | ![]() |
3rd | Freestyle 65 kg |
2017 | African Championships | ![]() |
3rd | Freestyle 61 kg |
Islamic Solidarity Games | ![]() |
3rd | Freestyle 65 kg | |
2018 | African Championships | ![]() |
5th | Freestyle 65 kg |
World Championships | ![]() |
24th | Freestyle 65 kg | |
2019 | African Championships | ![]() |
1st | Freestyle 65 kg |
African Games | ![]() |
2nd | Freestyle 65 kg | |
World Championships | ![]() |
25th | Freestyle 65 kg | |
2020 | African Championships | ![]() |
1st | Freestyle 65 kg |
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
References
- "Mbunde Cumba bio". arena.unitedworldwrestling.org. Retrieved 14 April 2019.
- "Tunisia Tops Egypt, Wins African Freestyle Team Title". unitedworldwrestling.org. 31 March 2019. Retrieved 14 April 2019.
- "Cumba Mbali, Kherbache, John Win African Gold, Ascend into Top-Ten of World Rankings". unitedworldwrestling.org. 9 February 2020. Retrieved 10 February 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.