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 bySadhu Kokila
Produced bySriram
M. Kumar
Written bySadhu Kokila
StarringSudeep
Anant Nag
Saloni Aswani
Doddanna
Music byGurukiran
CinematographyDasari Srinivas Rao
Edited byJoni Harsha
Release date
  • 25 June 2010 (2010-06-25)
Running time
137 minutes
CountryIndia
LanguageKannada

Plot

Cast

Soundtrack

The film's soundtrack was composed by Gurukiran with lyrics penned by Hrudaya Shiva and Kaviraj.[2]

Track#SongSinger(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

Suvarna Film Awards :-

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

  1. "Archived copy". Archived from the original on 7 February 2012. Retrieved 26 September 2011.CS1 maint: archived copy as title (link)
  2. http://ww.raaga.com/channels/kannada/moviedetail.asp?mid=k0000861
  3. "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.