2010 Central Michigan Chippewas football team

The 2010 Central Michigan Chippewas football team represented Central Michigan University during the 2010 NCAA Division I FBS football season. The Chippewas, led by first-year head coach Dan Enos, compete in the West Division of the Mid-American Conference and played their home games at Kelly/Shorts Stadium. They finished the season 3–9, 2–6 in MAC play.

2010 Central Michigan Chippewas football
ConferenceMid-American Conference
DivisionWest
2010 record3–9 (2–6 MAC)
Head coachDan Enos
Offensive coordinatorMike Cummings
Defensive coordinatorJoe Tumpkin
Home stadiumKelly/Shorts Stadium
(Capacity: 30,255)
2010 Mid-American Conference football standings
Conf  Overall
Team W L    W L 
East Division
Miami x$  7 1     10 4  
Ohio  6 2     8 5  
Temple  5 3     8 4  
Kent State  4 4     5 7  
Bowling Green  1 7     2 10  
Buffalo  1 7     2 10  
Akron  1 7     1 11  
West Division
Northern Illinois x  8 0     11 3  
Toledo  7 1     8 5  
Western Michigan  5 3     6 6  
Ball State  3 5     4 8  
Central Michigan  2 6     3 9  
Eastern Michigan  2 6     2 10  
Championship: Miami 26, Northern Illinois 21
  • $ Conference champion
  • x Division champion/co-champions

Schedule

DateTimeOpponentSiteTVResultAttendance
September 27:00 PMHampton*W 33–017,311[1]
September 97:00 PMat TempleESPNUL 10–13 OT15,152
September 184:00 PMat Eastern MichiganW 52–1420,348[2]
September 2512:00 PMat Northwestern*BTNL 25–3030,075[3]
October 23:30 PMBall State
  • Kelly/Shorts Stadium
  • Mount Pleasant, Michigan
L 17–3120,152[4]
October 91:30 PMat Virginia Tech*ESPNUL 21–4566,233[5]
October 1612:00 PMMiami (OH)
  • Kelly/Shorts Stadium
  • Mount Pleasant, Michigan
ESPN+L 20–2724,761[6]
October 234:00 PMat Northern IllinoisCSNCL 7–3317,042
October 303:30 PMBowling Green
  • Kelly/Shorts Stadium
  • Mount Pleasant, Michigan
L 14–1717,659[7]
November 56:00 PMWestern Michigan
ESPNUW 26–2222,355[8]
November 133:30 PMat Navy*CBSCSL 37–3834,333[9]
November 262:00 PMat ToledoESPN3L 31–4212,121

Game summaries

vs. Hampton

Hampton at Central Michigan
1 234Total
Pirates 0 000 0
Chippewas 16 737 33

at Temple

Central Michigan at Temple
1 234OTTotal
Chippewas 0 0730 10
Owls 0 7303 13

at Eastern Michigan

Central Michigan at Eastern Michigan
1 234Total
Chippewas 14 71417 52
Eagles 0 770 14
  • Date: September 18
  • Location: Rynearson Stadium
  • Game start: 4:00 PM EDT
  • Game attendance: 20,348
Central Michigan lined up for one of their seven converts against EMU.

Scoring summary

1st Quarter

  • 4:13 CMU – Cody Wilson 21-yard pass from Ryan Radcliff (David Harman kick) 7-0 CMU
  • 0:47 CMU – Paris Cotton 13-yard run (David Harman kick) 14-0 CMU

2nd Quarter

  • 4:28 EMU – Dwayne Priest 2-yard run (Sean Graham kick) 14-7 CMU
  • 1:45 CMU – Paris Cotton 1-yard run (David Harman kick) 21-7 CMU

3rd Quarter

  • 13:30 CMU – Paris Cotton 61-yard run (David Harman kick) 28-7 CMU
  • 8:09 EMU – Donald Scott 52-yard pass from Alex Gillett (Sean Graham kick) 28-14 CMU
  • 4:20 CMU – Kito Poblah 14-yard pass from Ryan Radcliff (David Harman kick) 35-14 CMU

4th Quarter

  • 13:42 CMU – Mike Petrucci 43-yard fumble return (David Harman kick) 42-14 CMU
  • 8:09 CMU – David Harman 41-yard field goal 45-14 CMU
  • 6:25 CMU – Zurlon Tipton 20-yard run (David Harman kick) 52-14 CMU
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.

References


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