Mohammed Muyei
Mohammed Muyei (born February 7, 1975 in Niamey) is a Nigerien footballer. He currently plays for New Edubiase United.
Personal information | |||
---|---|---|---|
Full name | Mohammed Muyei | ||
Date of birth | February 7, 1975 | ||
Place of birth | Niamey, Niger | ||
Playing position(s) | Forward | ||
Club information | |||
Current team | New Edubiase United | ||
Number | 19 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2001–2003 | Sekondi Hasaacas F.C. | 43 | (14) |
2003–2005 | Kelantan FA | 47 | (19) |
2005–2007 | Stade Malien | 44 | (16) |
2007–2009 | Asante Kotoko | 39 | (11) |
2010– | New Edubiase United | ||
National team | |||
2003–2006 | Niger | 2 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of January 27, 2007 |
Career
Muyei played from 2001 to 2003 for Sekondi Hasaacas F.C., in the past he played also for Kelantan FA (01.07.2003-01.01.2005) and later for Stade Malien (Bamako, Mali).[1]
International career
He is also a member of Niger national football team his 2 games played in the World Cup Qualification 2006 on 11 October and 14 November 2003 vs Algeria national football team.[2]
gollark: PETA will destroy you.
gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.