Virus (2007 film)

Virus is a 2007 Malayalam-language Indian feature film directed by Shankar, starring Abhinay, Sajitha Beti and Shankar himself. The film was critically acclaimed and had a premiere held at Thiruvananthapuram Kalabhavan theatre.[1][2]

Virus
Promotional Poster
Directed byShankar Panicker
Produced byNoble Moockan
Written byVinu Narayanan
StarringShankar Panicker
Abhinay
Sajitha Betti
Music byRinil Gowtham
CinematographyDeepak Paadi
Edited byKodeeshwaran
Production
company
Nayans Pictures
Release date
2007
Running time
110 minutes
CountryIndia
LanguageMalayalam

Synopsis

'Virus' is the story of lovers, Abhinay and Sajitha Beti, both working in a software firm. One day Sajitha Beti disappears from Abhinay's life. Shankar, brother of the Sajitha helps the lovers to reunite in spite of Sajitha Beti's dreaded disease, which was kept hidden from Abhinay. The film shows the life after for AIDS patients and gives the message that, society should be kind to AIDS patients and consider them as normal humans.

The film travels in documentary mode sometimes, as it concentrates on AIDS disease itself.

Cast

Snippets

Virus was released in the US.[3][4]

gollark: Keep cc.znepb.me.
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?

References

  1. "Virus -2007 film". malayalachalachithram. Retrieved 23 January 2014.
  2. "Virus-Directors Chair-Conversation". Mayoori Cinema (October 15/November 15, 2007). n.d.
  3. "The circle of life". The Hindu. 26 June 2010. Retrieved 6 October 2010.
  4. "Vellinakshatram (magazine), Fanmail". Virus Film Review Edition no.949 (September 9, 2007). n.d.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.