Heinz-Peter Überjahn

Heinz-Peter Uberjahn (born 13 November 1948 in Germany) is a German football manager who last worked as head coach of the Namibia national football team.[3]

Peter Uberjahn
Personal information
Full name Heinz-Peter Uberjahn
Date of birth 13 November 1948
Place of birth Germany
Teams managed
Years Team
1980-1985 Niger[1]
1985 Burkina Faso
1999 Namibia[2]
2003 Namibia

Career

Uberjahn managed the Niger national football team, and after that, he coached the Burkina Faso national football team. In 1999, he was appointed head coach of the Namibia national football team, a position he held until 1999.

gollark: I think it's in `infocontext.txt`: they believed people were misled into thinking the other staff were not happy with rule changes.
gollark: Indeed!
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.