Jerzy Zarzycki
Jerzy Zarzycki (11 January 1911 – 2 January 1971) was a Polish film director. He directed 24 films between 1931 and 1970. He co-directed the 1933 film The Sea, which was nominated for an Academy Award in 1933 for Best Short Subject (Novelty).[1]
Jerzy Zarzycki | |
---|---|
![]() Warsaw Uprising: Jerzy Zarzycki "Pik" (on the left), corespondent of Referat Filmowy BiP KG AK, in the discussion with soldiers which came from Starówka district. | |
Born | Lódz, Poland | 11 January 1911
Died | 2 January 1971 59) Warsaw, Poland | (aged
Occupation | Film director |
Years active | 1931–1970 |
Selected filmography
- The Sea (1933)
- Unvanquished City (1950)
gollark: Well, two statements.
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
References
- "The 6th Academy Awards (1934) Nominees and Winners". oscars.org. Retrieved 4 February 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.