Sanjukta Ghosh

Sanjukta Ghosh is an Indian vocalist in Hindustani classical music from the Patiala Gharana.

Early life

Initially, she was under the guidance of Prasun Banerjee and later, for almost two decades, from Munawar Ali Khan.

Career

She performed for most of the top Indian conferences, some of them being Tansen Sangeet Sammelan, Sadarang Music Conference, and the Haridas Sangeet Sammelan.

She joined the Ali Akbar College of Music at San Francisco, California in 1968. She worked with many artists including Pandit Ravi Shankar, who invited her to sing on his Bangladesh benefit EP, Joi Bangla.

Personal life

She is married to tabla player Shankar Ghosh. Her son is Bickram Ghosh, percussionist.[1]

gollark: It's probably not going to be worse for the phone than just, I don't know, normal web browsing or phone use.
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;}```

References

  1. Chatterjee, Priyanka (26 April 2004). "Parents as pillars of strength". The Telegraph. Calcutta.


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