George Codrington

George Ricardo Codrington (26 November 1966) is a Canadian former cricketer and former ODI captain, who played in five ODIs from 17 May 2006 to 21 August 2006.

George Codrington
Personal information
Full nameGeorge Ricardo Codrington
Born (1966-11-26) 26 November 1966
Barbados
BattingRight handed
BowlingRight arm medium fast
International information
National side
ODI debut (cap 36)17 May 2006 v Bermuda
Last ODI18 March 2007 v England
Career statistics
Competition ODI FC LA
Matches 17 2 32
Runs scored 235 89 387
Batting average 19.58 22.25 15.48
100s/50s 0/0 0/0 0/0
Top score 45* 40 45*
Balls bowled 731 276 1,281
Wickets 16 1 26
Bowling average 36.06 107.00 38.84
5 wickets in innings 0 0 0
10 wickets in match 0 0 0
Best bowling 4/33 1/20 4/33
Catches/stumpings 6/– 1/– 11/–
Source: , 30 October 2017

International career

On his debut, he top scored for Canada with 45 not out against Bermuda. He also appeared in the 2005 ICC Trophy in Ireland. He is a right-hand batsman and right-arm medium-fast bowler. He was made captain of the Canadian team for their matches in South Africa in late 2006 owing to the absence of usual captain John Davison.

Domestic career

After captaining Barbados in an inter-island under 21 competition in the West Indies, George Codrington first travelled to England in 1986 as part of a Viv Richards scholarship with Curtly Ambrose and Samuel Skeete. All three played in the Liverpool and District Cricket Competition, Codrington with Birkenhead Park, Ambrose with Chester Boughton Hall and Skeete with Oxton. After playing at Walsden in 1987, Codrington returned to the Liverpool and District Cricket Competition in 1988 with Chester Boughton Hall.

Coaching career

Codrington has taken a coaching position for the Canada Women's national cricket team.

gollark: So far all known sandbox exploits have been patched, but there are undoubtedly many unknown not patched ones!
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```

References

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