Easy Years

Easy Years (Italian: Anni facili) is a 1953 drama film directed by Luigi Zampa and starring Nino Taranto.[1]

Easy Years
Directed byLuigi Zampa
Produced byDino De Laurentiis
Carlo Ponti
Written bySergio Amidei
Vitaliano Brancati
Vincenzo Talarico
StarringNino Taranto
CinematographyAldo Tonti
Edited byEraldo Da Roma
Release date
12 November 1953
Running time
103 minutes
CountryItaly
LanguageItalian

Cast

gollark: This is obviously just a ploy to ascend to staff status.
gollark: Well, traditionally, the pH analogy is used for "based"/"cringe" (or "acidified", really).
gollark: Okay.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.

References

  1. "New York Times: Easy Years". NY Times. Archived from the original on 2011-05-20. Retrieved 2008-08-09.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.