1912 Villanova Wildcats football team

The 1912 Villanova Wildcats football team represented the Villanova University during the 1912 college football season. The Wildcats team captain was Timothy Spillane.[1]

1912 Villanova Wildcats football
ConferenceIndependent
1912 record3–3
Head coachCharles McGeehan (1st season)
CaptainTimothy Spillane
Home stadiumnone
1912 Eastern college football independents records
Conf  Overall
TeamW L T  W L T
Harvard      9 0 0
Penn State      8 0 0
Carlisle      12 1 1
Princeton      7 1 1
Yale      7 1 1
Lehigh      9 2 0
Dartmouth      7 2 0
Wesleyan      7 2 0
Colgate      5 2 0
Wash. & Jeff.      8 3 1
Rhode Island State      6 3 0
Temple      3 2 0
Penn      7 4 0
Army      5 3 0
Brown      6 4 0
Franklin & Marshall      6 4 0
Rutgers      5 4 0
Tufts      5 4 0
Fordham      4 4 0
Villanova      3 3 0
Morris Harvey      2 2 0
Lafayette      4 5 1
Syracuse      4 5 0
Carnegie Tech      3 4 1
Geneva      3 4 0
Pittsburgh      3 6 0
Boston College      2 4 1
Cornell      3 7 0
NYU      2 6 0

Schedule

DateOpponentSiteResult
September 28at SwarthmoreSwarthmore, PAL 0–27
October 2at Carlisle
L 0–65
at Catholic UniversityWashington, DCW 20–7
November 9at Penn StateL 0–71
November 16at Mount St. Mary'sEmmitsburg, MDW 23–0
November 28at FordhamNew York, NYW 19–0

[2]

gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.

References

  1. "2016 Villanova football Media Guide". Villanova.com. Retrieved June 2, 2017.
  2. "Villanova State Game by Game Results". College Football Data Warehouse. Retrieved June 2, 2017.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.