1949 Wake Forest Demon Deacons baseball team

The 1949 Wake Forest Demon Deacons baseball team represented Wake Forest College in the 1949 NCAA baseball season. The team was coached by Lee Gooch in his second season as head coach at Wake Forest.

1949 Wake Forest Demon Deacons baseball
SoCon champion
District III champion
Region B champion
ConferenceSouthern Conference
1949 record31–4 (13–1 SoCon)
Head coachLee Gooch (2nd season)
1949 Southern Conference baseball standings
Conf  Overall
TeamW L PCT  W L PCT
Wake Forest  y 131 .929  314 .886
South Carolina   135 .722  156 .714
Richmond   73 .700  129 .571
Clemson   105 .667  1112 .478
North Carolina   128 .600  209 .690
Maryland   54 .556  108 .556
William & Mary   65 .545   
VMI   55 .500   
NC State   811 .421   
Virginia Tech   57 .417  1011 .476
Duke   913 .409   
Furman   58 .385   
George Washington   25 .286   
Davidson   38 .273   
Washington and Lee   28 .200   
The Citadel   110 .091   
Conference champion
y Invited to the NCAA Tournament
As of June 30, 1949[1]; Rankings from Collegiate Baseball

The Demon Deacons reached the College World Series, finishing as the runner up to Texas.[2]

Roster

1949 Wake Forest Demon Deacons roster[3]
 

Pitchers

  • - Moe Bauer
  • - Max Eller
  • - Lloyd Griffin
  • - Charlie Kinlaw
  • - Dick McCleney
  • - Vernon Mustian
  • - Harry Nicholas
  • - Frank Thorne
  • - Richard Vander Clute
 

Infielders

Catchers

  • - Russ Batchelor
  • - Alton Brooks
  • - Woodrow Wren
 

Outfielders

  • - Charlie Darden
  • - Joe Fulgham
  • - Paul Harris
  • - Charlie Kersh
  • - Paul Livick
  • - Victor Matney

Schedule

Legend
 Wake Forest win
 Wake Forest loss
1949 Wake Forest Demon Deacons Baseball Game Log[4]
Regular Season
Post-Season
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?

References

  1. "College Baseball Conference Standings -- 1949". BoydsWorld.com. Retrieved March 16, 2019.
  2. "1949 College World Series". Omaha.com. Retrieved August 31, 2019.
  3. The Howler. Wake Forest College. p. 221.
  4. The Howler. Wake Forest College. pp. 221–223.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.