Plechová kavalérie

Plechová kavalérie (Steel Cavalry) is a Czechoslovak/Czech television series about combine operators, filmed by Jaroslav Dudek.

Plechová kavalérie
Created byJaroslav Dudek
Jaroslav Dietl
StarringJan Hartl
Vladimír Menšík
Jaromír Hanzlík
Jan Hrušínský
Jan Skopeček
Jaroslav Moučka
Country of originCzechoslovakia
Original language(s)Czech
No. of episodes7 (List of episodes)
Production
Running time45 min
Release
Original networkCzechoslovak Television
Original release1979 
2006

Trivia

Before 1989, many farms in Czechoslovakia did not have enough combine harvesters for the harvest season. They borrowed them from STS (Strojní a Traktorová Stanice), the "Machine and Tractor Station". A route was planned, and the groups of combine harvesters started in the east and harvested farms on the way home. This is the story of one of those groups.

gollark: Broadly speaking, yes.
gollark: Oh hypermemetic ultrabees.
gollark: ```pythonfrom z3 import *iters = [ Int(f"x{i}") for i in range(40) ]solver = Solver()for n,x in enumerate(iters): if n == 0: solver.add(x == 1111111) else: last = iters[n - 1] solver.add(Or(x == last, (x * 2) == last, x == ((last * 3) + 1)))solver.add(iters[-1] == 1)print(solver.check())print(solver.model())```This is the *best* way to do collatz.
gollark: It's a theorem prover. It can tell you if certain statements/sets of statements are satisfiable, and if so how.
gollark: And I don't think rust does TCO in general.


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