Ayetoro Gbede
Ayetoro Gbede is a town along the Ilorin – Kabba federal highway in Ijumu, a kingdom and local government area in Kogi state, Nigeria. Ayetoro gbede is located in central Nigeria, approximately 420 kilometers northeast of Lagos, while it is 315 kilometers away from Abuja, the nation's capital. It is in the Kogi west senatorial district and Kabba/Ijumu federal constituency. The town was established over ninety-one years ago.[1] The inhabitants of the town speak their local dialect of Okun and Gbede, which is a Yoruba dialect.
Ayetoro gbede | |
---|---|
Ayetoro gbede Ayetoro gbede | |
Coordinates: 7°59′00″N 6°00′00″E | |
Country | |
State | Kogi State |
Local government | Ijumu |
Time zone | UTC+1 (WAT (UTC+1)) |
It is located within the geographical coordinates: 7° 59' 0" North, 6° 0' 0" East[2] in the Guinea Savanna.
Notable people
- Shola Ameobi, an Ayetoro Gbede born English footballer, plays for Newcastle United as a striker.
- Dino Melaye, a Senator of the Federal Republic representing Kogi west constituency.
gollark: This is in a 130 line function which *kind of* explains what it's doing, but apiaristically.
gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
gollark: This would really be easier if they had actually bothered to put comments in this. I've worked out that it is in fact *not* a `seq.insert` call precisely, but I don't know what it's meant to be doing.
gollark: > .code.tio.c:6:31: error: macro "A" requires 2 arguments, but only 1 given
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.