Willie Raston

Willie Raston (born 21 April 1984) is a New Zealand former professional rugby league footballer who played in the 2000s for the Canberra Raiders in the National Rugby League.

Willie Raston
Personal information
Born (1984-04-21) 21 April 1984
Palmerston North, New Zealand
Playing information
PositionProp
Club
Years Team Pld T G FG P
2006 Canberra Raiders 3 0 0 0 0
Source: [1]

Early life

Born in Palmerston North, Raston is a nephew of New Zealand international John Lomax.[2]

Playing career

Raston, a prop, is a former Junior Kiwis representative and played for the New Zealand Maoris in 2005.[3] He played in the first three rounds of the 2006 NRL season for Canberra. This included two heavy losses, where Canberra conceded over 50 points and Raston lost his place in the side.[4]

gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
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.

References

  1. Collis, Ian (2018). The A to Z of Rugby League Players. New Holland Publishers. ISBN 9781921024986.
  2. "Bad boy Williams limbers up for Raiders senior debut". NZ Herald. 16 June 2005. Retrieved 27 October 2018.
  3. "Willie the kid whose dream finally came true". The Canberra Times. 9 March 2006.
  4. "One hit wonders: Players who lasted just one season in the NRL". sportingnews.com. 22 July 2016. Retrieved 27 October 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.