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.
Biographical details | |
---|---|
Born | Manhattan, New York | October 24, 1876
Died | May 4, 1944 67)[1] Brooklyn, New York | (aged
Playing career | |
1895–1897 | Fordham |
Coaching career (HC unless noted) | |
1896 | Fordham |
Head coaching record | |
Overall | 1–0 |
Head coaching record
Year | Team | Overall | Conference | Standing | 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
- 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.