Makito Hatanaka

Makito Hatanaka (畑中 槙人, Hatanaka Makito, born 7 June 1996 in Kakogawa, Hyōgo) is a Japanese footballer who plays for Albirex Niigata Singapore.[1]

Makito Hatanaka
畑中 槙人
Personal information
Full name Makito Hatanaka
Date of birth (1996-06-07) 7 June 1996
Place of birth Kakogawa, Hyōgo, Japan
Height 2.05 m (6 ft 9 in)
Playing position(s) Forward
Club information
Current team
Albirex Niigata Singapore
Number 13
Youth career
2011–2014 Gainare Tottori Youth
Senior career*
Years Team Apps (Gls)
2015–18 Gainare Tottori 12 (0)
2019- Albirex Niigata (S) 7 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 05 October 2019

Club statistics

Updated to 23 February 2018.[2][3][4]

Club performance League Cup Total
SeasonClubLeague AppsGoals AppsGoals AppsGoals
Japan League Emperor's Cup Total
2015Gainare TottoriJ3 League000000
2016100010
201711000110
2018000000
Career total 12000120
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
gollark: That... sounds possible though I don't know exactly what you mean.

References

  1. "畑中槙人:ガイナーレ鳥取:Jリーグ.jp". jleague.jp. Retrieved 30 September 2016.
  2. Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "J1&J2&J3選手名鑑ハンディ版 2018 (NSK MOOK)", 7 February 2018, Japan, ISBN 978-4905411529 (p. 273 out of 289)
  3. Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "2017 J1&J2&J3選手名鑑 (NSK MOOK)", 8 February 2017, Japan, ISBN 978-4905411420 (p. 269 out of 289)
  4. Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "2016J1&J2&J3選手名鑑", 10 February 2016, Japan, ISBN 978-4905411338 (p. 261 out of 289)


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