2009 Georgetown Hoyas football team

The 2009 Georgetown Hoyas football team represented Georgetown University in the 2009 NCAA Division I FCS football season. The team was led by Kevin Kelly, in his fourth season as head coach. The Hoyas played their home games at Multi-Sport Field in Washington, D.C. Georgetown failed to win a game, a first since 1885. However, they still filled their stadium past capacity for half their home games.

2009 Georgetown Hoyas football
ConferencePatriot League
2009 record0–11 (0–6 Patriot)
Head coachKevin Kelly (4th season)
Home stadiumMulti-Sport Field (c. 2,500)
2009 Patriot League football standings
Conf  Overall
Team W L    W L 
No. 14 Holy Cross $^  5 1     9 3  
No. 21 Colgate  4 2     9 2  
No. 24 Lafayette  4 2     8 3  
Lehigh  4 2     4 7  
Fordham  2 4     5 6  
Bucknell  2 4     4 7  
Georgetown  0 6     0 11  
  • $ Conference champion
  • ^ FCS playoff participant
Rankings from The Sports Network poll

Schedule

DateTimeOpponentSiteTVResultAttendance
September 51:00 PMat No. 25 Holy CrossL 7–205,897
September 126:00 PMLafayetteL 3–282,875
September 191:00 PMYale*
  • Multi-Sport Field
  • Washington, DC
L 10–312,941
September 262:00 PMHoward*
  • Multi-Sport Field
  • Washington, DC
L 11–142,630
October 31:00 PMat BucknellL 6–141,860
October 1012:30 PMat LehighTV2L 0–275,789
October 171:00 p.m.No. 17 Colgate
  • Multi-Sport Field
  • Washington, DC
L 14–311,875
October 316:00 PMat Old Dominion*
L 10–3119,782
November 71:00 PMat Marist*L 21–232,158
November 141:00 PMNo. 4 Richmond*
  • Multi-Sport Field
  • Washington, DC
L 10–492,312
November 211:00 PMFordham
  • Multi-Sport Field
  • Washington, DC
L 14–412,432
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?

References

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