Dominic Berger
Dominic Berger (born May 19, 1986) is an American track and field athlete who competes in the sprint hurdles.
College career
At the University of Maryland he was a multiple time All-American and Atlantic Coast Conference champion.[1]
International career
Berger won the 110 metres hurdles at the 2006 NACAC Under-23 Championships in Athletics.[2]
At the 2014 USA Indoor Track and Field Championships Berger finished 2nd with a time of 7.556 second which was 0.003 seconds out of first and 0.003 seconds above third.[3] This finished enabled him to compete at the 2014 IAAF World Indoor Championships where he was a semifinalist.[4]
gollark: Yes, yes it does... oops...
gollark: It *does* probably go against TJ09's **Grand Vision**...
gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
References
- http://www.umterps.com/ViewArticle.dbml?DB_OEM_ID=29700&ATCLID=207382493
- http://www.usatf.org/news/view.aspx?DUID=USATF_2006_07_10_14_24_13
- "Archived copy". Archived from the original on 2014-03-02. Retrieved 2014-08-09.CS1 maint: archived copy as title (link)
- http://www.iaaf.org/competitions/iaaf-world-indoor-championships/iaaf-world-indoor-championships-2014-4952/results/men/60-metres-hurdles/semi-final/summary#resultheader
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.