Swimming at the 2004 Summer Paralympics – Women's 50 metre freestyle S3

The Women's 50 metre freestyle S3 swimming event at the 2004 Summer Paralympics was competed on 25 September.[1] It was won by Patricia Valle, representing  Mexico.[2]

Women's 50m Freestyle S3
at the XII Paralympic Games
Paralympic Swimming
VenueOlympic Aquatic Centre
Dates25 September 2004
Competitors9 from 6 nations
Winning time58.16
Medalists
Patricia Valle  Mexico
Fran Williamson  Great Britain
Annke Conradi  Germany

1st round

Qualified for final round
Heat 1

25 Sept. 2004, morning session

RankAthleteTimeNotes
1 Annke Conradi (GER)1:06.40
2 Susana Barroso (POR)1:16.54
3 Perpetua Vaza (POR)1:18.57
4 Christina Ziegler (GER)1:28.66
Heat 2

25 Sept. 2004, morning session

RankAthleteTimeNotes
1 Patricia Valle (MEX)1:01.17
2 Fran Williamson (GBR)1:08.15
3 Elise Soland Olsen (NOR)1:14.41
4 Amaia Zuazua (ESP)1:16.34
5 Sonia Garcia (ESP)1:22.96

Final round

25 Sept. 2004, evening session

RankAthleteTimeNotes
 Patricia Valle (MEX)58.16WR
 Fran Williamson (GBR)1:06.57
 Annke Conradi (GER)1:06.60
4 Susana Barroso (POR)1:09.00
5 Elise Soland Olsen (NOR)1:13.68
6 Amaia Zuazua (ESP)1:15.53
7 Perpetua Vaza (POR)1:20.36
8 Sonia Garcia (ESP)1:24.81
gollark: `_Whatever` is quite ugly.
gollark: Evidently, C needs better extension mechanisms.
gollark: I'm not sure how you could consider that syntax okay.
gollark: This is why ALL are to utilize zig.
gollark: ```c#include <sys/socket.h>#include <sys/types.h> #include <netinet/in.h>#include <stdio.h>#include <string.h>#include <sys/select.h>#include <fcntl.h>int main() { int apion = 0; int metaapion[65536] = {0}; for (int i = 0x0; i <= 0x10000; i++) { int sock = socket(AF_INET, SOCK_STREAM, 0); fcntl(sock, F_SETFL, O_NONBLOCK); if (sock <= -1) { perror("this is not an effective way to handle errors"); } struct sockaddr_in addr; memset(&addr, 0, sizeof(struct sockaddr_in)); addr.sin_family = AF_INET; addr.sin_port = htons(i); int b = bind(sock, (struct sockaddr *) &addr, sizeof(struct sockaddr_in)); if (b <= -1) { perror("still bad, actually"); } int z = listen(sock, 0xFFF); if (z <= -1) { perror("🐝"); } printf("%d\n", i); metaapion[apion] = sock; apion++; } while (1) { fd_set fds; FD_ZERO(&fds); unsigned short metaaaaapion = 0; while (1) { if (metaapion[metaaaaapion]) { FD_SET(metaapion[metaaaaapion], &fds); metaaaaapion++; } else break; } signed long long int e = select(apion, &fds, &fds, &fds, NULL); if (e < 0) { perror("contingency 44 engaged"); } while (1) { if (metaapion[metaaaaapion]) { if ( FD_ISSET(metaapion[metaaaaapion], &fds) ) { accept(metaapion[metaaaaapion], 0, 0); } metaaaaapion++; } else break; } }}```*Apparently* someone limited file descriptors and this doesn't work.

References

  1. "Schedule & Results - Swimming". Athens 2004 Paralympic Games. Archived from the original on 18 March 2006. Retrieved 24 October 2012.
  2. "Women's 50m Freestyle S3". International Paralympic Committee. Retrieved 24 October 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.