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(1911-01-11)11 January 1911
Lódz, Poland
Died2 January 1971(1971-01-02) (aged 59)
Warsaw, Poland
OccupationFilm director
Years active1931–1970

Selected filmography

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

  1. "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.