Diving at the 2014 Commonwealth Games – Men's 1 metre springboard

The men's 1 metre springboard was part of the Diving at the 2014 Commonwealth Games program. The competition was held on 30 July 2014 at Royal Commonwealth Pool in Edinburgh.[1]

Men's 1 metre springboard
at the 2014 Commonwealth Games
VenueStrathclyde Country Park
DateJuly 30
Competitors14 from 8 nations
Winning points449.90
Medalists
    England
    Australia
    Australia

Schedule

All times are British Summer Time (UTC+1)

Date Time Round
30 July 201410:05Preliminaries
30 July 201418:05Finals

Format

The 14 divers will dive compete in a preliminary round, with each driver making six dives. The 12 best divers will advance to the final round during the evening session, where all previous scores will be cleared.

Results

Green denotes finalists

Rank Diver Preliminary Final
Points Rank Points Rank
 Jack Laugher (ENG)435.301449.901
 Matthew Mitcham (AUS)383.652404.852
 Grant Nel (AUS)352.605403.403
4 Chris Mears (ENG)383.403396.204
5 Yona Knight-Wisdom (JAM)333.108391.205
6 Ooi Tze Liang (MAS)333.807387.806
7 Liam Stone (NZL)343.356382.107
8 Riley McCormick (CAN)326.209374.108
9 James Heatly (SCO)317.6510345.609
10 Freddie Woodward (ENG)365.454340.0510
11 Cody Yano (CAN)312.0012327.9011
12 François Imbeau-Dulac (CAN)313.2011326.7012
13 Ramananda Kongbrailatpam (IND)294.9513
14 Ahmad Amsyar Azman (MAS)294.4514
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.

References

  1. "Aquatics". Glasgow 2014. Archived from the original on 13 April 2014. Retrieved 13 April 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.