1968 Paris–Tours

The 1968 Paris–Tours was the 62nd edition of the Paris–Tours cycle race and was held on 6 October 1968. The race started in Paris and finished in Tours. The race was won by Guido Reybrouck.

1968 Paris–Tours
Race details
Dates6 October 1968
Stages1
Distance249[1] km (154.7 mi)
Winning time5h 35' 40"
Results
  Winner  Guido Reybrouck (BEL)
  Second  Walter Godefroot (BEL)
  Third  Eric Leman (BEL)

General classification

Final general classification[2][3][4]
Rank Rider Time
1  Guido Reybrouck (BEL) 5h 35' 40"
2  Walter Godefroot (BEL) + 0"
3  Eric Leman (BEL) + 0"
4  Rik Van Looy (BEL) + 0"
5  Daniel Van Ryckeghem (BEL) + 0"
6  Harry Steevens (NED) + 0"
7  Noël Foré (BEL) + 0"
8  Eddy Merckx (BEL) + 0"
9  Paul Lemeteyer (FRA) + 0"
10  Jacques Guiot (FRA) + 0"
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. "Paris-Tours (HC)". BikeRaceInfo. Retrieved 14 February 2018.
  2. "62ème Paris-Tours 1968". Memoire du cyclisme. Archived from the original on 26 January 2004.
  3. "1968 Paris - Tours". First Cycling. Retrieved 14 February 2018.
  4. "Paris - Tours". WVCycling. Retrieved 14 February 2018.


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