GiMA Award for Best Music Director

The GiMA Best Music Director is given by Global Indian Music Academy as a part of its annual Global Indian Music Academy Awards.

List of winners

gollark: I've decided to add another eternally unfinished™ project to my projects pile! A Minetest server management web UI.
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```

See also

References

  1. "'3 idiots' sweeps top honours at GIMA awards". The Indian Express. 11 November 2010. Retrieved 5 February 2015.
  2. "Film Music Nominations: Chevrolet GiMA Awards 2012 Powered By LR Active". GiMA. Archived from the original on 3 February 2015. Retrieved 2 February 2015.
  3. "GiMA Awards 2014 : Who Won What?". Koimoi. 21 January 2014. Archived from the original on 5 February 2015. Retrieved 5 February 2015.
  4. "Film Music Nominations: 4th Gionne Star Global Indian Music Academy (GiMA) Awards 2014 Powered By Reliance 3G". GiMA. Archived from the original on 3 February 2015. Retrieved 2 February 2015.
  5. "Film Music Nominees: GiMA 2015". GiMA. Archived from the original on 5 February 2015. Retrieved 4 February 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.