Gymnastics at the South American Games
Different gymnastics disciplines have been contested at the South American Games. Artistic gymnastics has been part of the program since 1978. Rhythmic gymnastics was first introduced in 1990. Trampoline gymnastics entered the program in 2018.[1][2]
Editions
Sport | 1978 | 1982 | 1986 | 1990 | 1994 | 1998 | 2002 | 2006 | 2010 | 2014 | 2018 |
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
X | X | X | X | X | X | X | X | X | X | X |
![]() |
X | X | X | X | X | X | X | X | |||
![]() |
X |
Best results by event and nation
Event | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() | |
---|---|---|---|---|---|---|---|---|---|---|
M A G | ||||||||||
Team | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | |||
Individual All-Around | ![]() | ![]() | ![]() | ![]() | ![]() | |||||
Floor Exercise | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | |||
Pommel Horse | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
Still Rings | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
Vault | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
Parallel Bars | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
Horizontal Bar | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
W A G | ||||||||||
Team | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | |||
Individual All-Around | ![]() | ![]() | ![]() | ![]() | ||||||
Vault | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | |||
Uneven Bars | ![]() | ![]() | ![]() | ![]() | ![]() | |||||
Balance Beam | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||
Floor Exercise | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | |||
R G | ||||||||||
Team | ![]() | ![]() | ![]() | ![]() | ||||||
Individual All-Around | ![]() | ![]() | ![]() | ![]() | ||||||
Hoop | ![]() | ![]() | ![]() | ![]() | ||||||
Ball | ![]() | ![]() | ![]() | ![]() | ||||||
Clubs | ![]() | ![]() | ![]() | ![]() | ||||||
Ribbon | ![]() | ![]() | ![]() | ![]() | ||||||
Rope | ![]() | ![]() | ![]() | |||||||
Group All-Around | ![]() | ![]() | ![]() | |||||||
Group Single Apparatus | ![]() | ![]() | ![]() | ![]() | ||||||
Group Mixed Apparatus | ![]() | ![]() | ![]() | |||||||
T T |
Men's Individual | ![]() | ![]() | ![]() | ||||||
Women's Individual | ![]() | ![]() | ![]() |
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```
gollark: It's likely that my code is just setting up the socket wrong somehow, since I mostly just used the multicast-looking things in the docs and rearranged the calls until it stopped saying stupid things like "OS error 22".
gollark: ```192.168.1.148 dev enp0s31f6 lladdr 90:8d:6c:1f:0f:fd STALE192.168.1.1 dev enp0s31f6 lladdr a4:08:f5:7d:a3:d3 REACHABLE192.168.1.179 dev enp0s31f6 lladdr 00:4c:74:86:00:2f STALE2a00:23c7:5415:d300:adf8:5e75:241f:8e7d dev enp0s31f6 lladdr 00:4c:74:86:00:2f STALEfe80::7c31:e6f9:7182:4856 dev enp0s31f6 lladdr 00:4c:74:86:00:2f STALEfe80::22bb:223:5b9:1efd dev enp0s31f6 lladdr a0:b3:cc:ea:e3:8b REACHABLEfe80::a608:f5ff:fe7d:a3d3 dev enp0s31f6 lladdr a4:08:f5:7d:a3:d3 router REACHABLE2a00:23c7:5415:d300:6209:a461:6fb4:931d dev enp0s31f6 lladdr a0:b3:cc:ea:e3:8b REACHABLE```
References
- Rodríguez III, Ernesto (2010), LIBROS DEL CICLO OLÍMPICO ARGENTINO – Libro I de los Juegos Odesur 1978–2010 (in Spanish) (1a. ed.), Buenos Aires: Alarco Ediciones, p. 192, ISBN 978-987-1367-18-4
- Cochabamba 2018 - Official website
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.