Kaetu Smith

Kaetu Smith
Teams managed
Baccus Marine
LPRC Oilers
2012 Liberia

Kaetu Smith is a Liberian football coach.

Career

During the 1990s, Smith managed Liberian club sides Baccus Marine and LPRC Oilers, before spending much of the 2000s coaching youth teams in the United States.[1] He was appointed as manager of the Liberian national team in May 2012.[1] Smith's appointment was criticised by George Weah,[2] comments which were played down by Smith.[3] Smith and his assistants were sacked in December 2012.[4]

gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```

References


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