Hans Korte

Hans Korte (8 April 1929 – 25 September 2016) was a German actor.

Hans Korte
Born(1929-04-08)April 8, 1929
DiedSeptember 25, 2016(2016-09-25) (aged 87)
OccupationStage actor, film actor, Voice actor, Director

Filmography

  • Yesterday Girl (1966) as The Judge
  • Die Weibchen (1970) as Kommissar
  • Nachbarn sind zum Ärgern da (1970) as Max Hirnbiss
  • The Captain (1971) as Herbert Prittel, purser
  • Betragen ungenügend! (1972) as Prof. Heinzerling
  • Don't Get Angry (1972) as Paul Wegmann
  • Die Antwort kennt nur der Wind (1974) as Notar Ribeyrolles (voice, uncredited)
  • Everyone Dies Alone (1976) as SS Obergruppenführer Prall
  • Death is My Trade (1977) as Heinrich Himmler
  • Derrick (1976-1993, TV Series) as Röder / Anwalt / Dr. Trabuhr / Robert Linder / Professor Balthaus / Herr Kwien / Ewald Malenke
  • Doctor Faustus (1982) as Professor Kumpf
  • Der Vater eines Mörders (1985, TV Movie, based on The Father of a Murderer) as The father of Heinrich Himmler
  • Der Schatz im Niemandsland (1987, TV Series) as Grandfather Erfan
  • Lorentz & Söhne (1988, TV Series) as Guy Lorentz
  • Spider's Web (1989) as Hugenberg
  • Ende der Unschuld (1991, TV Movie) as Professor Erich Schumann
  • Keep on Running (1991) as Dr. Dörner
  • Der große Bellheim (1993, TV Mini-Series) as Max Reuther
  • Katrin ist die Beste (1997, TV Series) as Friedrich
  • Der König von St. Pauli (1998, TV Series) as Walter 'Fett-Daumen' Graf
  • Samt und Seide (2002–2005, TV series) as August Meyerbeer
gollark: If the rendering was efficient the server load would be fine, though.
gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.