Marcus Session

Marcus Session is a former American Professional Basketball player. He was born December 3, 1981 in Houston, Texas. He attended the historic Milby High School, where he played for Coach Boyce Honea. Marcus began his college career at San Jacinto College where he played for coach Scott Gernander two years. He later went on to attend St. Mary's University, Texas where he played for coach Buddy Meyer.[1][2]

Marcus Session (Photo Courtesy of Korean Basketball League)
Marcus Session
BornDecember 3rd, 1981
Houston, TX
CitizenshipUSA
Alma materSt. Mary's University

University of Houston Downtown

Texas Southern University
Years activeCollege: 2000 - 2004 Pro: 2004 - 2012
Height6"6"

Professional career

In professional basketball he started in the pre-season and mini camp with the San Antonio Spurs in 2004. He later played for the Busan KT Sonicboom (S. Korea), Criollos de Caguas (basketball) (Puerto Rico), Espartanos de Margarita (LNB, VEN), Jilin Northeast Tigers (China), Houston Takers (ABA), Deportes Puerto Varas (Chile-DiMayor), Bucaneros De Campeche (MEX-LNBP), tested by Baloncesto Málaga , London Lions (basketball), a short stint with the New Mexico Thunderbirds (NBA D-League), Al Ahli SC (Doha) , Rizing Fukuoka (Japan) contractually, TV Langen (Germany).[3][4][5][6][7][8]

Other Work

He currently works as an international Pro Basketball Scout with Kingdom Works Sports Agency, an Educator, Author, Public Speaker, Urban Youth Advocacy and a College Professor. He released his first book entitled "Working With The At-Risk Teen" in March 2016.[9] He has also recorded a Christian Rap Album in 2008 entitled "Motivation" under the stage name M-Session. He has also spoken at many basketball camps, clinics, schools, and youth events around the world.[10]

gollark: HAS YOUR NOSE EXPLODED?
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...

References

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