Hans Tost

Hans Tost (1907-1958) was a German film producer and occasional actor.[1] He headed his own production unit at Terra Film during the Nazi era. He was the younger brother of Walter Tost, also a film producer.

Hans Tost
Born15 August 1907
Died31 August 1958 (aged 51)
OccupationProducer, Actor
Years active1927-1956 (film)

Selected filmography

Actor

Producer

gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.
gollark: How is not arbitrarily zeroing things "unusual"?
gollark: But the test code was in Python, because I only write C ironically, and dealing with anomalous C things would have been annoying.
gollark: It's a shame too, as it *was* quite a nice test suite.

References

  1. Nicolella p.98

Bibliography

  • Henry Nicolella. Frank Wisbar: The Director of Ferryman Maria, from Germany to America and Back. McFarland, 2018.


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