A Span of Earth
A Span of Earth (Russian: Пядь земли) is a 1964 Soviet drama film directed by Andrey Smirnov[1][2] and Boris Yashin.[3]
A Span of Earth | |
---|---|
Russian: Пядь земли | |
Directed by | |
Written by | Grigory Baklanov |
Starring |
|
Music by | Aleksey Muravlyov |
Cinematography | Yuri Skhirtladze |
Country | Soviet Union |
Language | Russian |
Plot
The film takes place in the summer of 1944. The film tells about a young lieutenant and a battalion commander defending a bridgehead.[4]
Cast
- Aleksandr Zbruyev as Aleksandr Motovilov
- Elliya Sukhanova as Rita Tamashova
- Yevgeni Urbansky as Aleksey Babin
- Sergei Kurilov as Bryl
- Mikhail Vorontsov as Afanasiy Makletsov
- Aleksandr Titov as Shumilin
- Anatoli Golik as Mezentsev
- Viktor Suskin as Sayenko (as V. Suskin)
- Andrey Petrov as Pavchenko (as A. Petrov)
- Oleg Forostenko[5]
gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.