Soundaryame Varuga Varuga
Soundaryame Varuga Varuga is a 1980 Indian Tamil-language film written and directed by C. V. Sridhar.[1] The film stars Sivachandran, Sathaar, Sripriya and Rati. It was released on 15 January 1980.
Soundaryame Varuga Varuga | |
---|---|
Poster | |
Directed by | C. V. Sridhar |
Produced by | B. Bharani Reddy |
Written by | C. V. Sridhar |
Starring | Sivachandran Sathaar Sripriya Rati |
Music by | Vijaya Bhaskar |
Cinematography | R. K. Tiwari |
Edited by | C. Subbarao |
Production company | Sri Bharani Chitra |
Release date |
|
Country | India |
Language | Tamil |
Plot
Production
Soundaryame Varuga Varuga was written and directed by C. V. Sridhar, and produced by B. Bharani Reddy of Sri Bharani Chitra. Cinematography was handled by R. K. Tiwari, and editing by C. Subbarao.[5]
Soundtrack
The soundtrack was composed by Vijaya Bhaskar, and the lyrics were written by Vaalee.[6][7]
No. | Title | Performer(s) | Length |
---|---|---|---|
1. | "Itho Un Kathali" | S. P. Balasubrahmanyam, Vani Jairam | 5:02 |
2. | "Rasam Pazha Rasam" | S. P. Balasubrahmanyam | 4:43 |
3. | "Aagayam Thaane" | S. P. Balasubrahmanyam, Vani Jairam | 4:48 |
4. | "Yeai Chinthamani" | L. R. Anjali, Malaysia Vasudevan | 5:02 |
5. | "Azhakana" | 4:24 |
Release and reception
Soundaryame Varuga Varuga was released on 15 January 1980.[8]
gollark: I mean, there are bigger problems with cloud gaming stuff than phones getting slightly warm, but if you like it I guess...
gollark: Your phone is probably only doing video decoding, which it likely has dedicated hardware for.
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *utterly_worthless_argument) { printf("oh bees segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Why are people not arbitraging this?
References
- "தமிழ் திரைப்பட இயக்குனர் ஸ்ரீதர் காலமான தினம் (அக.20 2008)" [Tamil film director Sridhar death day (20 October 2008)]. Maalai Malar (in Tamil). 20 October 2017. Archived from the original on 6 July 2019. Retrieved 29 March 2020.
- "சௌந்தர்யமே வருக வருக (1979) [sic]". Raaga.com (in Tamil). Archived from the original on 17 April 2020. Retrieved 17 April 2020.
- "Veteran actor Sathar passes away". OnManorama. 17 September 2019. Archived from the original on 27 March 2020. Retrieved 17 April 2020.
- "Senthurame Varuga Varuga". Tamil Movies Database. Archived from the original on 17 April 2020. Retrieved 17 April 2020.
- Soundaryame Varuga Varuga (motion picture) (in Tamil). Sri Bharani Chitra. 1980. Credits, from 15:54 to 17:26.
- "Vijayabhaskar* - Soundaryame Varuga Varuga". Discogs. Archived from the original on 15 August 2019. Retrieved 17 April 2020.
- "Soundaryame Varuga Varuga". JioSaavn. Archived from the original on 6 July 2019. Retrieved 17 April 2020.
- "செந்தூரமே வருக வருக". Vellitthirai. Archived from the original on 7 April 2020. Retrieved 17 April 2020.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.