Life in München


Guten Tag, It's been quite some while, or a long time to be precise since my last post. It would be because I was busy trying to cook food :p. I got the opportunity to spend one semester abroad at TU München, Germany as part of Amrita's student exchange program. It was really great meeting … Continue reading Life in München

Advertisement

[Web] Call different Servlets within a single form


नमस्ते While working on Net-Centric Project I came across an obstacle of creating multiple buttons and calling different servlets within the same form. This was in the login page, where we can either login or register by making use of the same form fields 'username' and 'password'. To do so you can create a button … Continue reading [Web] Call different Servlets within a single form

[OpenGL] Running OpenGL program on Mac OS X


नमस्ते Today I am going to show how you can run OpenGL programs on your Mac OS X through command line (Terminal.App). 1. Use the header file "GLUT/glut.h" and not "GL/glut.h" 2. main function should return an integer type value. E.g. 3. Run the program by using the following command: We are passing -Wno-deprecated flag … Continue reading [OpenGL] Running OpenGL program on Mac OS X