Mr. Theertha
Mr. Theertha is a 2010 Indian Kannada-language action drama film directed by Sadhu Kokila. It is a remake of the 1995 Malayalam film Spadikam. The film stars Sudeep, Anant Nag and Saloni Aswani in the lead roles.[1] The music was composed by Gurukiran. The film was dubbed into Telugu as Rowdy Simha and into Hindi as Rowdy Shankar in 2013.
Mr. Theertha | |
---|---|
Film poster | |
Directed by | Sadhu Kokila |
Produced by | Sriram M. Kumar |
Written by | Sadhu Kokila |
Starring | Sudeep Anant Nag Saloni Aswani Doddanna |
Music by | Gurukiran |
Cinematography | Dasari Srinivas Rao |
Edited by | Joni Harsha |
Release date |
|
Running time | 137 minutes |
Country | India |
Language | Kannada |
Plot
Cast
- Sudeep as Tiger Theertha
- Saloni Aswani as Nayana
- Anant Nag as Narayana Shastri (Teertha's father)
- Geetha as Annapoorna (Teertha's mother)
- Doddanna as Teertha's uncle
- Avinash
- Sadhu Kokila
- Rekha
- Neenasam Ashwath
- Kuri Prathap
- Vidya Venkataram
- Shobhraj
- Venki
- Vijayasarathi
- Prashanth parthasarathi
- Bank suresh
Soundtrack
The film's soundtrack was composed by Gurukiran with lyrics penned by Hrudaya Shiva and Kaviraj.[2]
Track# | Song | Singer(s) | |
---|---|---|---|
1 | "Machchi Machchi" | Gurukiran | |
2 | "Kichcha Ninage" | Gurukiran, Apoorva | |
3 | "Olave Olave" | Chetan Sosca, Shamitha Malnad | |
4 | "Hudugi Hudugi " | Karthik, Chaitra H. G. | |
Awards and nominations
- Best Director - Nominated - Sadhu Kokila [3]
gollark: I believe this is O(n!), actually.
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
References
- "Archived copy". Archived from the original on 7 February 2012. Retrieved 26 September 2011.CS1 maint: archived copy as title (link)
- http://ww.raaga.com/channels/kannada/moviedetail.asp?mid=k0000861
- "Suvarna Film Awards Announced". newindianexpress.com. 4 June 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.