CILECT
The International Association of Film and Television Schools (French: Centre international de liaison des écoles de cinéma et de télévision, CILECT) is the association of the world's major film and television schools.[1] It was founded in Cannes in 1955.
Its goals are to provide a means for the exchange of ideas among member schools, and to help them understand the future of education for creative personnel in film, television, and related media. It is dedicated to the creation, development and maintenance of regional and international co-operation among its member schools, and to the encouragement of film and television training in the developing world.
Regional organisations
- The Groupement Européen des Ecoles de Cinéma et de Télévision / European Grouping of Film and Television Schools (GEECT) is the organization of CILECT's European members, including schools in Israel, Lebanon and Georgia.
- CILECT Ibero América (CIBA) is the organization of Latin American film and Luso-Hispanic CILECT schools.
- CILECT Asia-Pacific Association (CAPA) is the regional organization of the CILECT member schools in the Asia-Pacific Region.
- CILECT Africa Regional Association (CARA) is the regional organization of the CILECT member schools in the African Region.
- CILECT's North American Regional Association (CNA) is the regional organization of the CILECT member schools in Canada and the USA.
gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```
See also
References
- List of Full Members, CILECT Website
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.