Azamat Bitiev

Azamat Bitiev (born 9 December 1989) is a Russian rugby union player who generally plays as a prop represents Russia internationally.[1]

Azamat Bitiev
Date of birth (1991-09-02) 2 September 1991
Height1.82 m (5 ft 11 12 in)
Weight108 kg (17 st 0 lb; 238 lb)
Rugby union career
Position(s) Prop
Current team Krasny Yar
Senior career
Years Team Apps (Points)
Krasny Yar ()
Correct as of 14 September 2019
National team(s)
Years Team Apps (Points)
2015–present Russia 19 (0)
Correct as of 14 September 2019

He was included in the Russian squad for the 2019 Rugby World Cup which is scheduled to be held in Japan for the first time and also marks his first World Cup appearance.[2]

Career

He made his international debut for Russia against Zimbabwe on 17 November 2015.[3]

gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

References

  1. "Azamat Bitiev". ESPN scrum. Retrieved 2019-09-14.
  2. "Состав сборной России на Кубок мира в Японию" [The composition of the Russian national team for the World Cup in Japan]. rugby.ru. Rugby Federation of Russia. 1 September 2019. Retrieved 2019-09-14.
  3. "Russia v Zimbabwe". ESPN scrum. Retrieved 2019-09-14.

 

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