Yevgeny Kindinov
Yevgeny Arsenievich Kindinov (Russian: Евгений Арсеньевич Киндинов, born 24 May 1945 in Moscow) is a Russian theatre and film actor. He spent his entire professional career at the Moscow Art Theatre, and, after the theater was split in 1987, at the Chekhov Moscow Art Theatre. He is a People's Artist of Russia.[1]
Selected filmography
- Dead Season (1968) as Soviet intelligence officer
- Punisher (1968)
- A Lover's Romance (1974) as Sergei Nikitin
- Mama, I'm Alive (1976) as Viktor Glunsky
- A Taiga Story (1979) as Goga Gertsev
- The Suicide Club, or the Adventures of a Titled Person (1981) as Simon Rolls
- The Blonde Around the Corner (1983) as store clerk (voice)
- Children of the Arbat (2004) as Lev Kamenev
- Adjutants of Love (2005) as Rene, a monk templar
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.
References
- Евгений Арсеньевич Киндинов (in Russian). МХАТ им. А. П. Чехова. Retrieved 27 July 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.