Angelo Locci
Angelo Locci (born 21 December 1962) is an Italian male retired hurdler, which participated at the 1987 World Championships in Athletics.[1]
Personal information | ||||||||
---|---|---|---|---|---|---|---|---|
Nationality | Italian | |||||||
Born | Cagliari | 21 December 1962|||||||
Sport | ||||||||
Country | ||||||||
Sport | Athletics | |||||||
Event(s) | 400 metres hurdles | |||||||
Club |
| |||||||
Achievements and titles | ||||||||
Personal best(s) |
| |||||||
Medal record
|
Achievements
Year | Competition | Venue | Position | Event | Performance | Notes |
---|---|---|---|---|---|---|
1987 | World Championships | Quarter | 400 metres hurdles | 51.15 | ||
Mediterranean Games | 3rd | 400 metres hurdles | 51.05 |
gollark: I don't know exactly what it does.
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.
References
- "Daeugu 2011 Media Guide" (PDF) (in Italian). fidal.it. p. 48. Retrieved 21 August 2017.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.