Colibri (film)

Colibri is a 1924 German silent film directed by Victor Janson and starring Ossi Oswalda and Bruno Kastner.[1]

Colibri
Directed byVictor Janson
Produced byOssi Oswalda
Gustav von Koczian-Miskolczy
Written byPaul Frank
Franz Rauch
StarringOssi Oswalda
Bruno Kastner
CinematographyWilly Gaebel
Marius Holdt
Production
company
Ossi Oswalda-Film
Distributed byWesti Film
Release date
March 1924
CountryGermany
LanguageSilent
German intertitles

The film's sets were designed by the art director Jacek Rotmil.

Cast

gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.

References

  1. Bock & Bergfelder p.353

Bibliography

  • Bock, Hans-Michael & Bergfelder, Tim. The Concise CineGraph. Encyclopedia of German Cinema. Berghahn Books, 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.