Maritino Nemani
Maritino Nemani (born 25 May 1991) is a Fijian rugby union footballer. His regular playing position is as a winger. He plays for the Chiefs in Super Rugby and Bay of Plenty in the ITM Cup.
![]() Maritino Nemani playing in a Rugby game | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Birth name | Maritino Nemani William Marcus | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Date of birth | 25 May 1991 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Place of birth | Fiji | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Height | 1.81 m (5 ft 11 1⁄2 in) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Weight | 101 kg (15 st 13 lb) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Rugby union career | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Early years
Nemani is from Nadivakarua, Kubu-lau, Bua. He attended Sacred Heart College in Auckland, and represented New Zealand Secondary Schools.[1] He represented Fiji under 20 in the 2010 IRB Junior World Championship.[2] He joined French side FC Grenoble in 2015.
Relatives
Nemani 'Junior' is the son of former Fiji and Suva soccer skipper Maritino Nemani.
gollark: Eh. It's improved. Still problematic though, but I like it.
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
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```
References
- Sacred Heart News Archived 10 February 2013 at the Wayback Machine
- IRB JWC Archived 20 October 2012 at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.