Shooting at the 2015 ASEAN Para Games

Paralympic shooting at the 2015 ASEAN Para Games was held at SAFRA Yishun, Singapore.

Medal table

  *   Host nation (Singapore)

RankNationGoldSilverBronzeTotal
1 Thailand (THA)74213
2 Singapore (SIN)*0213
3 Indonesia (INA)0145
Totals (3 nations)77721

Medalists

Men

Event Gold Silver Bronze
R1 10 m air rifle standing SH1 Phiraphong Buengbok
 Thailand
Ritchie Chan Jun Rong
 Singapore
Mala Sihabandit
 Thailand
P1 10 m air pistol SH1 Bordin Sornsriwichai
 Thailand
Logaraj So Raju
 Singapore
Zulkifli
 Indonesia

Women

Event Gold Silver Bronze
R2 10 m air rifle standing SH1 Chutima Saenlar
 Thailand
Wasana Keatjaratkul
 Thailand
Hanik Puji Hastuti
 Indonesia
P2 10 m air pistol SH1 Somporn Muangsiri
 Thailand
Maneerat Nonsang
 Thailand
Alvina Neo
 Singapore

Mixed

Event Gold Silver Bronze
R3 10 m air rifle prone SH1 Atidet Intanon
 Thailand
Woraprat Sirisak
 Thailand
Aris Haryadi
 Indonesia
R4 10 m air rifle standing SH2 Anuson Chaichamnan
 Thailand
Bolo Triyatno
 Indonesia
Tanong Channam
 Thailand
R5 10 m air rifle prone SH2 Chatchai Senachan
 Thailand
Tanong Channam
 Thailand
Bolo Triyanto
 Indonesia
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad

References


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