Andrey Krasko
Andrey Ivanovich Krasko (Russian: Андре́й Ива́нович Краско́; 10 August 1957, Leningrad, USSR — 4 July 2006, Odessa, Ukraine) was a Russian theatre and cinema actor.[1][2]
Andrey Krasko | |
---|---|
Born | |
Died | July 4, 2006 48) | (aged
Occupation | actor |
Awards | Golden Eagle Award (2008) |
Andrey Krasko first experienced theatrical production as a child at the Theater of Youth Creativity (1969-1974) directed by Matvey Dubrovin[3].
Son of Russian actor Ivan I. Krasko[3].
Filmography
- 1979 — Personal meeting
- 1986 — Breakthrough
- 1988 — Fountain
- 1989 — Stray Dogs (1989 film)
- 1989 — Don César de Bazan
- 1991 — Loch. The winner of the water
- 1991 — Afghan Breakdown
- 1993 — The White Horse
- 1996 — Operation Happy New Year
- 1997 — Brother
- 1998 — Peculiarities of the National Fishing
- 1998 — Checkpoint
- 1998 — National Security Agent
- 2000 — Peculiarities of the National Hunt in Winter Season
- 2001 — Sisters
- 2002 — Tycoon
- 2003 — Lines of Fate
- 2004 — 72 Meters
- 2004 — Goddess: How I fell in Love
- 2005 — Brezhnev
- 2005 — The Fall of the Empire (TV)
- 2005 — Yesenin (TV)
- 2005 — The 9th Company
- 2005 — Dead Man's Bluff
- 2005 — Graveyard Shift
- 2005 — Doctor Zhivago
- 2005 — The Turkish Gambit
- 2006 — The Orange Sky
- 2006 — Piter FM
- 2006 — Bastards
- 2006 — U.E.
- 2007 — Liquidation
- 2007 — I’m Staying
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.