Vijay Chavan

Vijay Chavan (2 May 1955 – 24 August 2018) was an Indian film, television and stage actor, notable for his work in Marathi and Hindi cinema.

Vijay Chavan
Born2 May 1955
Died24 August 2018[1]
Mumbai, India
NationalityIndian
OccupationActor
Years active1985–2018
Notable work
Moruchi Mavshi

He was best known for his role of Mavshi in the famous Marathi Stage drama "Moruchi Mavshi". This comedy play was written by Pralhad Keshav Atre.[2] He died on 24 August 2018 in Mumbai at the age of 63.[3]

Filmography

He has appeared in many Marathi movies including Mumbaicha Dabewala (2007),[4] Shrimanta Damodar Panta and Sasu Cha Swayamwar (2015).

YearFilm
1985 Vahinichi Maya
1993 Zapatlela
2004 Pachhadlela
2007 Bharat Aala Parat
1989 Gholat Ghol
1984 Aali Lahar Kela Kahar
1991 Maherchi Sadi
1992 Yeu ka Gharat
2002 Ashi Asavi Sasu
2006 Jatra: Hyalagaad Re Tyalagaad
2007 Mumbaicha Dabewala
2013 Shrimant Damodar Pant
2016 A Dot Com Mom


gollark: What about a zip file which extracts itself and works as a script for extracting itself too?
gollark: ```pythondef why(regex, string): l = [] while True: l.append(l) ```
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.

References



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