Saturday, October 4, 2008

Laser Etravaganza show

This is SHAASTRA NIGHT show on 3rd October at OAT in IIT Madras. What a show it was...!!! its still stunning...! It was story telling by Laser beam..Dancing beams, bright colorful image sequences, splashes of light filled in the atmosphere, and shy away the stars in the night sky. Any light will be belittled by the brightness of the stage...Its amazing way of story telling...







This was started at 8.30 pm with story telling about IIT student how students studying, sleeping in class, after finishing study going abroad by flight . How they inventing new thing. After that they played another story then after ends with story of India. Its new experience for me to see all these thing by laser beam. Its was just play of light beam with different angle but effect of that light is superb...I can't write every thing what i felt in that show...but it will be remember for me for entire life..!!

Friday, September 26, 2008

One more milestole of my career..

Today i just find time to write about this...i was thinking to write about CDAC-FPGDST degree. It was great pleasure to study in CDAC-Bangalore and also it was fun to study from researchers. When i joined cadc people saying that you will pass every subject but the real challenge comes with MGPT ...but i never thought i will not clear MGPT...but when it starts i failed to make it in first two attempts...i can't say question was very tough but the i didn't get good approach to solve the problem...the best method to clear MGPT try to apply good approach..any way i missed two MGPT very closely one 'X'....but finally outcomes frustrated me...unfortunately i missed my two last MGPT...on third MGPT date i was in Kanpur attending M.Tech interview and on fourth MGPT i had admission date in IIT Madras...after passing in every subject i was not eligible to get certificate just because of MGPT...so i decided to give MGPT again and i did it. Before going MGPT i thought on MGPT...how to solve both problem in given time...i analyzed that,the problem are not to much tough...they are solvable within given time but the thing is right approach...this time i applied good approach and solved both problem...i just submitted my both problem in 25-30 minute...and made the way clear for getting certificate.......so i will have CDAC FPGDST certificate one year outcomes.....its not just one paper for me which shows about qualification....it more than that...it is one experience of hard work,fun and great enthusiasm to do work hard.... "Learn from life Learn for life..!!"

Wednesday, September 17, 2008

2008 MGPT-4 solution

------------------------------------
File: prob1.java
------------------------------------
import ncst.pgdst.*;

class prob1{

public char makdir(char ch, char dir){

if(dir == 'L'){
if(ch == 'N')
return 'W';
else if(ch == 'W')
return 'S';
else if(ch == 'S')
return 'E';
else if(ch == 'E')
return 'N';
}
else if(dir == 'R'){
if(ch == 'N')
return 'E';
else if(ch == 'W')
return 'N';
else if(ch == 'S')
return 'W';
else if(ch == 'E')
return 'S';
}
return '\0';
}

public static void main(String arg[]) throws IOException{
SimpleInput si = new SimpleInput();
int maxX = si.readInt();
int maxY = si.readInt();

int curX = si.readInt();
int curY = si.readInt();
si.skipWhite();
char dir = si.readChar();
//System.out.println(dir);
String s = si.readWord();

prob1 p =new prob1();

for(int i=0; i< dir ="="" dir ="=""> 0)
curY--;
}else if(dir == 'S'){
if(curX > 0)
curX--;
}
}
}
System.out.println(curX+" "+curY+" "+dir);
}
}

************************************
------------------------------------
File: tree.java
------------------------------------
import ncst.pgdst.*;

class tree{
int val;
public static tree root;
tree left;
tree right;
tree(){
root = null;
left = null;
right = null;
}
tree(int n){
left = null;
right = null;
val =n;
}
public int findIndex(int n, int in[]){
for(int i=0; i t2)
return 1;
else
return 2;
}

public static void main(String arg[]) throws IOException{
SimpleInput si = new SimpleInput();
int n = si.readInt();
int pre[] = new int [n];
int in[] = new int[n];
for(int i=0; i******

Wednesday, July 30, 2008

Move towards IIT Madras......

Hi...Its about my move towards IIT Madras.I never thought i'll join IIT Madras for higher education but i did it without any plan, just because i was getting a chance to study in IIT Madras. I was appeared for GATE exam just because i want to know how much knowledge i have . But surprised I got 98.34 % with 296 rank.So applied every IIT's and top four NIT's.Even I got call from every IIT's except IITB and IITD. But I have attended interview at IITM and went for counseling to IITKgp and for other I have decided to left. The reason behind missed the IIT's call because I have been offered from Siemens, Bangalore. So you can say that i was little bit choosy. In IITKgp counseling I didn't got any sit, so I thought go for job in MNC company.But after about one month I got one mail from IITM i am selected and i have to join before 18July. Now the time was very complex what should I do go for job or further studies. Even i had confirm call in all top four NIT but decided to not to go that. But for reject IIT Madras I did lots of discussion with my friends and parents.So finally I decided to join IITM because i got offer to do research in Network field which is my favorite area. So Join the IIT Madras with hope I'll do some good things and also get good job.This all about to how I joined iitm after CDAC Bangalore.