1952 in Canadian television

This is a list of Canadian television-related events in 1952.

List of years in Canadian television

Events

Debuts

CBC

SRC

  • Pépinot et Capucine (1952–1954)

Births

Television shows

CBC

SRC

  • Pépinot et Capucine (1952-1954)

Ending this year

CBC

gollark: Yes.
gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```

See also


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