Experiment (1943 film)
Experiment is a 1943 Czech drama film directed by Martin Frič.[1]
Experiment | |
---|---|
Directed by | Martin Frič |
Produced by | Vaclav Drazl |
Written by | Karel Matěj Čapek-Chod Karel Steklý |
Starring | Zdeněk Štěpánek |
Cinematography | Jan Roth |
Edited by | Jan Kohout |
Release date |
|
Running time | 104 minutes |
Country | Czechoslovakia |
Language | Czech |
Cast
- Zdeněk Štěpánek as MUDr. Svatopluk Slaba
- Vlasta Matulová as Julka Zachová
- Vítezslav Vejrazka as Slaba's Nephew Jindrich
- Otomar Korbelář as Painter Karel Chodovský
- Ella Nollová as Holovská
- Anna Hlavácková-Vávrová as MUDr. Dunovská
- Marie Blazková as Slaba's Housekeeper
- Vera Hanslíková as Jindrich's lover
- Marie Buresová as Singer
- Olga Augustová as Singing-Mistress
- Vladimír Repa as Guest at the Vernissage
- František Filipovský as Guest at the Vernissage
- Bolek Prchal as Servant in Slaba's sanatorium
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
References
- "Experiment". csfd.cz. Retrieved 1 February 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.