Marie Miyake
Marie Miyake (三宅 麻理恵, Miyake Marie, born June 7, 1985) is a Japanese voice actress from Osaka Prefecture, Japan. She is affiliated with Pro-Fit.[1]
Marie Miyake 三宅 麻理恵 | |
---|---|
Born | |
Nationality | Japanese |
Occupation | Voice actress |
Call sign | JI1GMS |
Voice roles
Bold denotes leading roles.
Anime
- 2007
- Gakuen Utopia Manabi Straight! as Taikai Uehara
- 2011
- Sket Dance as Saori Yasuda (eps 28, 33)
- Mashiroiro Symphony as Mitsuko Yukimori (ep 3)
- Mawaru-Penguindrum as Ringo Oginome, Hikari Utada
- 2012
- Acchi Kocchi as Ami Kirino
- Hiiro no Kakera as Tamaki Kasuga
- Pretty Rhythm: Dear My Future as So Min
- Saki as Kei Arakawa
- Jewelpet Kira☆Deco! as Chocolat Roco
- 2013
- Pretty Rhythm: Rainbow Live as Ms. Umeda (ep3-4)
- Rescue Me! as Anna Ozono
- Silver Spoon as Aki Mikage
- Love Live! as Hideko
- 2014
- Silver Spoon 2 as Aki Mikage
- Saki: The Nationals as Kei Arakawa
- Monthly Girls' Nozaki-kun as Mamiko
- No-Rin as Kanae Sato
- Nobunaga Concerto as Mori Bōmaru
- 2015
- The Idolmaster Cinderella Girls as Nana Abe
- Seraph of the End as Ako
- The Idolmaster Cinderella Girls 2nd Season as Nana Abe
- Gatchaman Crowds insight as Kuu-sama
- 2018
- Amai Chōbatsu: Watashi wa Kanshu Senyō Pet as Hina Saotome
- TBD
- Kukuriraige -Sanxingdui Fantasy- as Lilyn
Video games
- THE iDOLM@STER Cinderella Girls as Nana Abe
- Final Fantasy XIV: Stormblood as Cirina
- Azur Lane as Avrora, ROC Ning-Hai
gollark: It was to prove to <@!341618941317349376> that COMPILED DOES NOT MEAN FAST.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: Length limits, you know.
gollark: But this is shorter.
References
- "三宅 麻理恵 profile at Pro-Fit" (in Japanese).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.