Joe Darkey
Joe Darkey (born 22 May 1942) is a former Ghanaian professional boxer who competed in the 1960s. A middleweight he competed in Boxing at the 1964 Summer Olympics - Middleweight, but was defeated in the third round. However two years later in 1966 he participated in the 1966 British Empire and Commonwealth Games and won a gold medal.[1]
Medal record | ||
---|---|---|
Men's Boxing | ||
Representing | ||
British Empire and Commonwealth Games | ||
1966 Kingston | Middleweight |
1964 Olympic results
Below is the Olympic record of Joe Darkey, a Ghanaian middleweight boxer who competed at the 1964 Tokyo Olympics:
- Round of 32: bye
- Round of 16: defeated James Rosette (United States) by decision, 3-2
- Quarterfinal: lost to Valery Popenchenko (Soviet union) by decision, 0-5
gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.