Miyata (surname)
Miyata is a Japanese surname. Notable people with the surname include:
Actors
- Hironori Miyata (born 1960), voice actor
- Kazuko Miyata (born 1969), film and television actor
- Kōki Miyata, voice actor
Athletes
- Daichi Miyata (born 1996), figure skater
- Fúlvio Miyata (born 1977), Brazilian judoka
- Kazuyuki Miyata (born 1976), mixed martial artist
- Koji Miyata (born 1923), footballer
- Naoki Miyata (born 1987), footballer
- Toshihiko Miyata (宮田 俊彦), Japanese table tennis player
- Yukari Miyata (born 1989), volleyball player
Musicians
- Kōhachiro Miyata (born 1938), flautist and composer
- Mako Miyata, singer
- Mayumi Miyata, shō player
Other
- Atsushi Miyata (born 1981), professional shogi player
- Marino Miyata (born 1991), former beauty pageant titleholder
- Masayuki Miyata (1926–1997), kiri-e artist
- Noboru Miyata (1936–2000), folklorist
gollark: But yes, for sandboxing DO NOT DO BLACKLISTING.
gollark: This isn't for sandboxing, though, just undoing what CraftOS does.
gollark: This is what mine does.
gollark: ```lua-- hacky magic to run our code and not the BIOS stuff-- this terminates the shell, which crashes the BIOS, which then causes an error, which is printed with printErrorlocal old_printError = _G.printErrorfunction _G.printError() _G.printError = old_printError -- Multishell must die. term.redirect(term.native()) multishell = nil term.setTextColor(colors.yellow) term.setBackgroundColor(colors.black) term.setCursorPos(1,1) term.clear() _G.polychoron = {version = version, process = process} polychoron.polychoron = polychoron polychoron.BSOD = BSOD for n, p in pairs(base_processes) do process.spawn(p, n) end os.queueEvent "event" -- so that processes get one free "tick" run_loop()end os.queueEvent "terminate"```
gollark: PotatOS's potatoscheduler uses a TLCO thing to escape this and run its own main loop.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.