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]
Personal information | |||
---|---|---|---|
Full name | Makito Hatanaka | ||
Date of birth | 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 | |||||
---|---|---|---|---|---|---|---|---|
Season | Club | League | Apps | Goals | Apps | Goals | Apps | Goals |
Japan | League | Emperor's Cup | Total | |||||
2015 | Gainare Tottori | J3 League | 0 | 0 | 0 | 0 | 0 | 0 |
2016 | 1 | 0 | 0 | 0 | 1 | 0 | ||
2017 | 11 | 0 | 0 | 0 | 11 | 0 | ||
2018 | 0 | 0 | 0 | 0 | 0 | 0 | ||
Career total | 12 | 0 | 0 | 0 | 12 | 0 |
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
- "畑中槙人:ガイナーレ鳥取:Jリーグ.jp". jleague.jp. Retrieved 30 September 2016.
- Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "J1&J2&J3選手名鑑ハンディ版 2018 (NSK MOOK)", 7 February 2018, Japan, ISBN 978-4905411529 (p. 273 out of 289)
- Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "2017 J1&J2&J3選手名鑑 (NSK MOOK)", 8 February 2017, Japan, ISBN 978-4905411420 (p. 269 out of 289)
- Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "2016J1&J2&J3選手名鑑", 10 February 2016, Japan, ISBN 978-4905411338 (p. 261 out of 289)
External links
- Makito Hatanaka at Soccerway
- Makito Hatanaka at J.League (in Japanese)
- Profile at Gainare Tottori
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.