Jamaica at the 1964 Summer Olympics
Jamaica competed at the 1964 Summer Olympics in Tokyo, Japan. This was the first time Jamaica had competed in the Olympics since independence in 1962. 21 competitors, 17 men and 4 women, took part in 16 events in 4 sports.[1]
Jamaica at the 1964 Summer Olympics | |
---|---|
IOC code | JAM |
NOC | Jamaica Olympic Association |
Website | www |
in Tokyo | |
Competitors | 21 (17 men, 4 women) in 4 sports |
Medals |
|
Summer Olympics appearances (overview) | |
Other related appearances | |
Athletics
Boxing
Sailing
Shooting
One shooter represented Jamaica in 1964.
- 50 m pistol
- Tony Bridge
gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```
gollark: It doesn't seem to be.
gollark: Also, what are the restrictions on them? I ask because I want to use this as an insane serial protocol.
References
- "Jamaica at the 1964 Tokyo Summer Games". Sports Reference. Archived from the original on 12 September 2015. Retrieved 6 August 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.