Ek Takar Bou
Ek Takar Bou (এক টাকার বউ) is Bangladeshi romantic film directed by P.A. Kajol. The star-cast of the film are Shakib Khan, Shabnur, Romana and many more. This film was released in 80 cinema halls at a time in Eid festival.[1]
Ek Takar Bou | |
---|---|
Directed by | P.A. Kajal |
Produced by | Nisha Tasnim Sheikh |
Written by | Komol Sarkar, P.A. Kajal, and Chatku Ahmed |
Starring | Shakib Khan, Shabnur, Rumana Khan, Nayok Raj Razzak |
Music by | Shawkat Ali Emon and Alauddin Ali |
Cinematography | Mojibul Haque Bhuiya |
Edited by | Chishti Zamal |
Distributed by | Hriddhi Talkies |
Release date |
|
Running time | 137 minutes |
Country | Bangladesh |
Language | Bengali |
Story
Cast
- Shakib Khan
- Shabnur
- Rumana Khan[2]
- Razzak
- Kabila
- Prarthona Fardin Dighi
- C. B. Zaman
Soundtrack
The songs of this film was composed by Shawkat Ali Emon and lyrics were penned by Kabir Bakul. Background score of this film were composed by Alauddin Ali.
Awards
Meril Prothom Alo Awards - 2008
gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
References
- "'My Name is Khan' to be released in Eid". Business News 24. July 29, 2013.
- Shazu, Shah Alam (July 20, 2011). "Romana's winning streak". The Daily Star. Retrieved September 24, 2015.
- "Meril Prothom Alo Awards Ceremony Held". The Daily Star. April 10, 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.