George G. Grainger

George G. Grainger (October 24, 1876 – May 4, 1944) was an American football player and coach. He was the head football coach at Fordham University for one season in 1896, compiling a record of 1–0.

George G. Grainger
Biographical details
Born(1876-10-24)October 24, 1876
Manhattan, New York
DiedMay 4, 1944(1944-05-04) (aged 67)[1]
Brooklyn, New York
Playing career
1895–1897Fordham
Coaching career (HC unless noted)
1896Fordham
Head coaching record
Overall1–0

Head coaching record

Year Team Overall ConferenceStanding Bowl/playoffs
Fordham (Independent) (1896)
1896 Fordham 1–0
Fordham: 1–0
Total:1–0
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

  1. Death Notice:Grainger, George V, Page 11, Brooklyn NY Daily Eagle, 1944-05-05
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.