Ya Suy
Ya Suy (born January 7, 1987) is a Vietnamese singer from Lâm Đồng. He won the fourth season of Vietnam Idol on February 1, 2013.[1][2]
Ya Suy | |
---|---|
Birth name | Ya Suy |
Born | Lâm Đồng, Vietnam | January 7, 1987
Instruments | Vocals |
Years active | 2013–present |
Website | yasuyfc |
Vietnam Idol
Performances/results
Episode | Theme | Song choice | Order # | Result |
---|---|---|---|---|
Audition | Contestant's Choice | "I'm Yours" | N/A | Advanced |
Theater Round | Solo | "Nơi tình yêu bắt đầu" | N/A | Advanced |
Theater Round | Group Performance | "Cảm ơn cuộc đời" | N/A | Advanced |
Top 16 | Personal Choice | "Trái tim bên lề" | 6 | Advanced |
Top 10 | Who Are You? | "Lặng thầm một tình yêu" | 10 | Safe |
Top 9 | Exciting Music | "Trở về" | 9 | Bottom 3 |
Top 8 | We Are the World | "Hello" | 4 | Safe |
Top 7 | Đức Trí & Lưu Thiên Hương | "Anh sẽ nhớ mãi" | 3 | Safe |
Top 6 | Anh Quân & Võ Thiện Thanh | "Lại gần bên anh" | 1 | Safe |
Top 6 | No Love Song Music | "Chào buổi sáng" | 5 | Safe |
Top 4 | Duets | "Tình về nơi đâu" (with Hương Giang) "Khúc giao mùa" (with Bảo Trâm) | 1 2 | Safe |
Top 3 | Contestant's Choice, Judges' Choice | "Ngày xưa em đến" "Tan biến" | 2 5 | Safe |
Finale | Contestant's Choice, Huy Tuấn's Choice, International Music | "Viết tình ca" "Nơi ấy" "What I've Done" | 2 4 6 | Winner |
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
- Hoàng Dung, Huyền Anh; Huy Hoàng. "Ya Suy ngỡ ngàng khi trở thành Thần tượng Âm nhạc" (in Vietnamese). VnExpress. Retrieved 7 February 2013.
- Vĩnh Ngọc. "Ya Suy trở thành Quán quân Vietnam Idol" (in Vietnamese). Dân trí. Retrieved 7 February 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.