Andhi Mayakkam
Andhi Mayakkam is a 1981 Tamil Indian feature film directed by Banudasan for producer A.V.Raja Reddiyar. The film stars Vanitha Krishnachandran in the lead role.[1]
Andhi Mayakkam | |
---|---|
Directed by | Banudasan |
Produced by | A.V.Raja Reddiyar |
Screenplay by | Banudasan |
Story by | Baasan |
Starring | Vanitha Krishnachandran Gandhimathi Manoj Vinoth Kuyili |
Music by | Shyam |
Cinematography | Ashok Choudhary |
Edited by | M. Kesavan |
Production company | Yuva Raja Pictures |
Release date | 1981 |
Country | India |
Language | Tamil |
Cast
- Manoj
- Vinoth
- Vanitha Krishnachandran
- Kuyili
- Gandhimathi
Soundtrack
Soundtrack was composed by Shyam.[2]
- Poove Vaa - SPB
- Moodi Vecha - Malaysia Vasudevan, Vani Jairam
- Aatha Vandhen- S. Janaki
Lyrics were written by [Vairamuthu]
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
- "Andhi Mayakkam LP Vinyl Records". musicalaya. Archived from the original on 24 April 2014. Retrieved 24 April 2014.
- "Andhi Mayakkam songs". Tamilsongslyrics123. Archived from the original on 8 August 2019. Retrieved 8 August 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.