Saeid Malekan
Saeid Malekan Persian: سعید ملکان, (born 2 April 1979 in Tehran) is an Iranian producer.
Saeid Malekan | |
---|---|
Born | |
Nationality | Iranian |
Occupation | Makeup designer–Producer–Make-up artist |
Years active | 1992–present |
Filmography
Year | Title | Role |
---|---|---|
2019 | Blue Whale | makeup designer & Producer |
2017 | Abu Ghraib Strait | makeup designer |
2017 | Sperm Whale: Roya's Selection | makeup artist |
2017 | Vilaieha | makeup artist |
2016 | Derakula | makeup designer |
2016 | Life And A Day | makeup artist |
2016 | Emkane Mina | makeup artist |
2015 | The Other One's Dad | makeup designer |
2015 | Shahrzad (TV series) | |
2015 | Mazar Sharif | makeup artist |
2015 | Absolute Rest | makeup artist |
2015 | Madar-e ghalb atomi | makeup artist |
2015 | Azadi-ye mashroot | makeup artist |
2015 | Wednesday, May 9 | makeup artist |
2015 | Closer | makeup designer |
2014 | Saken Tabaghe Vasat | makeup designer |
2014 | Arayesh-e ghaliz | makeup designer |
2014 | Metropole | makeup designer |
2013 | Hich Koja Hich Kas | makeup designer |
2013 | Asemane Zarde Kam Omgh (Ehtemale Makoos) | makeup artist |
2012 | The Queen | makeup artist |
2011 | The Son of Dawn | makeup designer |
2011 | The Maritime Silk Road (film) | makeup artist |
2011 | Here Without Me | makeup designer |
2010 | The Kingdom of Solomon | makeup department head |
2009 | Kalantari-e gheir-e entefai | makeup designer |
2009 | Vaghti hame khaabim | makeup designer |
2009 | Postchi se bar dar nemizanad | makeup designer |
2008 | The Song of Sparrows | makeup artist |
2008 | Prophet Joseph (TV series) | makeup artist |
2007 | Barefoot in Heaven | makeup designer |
2006 | The Last Queen of the Earth | makeup artist |
1997 | Binavayan (TV Mini-Series) | |
1992 | Baz baran | |
2017 | Vilaieha | Producer |
2017 | Getting Even | Producer |
2016 | Abad va yek rooz | Producer |
2016 | My brother Khosrow | Producer |
2015 | Guinness | Producer |
2014 | Arayesh-e ghaliz | Producer |
2014 | Biganeh | Producer |
2013 | Asemane Zarde Kam Omgh (Ehtemale Makoos) | Producer |
2011 | Inja bedoone man | Producer |
Awards
Year | Nominee / work | Award | Result |
---|---|---|---|
2018 | Abu Ghraib Strait | Crystal Simorgh for Best Faces of the Fajr Film Festival | Won |
2016 | Life And A Day | ||
2011 | Alzheimer's | ||
2011 | Mother's Day | ||
2010 | The Kingdom of Solomon | ||
2009 | when we all sleep | ||
2008 | The Song of Sparrows |
gollark: I have DashMap in here because of some vague dream of concurrently doing... stuff.
gollark: ```rustuse std::process::Command;use anyhow::Result;use std::path::Path;use std::fs;#[derive(serde::Serialize, serde::Deserialize, Debug)]struct RawServiceSpec { command: String, args: Vec<String>, name: Option<String>}#[derive(Debug)]struct ServiceSpec { command: String, args: Vec<String>, name: String}fn load_spec(path: &Path) -> Result<ServiceSpec> { let file = fs::read_to_string(path)?; let raw: RawServiceSpec = toml::from_str(&file)?; Ok(ServiceSpec { command: raw.command, args: raw.args, name: path.file_stem().unwrap().to_string_lossy().to_string() })}fn run_service(serv: ServiceSpec) -> Result<()> { println!("thread {:?}", serv); loop { println!("Starting"); let mut child = Command::new("/bin/env") .arg("python3") .arg("test.py") .spawn()?; child.wait()?; } Ok(())}fn main() -> Result<()> { let services = dashmap::DashMap::new(); for entry in fs::read_dir("./services")? { let s = load_spec(&entry?.path())?; services.insert(s.name.clone(), s); } let mut handles = Vec::new(); for e in services { handles.push(std::thread::spawn(|| run_service(e.1))); } for handle in handles { handle.join().unwrap(); } Ok(())}```
gollark: Well, I guess that's systemd replaced.
gollark: I can define a service in a TOML file and it's automatically restarted on exit and all.
gollark: So it does actually work now.
References
- "Iranian Movie DataBase: سعید ملکان". www.sourehcinema.com.
External links
- One film alone cannot tell the vast story of “The Lost Strait”: director
- persian wikipedia
- My Brother Khosrow
- filmografie
- saeid-malekan
- moviebuff
- Saeid Malekan
- Filmography
- SAEID MALEKAN FILMOGRAPHY
- War movie “The Lost Strait” named best at Fajr festival
- Saeid Malekan (in French), retrieved 2018-05-09
- Saeid Malekan on IMDb
Wikimedia Commons has media related to Saeid Malekan. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.