Marianne Stanior

Marianne Stanior (1910–1967) was a German stage and film actress.[1]

With Curt Ackermann in 1938.
Marianne Stanior
Marianne Stanior in 1938
Born19 June 1910
Died12 January 1967
OccupationActress
Years active1921–1954 (film)

Selected filmography

gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.

References

  1. Giesen p.188

Bibliography

  • Giesen, Rolf. Nazi Propaganda Films: A History and Filmography. McFarland & Co, 2003.


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