1888 California Golden Bears football team
The 1888 California Golden Bears football team was an American football team that represented the University of California, Berkeley during the 1888 college football season. The team competed as an independent, without a head coach, and compiled a record of 6–1.[1]
1888 California Golden Bears football | |
---|---|
Conference | Independent |
1888 record | 6–1 |
Head coach | None |
Captain | Charles W. Reed |
1888 Western college football independents records | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Conf | Overall | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Team | W | L | T | W | L | T | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
USC | – | 2 | – | 0 | – | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
California | – | 6 | – | 1 | – | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Schedule
Date | Opponent | Site | Result |
---|---|---|---|
January 2 | San Francisco Club | Berkeley, CA | W 26–0 |
February 25 | Volunteers | Berkeley, CA | L 6–10 |
March 10 | San Francisco Club | Berkeley, CA | W 20–0 |
March 17 | Posens | Berkeley, CA | W 14–0 |
March 31 | Wasps | Berkeley, CA | W 1–0 |
April 21 | Wasps | Berkeley, CA | W 1–0 |
April 23 | vs. San Francisco Club | Santa Rosa, CA | W 36–0 |
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
gollark: Is there some reason you can't just use whatever language's equivalent of `sleep(1)` or something?
gollark: ```javascriptasync whateverParameters => { const summoner = await api.get('euw1', 'summoner.getBySummonerName', result) const data = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') await msg.reply("Found league info for " + args[0] + "\nName:" + result + "\nRank:"+ data.tier + " " + data.rank)}```or something.
References
- "2015 Media Guide" (PDF). CalBears.com. Cal Golden Bears Athletics. p. 160. Archived from the original (PDF) on October 26, 2016. Retrieved October 20, 2016.
- 2015 Football Information Guide (PDF). Cal Athletics. 2015. p. 1962. Archived from the original (PDF) on 2016-10-26.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.