Bryan Murphy (Gaelic footballer)
Bryan Murphy (born September 1967) is an Irish Gaelic football manager and former dual player of hurling and Gaelic football who played for club sides Bishopstown and Clane. He was a member of the Kildare senior football team for six years, while he also lined out with the Cork senior hurling team and the Cork senior football team.[1][2][3]
Personal information | |||
---|---|---|---|
Irish name | Brian Ó Murchú | ||
Sport | Gaelic football | ||
Position | Right corner-forward | ||
Born |
September 1967 Bishopstown, Cork, Ireland | ||
Occupation | General manager | ||
Club(s) | |||
Years | Club | ||
Bishopstown Clane | |||
Club titles | |||
Kildare titles | 1 | ||
Colleges(s) | |||
Years | College | ||
1986-1991 | University College Cork | ||
College titles | |||
Fitzgibbon titles | 2 | ||
Inter-county(ies) | |||
Years | County | ||
1996-2002 | Kildare | ||
Inter-county titles | |||
Leinster titles | 2 | ||
All-Irelands | 0 | ||
NFL | 0 | ||
All Stars | 0 |
Honours
- University College Cork
- Fitzgibbon Cup (2): 1990, 1991
- Clane
- Kildare Senior Football Championship (1): 1997
- Cork
- Munster Senior Hurling Championship (1): 1992
- All-Ireland Junior Football Championship (1): 1993
- Munster Junior Football Championship (1): 1993
- All-Ireland Minor Hurling Championship (1): 1985
- Munster Minor Hurling Championship (1): 1985
- Munster Minor Football Championship (1): 1985
- Kildare
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
References
- Shannon, Kieran (7 July 2018). "Brian Murphy combined talent with defiance". Irish Examiner. Retrieved 23 March 2019.
- Fogarty, John (25 July 2015). "Bryan Murphy bleeds Cork blood but now firmly Kildare at heart". Irish Examiner. Retrieved 23 March 2019.
- "Setbacks galore, but Brian Murphy is no quitter". Irish Independent. 22 April 2001. Retrieved 23 March 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.