John Vehmeier

John William Vehmeier (April 23, 1883 – September 5, 1973) was an American football coach and farmer. He served as the head football coach at the University of North Dakota in 1912, compiling a record of 1–4.[1] Vehmeier died in 1973.[2]

John Vehmeier
Biographical details
Born(1883-04-23)April 23, 1883
Rock Run Township, Stephenson County, Illinois
DiedSeptember 5, 1973(1973-09-05) (aged 90)
McHenry County, Illinois
Alma materIllinois (1909)
Coaching career (HC unless noted)
1912North Dakota
Head coaching record
Overall1–4

Head coaching record

Year Team Overall ConferenceStanding Bowl/playoffs
North Dakota Flickertails (Independent) (1912)
1912 North Dakota 2–4
North Dakota: 1–4
Total:1–4
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.

References

  1. "North Dakota Football Media Guide". North Dakota Fighting Hawks. 2015. Retrieved January 4, 2020.
  2. "John W. Vehmeiere Obituary". Freeport Journal Standard. Freeport, Illinois. Newspapers.com . September 6, 1973. Retrieved January 4, 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.