Saint Kitts and Nevis at the 2015 World Championships in Athletics

Saint Kitts and Nevis competed at the 2015 World Championships in Athletics in Beijing, China, from 22 to 30 August 2015.[1]

Saint Kitts and Nevis at the
2015 World Championships in Athletics
IAAF codeSKN
in Beijing
Competitors3
Medals
Gold
0
Silver
0
Bronze
0
Total
0
World Championships in Athletics appearances

Results

(q – qualified, NM – no mark, SB – season best)

Men

Track and road events
Athlete Event Heat Semifinal Final
Result Rank Result Rank Result Rank
Kim Collins 100 metres 10.16 26 Did not advance
Brijesh Lawrence 10.40 39 Did not advance
Antoine Adams 10.23 31 Did not advance
200 metres 20.75 39 Did not advance
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.