List of Cameroonians
List of famous or notable Cameroonians:
Presidents
Prime ministers
- Simon Achidi Achu
- Sadou Hayatou
- Ephraim Inoni
- Bello Bouba Maïgari
- Peter Mafany Musonge
- Philémon Yang
International diplomats
- Nzo Ekangaki
- William Eteki
Businessmen
Kings
- Rudolf Duala Manga Bell, King of Duala
- Ibrahim Njoya, Sultan of Bamoun
- Seidou Njimoluh Njoya, Sultan of the Bamum people
Other politicians
- Charles Assalé
- Emmanuel Endeley
- Henry Ndifor Abi Enonchong
- John Ngu Foncha
- Christopher Johnson Tah- Tambe
- André-Marie Mbida
- Salomon Tandeng Muna
- John Fru Ndi
- Henri Hogbe Nlend
- Patrick Nwakamma Ottih
- Zacharie Perevet
UPC nationalists
- Osende Afana
- Félix Moumié
- Marthe Ekemeyong Moumié
- Ruben Um Nyobé
- Ernest Ouandié
Writers and journalists
Film
- Sahndra Fon Dufe
- Agbor Gilbert Ebot
- Eriq Ebouaney
- Adela Elad
- Syndy Emade
- Fidel la Fidelite (CA)
- Epule Jeffrey
- Enah Johnscot
- Onyama Laura
- Gladys Ndonyi
- Nkanya Nkwai
- Yolande Welimoum
Musicians
- Andy Allo
- Richard Bona
- Manu Dibango
- Henri Dikongue
- Charlotte Dipanda
- Stanley Enow
- Ndedi Eyango
- Gasha
- Jovi
- Michael Kiessou
- Magasco
- Coco Mbassi
- Ibrahim Njoya
- Kristo Numpuby
- Anne Marie Nzie
- Petit Pays
- Reniss
- Yung Swiss
- Sam Fan Thomas
- Barthélémy Toguo
- Zangalewa
- BeBe Zahara Benet
Clergy
- Cardinal Christian Tumi
- Archbishop Paul Mbiybe Verdzekov
Soccer
American football
Basketball
Scientists and engineers
- Victor Anomah Ngu
- Veye Tatah, computer scientist and activist
- Peter Finjap Punkwe, Computer Engineer and C.E.O of Touko Banks Foundation
Judges and lawyers
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.
gollark: It has some great new features now, like long polling mode.
See also
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.