Choi Sung-jae
Choi Sung-jae (born 18 July 1984) is a South Korean actor.[1]
Choi Sung-jae | |
---|---|
![]() | |
Born | South Korea | 18 July 1984
Occupation | Actor |
Korean name | |
Hangul | |
Revised Romanization | Choe Seong-jae |
McCune–Reischauer | Ch'oe Sŏng-chae |
Filmography
Television series
Year | Title | Role | Network |
---|---|---|---|
2012 | Feast of the Gods | MBC | |
2013 | Blue Tower | tvN | |
2014 | Gap-dong | Detective | tvN |
2015 | The Man in the Mask | Ki-tae | KBS2 |
2016 | The Doctors | Hwangbo Tae-yang | SBS |
Something About 1 Percent | Jung Sun-woo | Dramax | |
2017 | A Sea of Her Own | Kim Sun-woo | KBS2 |
Circle | Humans B Central Control Room Agent (Ep.2, Special appearance) | tvN | |
Temperature of Love | Lee Sung-jae | SBS | |
2018 | My Contracted Husband, Mr. Oh | Oh Byung-chul | MBC |
Grand Prince | Kim Kwan | TV Chosun | |
2019 | Liver or Die | Kang Yeol-han | KBS2 |
A Place in the Sun | Choi Gwang-il | KBS2 |
Film
Year | Title | Role |
---|---|---|
2017 | The Outlaws | Detective |
Awards and nominations
Year | Award | Category | Nominated work | Result |
---|---|---|---|---|
2019 | 12th Korea Drama Awards | Best New Actor | Liver or Die | Nominated |
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad
gollark: Fine.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.