Cornelius Cooper

Cornelius Cooper (born January 10, 1947) is a former American football player and coach. He was the 13th head football coach at Prairie View A&M University in Prairie View, Texas and he held that position for two seasons, from 1980 until 1981. His record at Prairie View was 4–16.[1][2]

Cornelius Cooper
Biographical details
Born (1947-01-10) January 10, 1947
Playing career
1964–1967Prairie View A&M
Position(s)Tackle
Coaching career (HC unless noted)
1980–1981Prairie View A&M
Head coaching record
Overall4–16

Cooper played offensive tackle at Prairie View and was selected in the 11th round (280th overall pick) of the in 1968 NFL Draft by the Miami Dolphins.[3]

Cooper later taught in the West Orange-Cove Consolidated Independent School District.

Head coaching record

Year Team Overall ConferenceStanding Bowl/playoffs
Prairie View A&M Panthers (Southwestern Athletic Conference) (1980–1981)
1980 Prairie View A&M 2–80–67th
1981 Prairie View A&M 2–81–57th
Prairie View A&M: 4–161–11
Total:4–16
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.

References

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