Mamoon al-Farkh

Mamoon al-Farkh (Arabic: مأمون الفرخ; 31 January 1958 – 21 May 2020) was a Syrian television, theatre and voice actor who worked on several Dubbing animation TV series and Radio voice-over and Radio drama. He died from a heart attack on 21 May 2020.[1]

Mamoon al-Farkh
Born(1958-01-31)January 31, 1958
DiedMay 21, 2020(2020-05-21) (aged 62)
Damascus, Syria
NationalitySyrian
EducationHigher Institute for Dramatic Arts, Damascus, Syria
OccupationActor
Notable work
Bab Al-Hara, ِAbu Samir Al-Humsanii

Acting Works

  • Diwan Arabs
  • Migration hearts
  • Family wars
  • Painting the black
  • Brothers soil
  • Funny But yet !
  • Champion of this decade
  • Knights wind
  • Day's Officer
  • Nights Salehia
  • al-koary
  • Lamps Ramadan
  • Bab al-Hara (Abu samer al-hmsane)
  • Age madness
  • Something resembling love

Voice roles

Dubbing roles

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])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.

References

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