Tuesday, December 2, 2008

WAD FEEDBACK

After attending WAD it seems like a new begining to the life. The first day of WAD was too boring as we were not used to sit for 12 hours a day and to attend the lectures but we started enjoying the WAD as the days passed.
The first lecture was from Mr.Vilas Kale sir. He told us that it is an intellect with values that creates a man..and also attiude that keeps track of altitude that you achieve..It was a good lecture but not the awesome lecture as it was the first day..Then in the afternoon Prof.Q.H.Jeevaji sir took the lecture on Mind Set..he said that you should be pro-active not reactive.and he also told us that you should be principle centered..It was a very nice lecture after having it on post lunch we didn't felt boring...
Next day Mr. Javed Khan Rana took the first lecture in the morning.. He told us the formula..
I=intelligent, Innovative, Interesting
L=Lovable, Long vision, language
U=uniqueness, usable/utility, Understanding
This lecture was as good as any lecture we have attended for a long time..
The post lunch session was of Mr. Nikhil Malhotra. he told us about the Quantitative skills and how to improve them.. He also took some examples which were very good and interesting....
Next day Banerje took the lecture on the english speaking and writing english..I was very fascinated by his english accent..He was speaking like a American person... But the total lecture was ok..ok..
Then there was a lecture by Dr. Suresh Chari sir... He was very much interacting with the students...He also took the Mock GD which helped us to improve our GD skills...The session was very very good....
Then many professors came and took their sessions...Our organizers really worked hard to make WAD more successful..
In the Ad campaign, we have given the product LIPSTICK ...We started our work on the first day itself..GD sessions were held regularly everyday for our practice..I improved in every GD...
Then on the last day our GD and PI were held and they were very good but Pi was ok because in PI I was asked the hardware questions and they were very tough for me..
But I am in first 50 in WAD and this is most important for me...
Thanks for reading...
Bye...

Tuesday, November 18, 2008

Workshop on Aptitude Development

WAD(Workshop on Aptitude Develoment) is held in RKNEC, nagpur from 24'th Nov to 1'st Dec. It is a very popular workshop held every year in Ramdeobaba Kamla Nehru College. I am participating in this workshop. This workshop is basically held to improve the aptitude of the people and make them understand the idea of the campus interview..
It also helps in preparing the for GD and PI. Registration fees are Rs.2000/ only..
Let's see what will be the expereince of WAD..
I will definately share every moment I enjoiyed in WAD..

Sunday, November 16, 2008

CYPHER program in C

/* This program was made by SAURABH MAHESHWARI & HRUSHIKESH ZADGAONKAR
on 13'th nov,2008 as mini-project
 CYPHER 
*/# include "conio.h"

# include "stdio.h"

# include "stdlib.h"

# include "ctype.h"

void main()

{

clrscr();

int i,j;

FILE *source_file,*first_encrypt,*second_encrypt,*third_encrypt;

char a;

source_file=fopen("s.txt","r"); //sorce file is opened in read only mode.

first_encrypt=fopen("s1.txt","w+"); //first destination file is opened.

second_encrypt=fopen("s2.txt","w+"); //second destination file is opened.

third_encrypt=fopen("s3.txt","w"); //Third destination file is opened. printf("******************************* CYPHER *******************************\n"); printf("\n\n\n\nGiven File Contents are : \n");
//This While loop is checking that source file contains alphabets only //Printing the source file contents to the console
while (1) { a=fgetc(source_file); if(a==EOF) break; else { if ((a<65>122 || (a>90 && a<97)) && a!=32) { printf("\n\n\nÞ Please check...File contains Invalid character after this wordÞ "); fclose(source_file); goto A; } else { printf("%c",a); } } } printf("\n\nFirst encrypted File Contents are :\n");
fseek(source_file,0,SEEK_SET); //File pointer is set to initial position
//This while loop is giving the first encryption A to C and so on...
while (1) { a=fgetc(source_file); if (a==EOF) break; else { if (a!=32) { a=toupper(a); for(i=0;i<2;i++) { a=a+1; if (a==91) a=65; } fputc(a,first_encrypt); } else fputc(a,first_encrypt); printf("%c",a); } } printf("\n\nThe Second Encrypted File Contents are :\n"); fclose(source_file); // Closing the source file
fseek(first_encrypt,0,SEEK_SET); //File pointer is set to initial

//This While Loop Gives 2nd Encrypted File Contents
while (1) { a=fgetc(first_encrypt); if (a==EOF) break; else { if (a!=32) { for (i=0;i<3;i++) { a=a-1; if (a==64) a=90; } fputc(a,second_encrypt); } else fputc(a,second_encrypt); printf("%c",a); } }
printf("\n\nThe Third File Encrypted Contents are : \n");
fclose(first_encrypt); //Closing First File
fseek(second_encrypt,0,SEEK_SET); //Setting File Pointer to initial
//This While Loop Gives 3rd Encrypted File Contents
while (1) { a=fgetc(second_encrypt); if (a==EOF) break; else { if (a!=32) {
for (i=0;i<12;i++) { a=a+1; if (a==91) a=65; }
fputc(a,third_encrypt); } else fputc(a,third_encrypt); printf("%c",a); } }
A:
fclose(second_encrypt); //Closing Second File
fclose(third_encrypt); //Closing Third File
printf(" \n\n\n\n\n\n\n\n  SAURABH and HRUSHIKESH  ");getch();
}

Friday, November 14, 2008

OPEN SOURCE WORKSHOP

This workshop was held from 12'th nov to 14'th nov, 2008 in RKNEC which was conducted by our HOD Chandak Sir.
This workshop was basically held to introduce the Open Source to the students. The Open Source Technologies such as Netbeans 6.1 IDE, Glass Fish, Open Solaris, Open Solaris, Java technologies, and its mobility applications etc...
Jay Mahadeokar, Vasusen Patil, Sumit Mudliar have orghanized this workshop.
This workshop was basically held for 2nd year students....From our class 30 students were taken a part and 2 EDT branch students and 2 Raisoni college students had attended the workshop.
It was a very good experience being a part of this workshop.
Many interesting sessions were held in this worksho..
Jay bhaiya conducted the session of Virtual Box installation on hard disk..It is very good software.We enjoiyed this session very much...
Then Vasusen Bhaiya conducted the Netbeans session in which he taught us the use of netbeans and how to do the c programming in netbeans with CYGWIN software.
Sumit bhaiya took the session in which he taught the problem analysis and c puzzles....
The puzzles were very awesome..It was very exciting to solve them...
Then Mr. Rohan Ranade took the session directly from US to tell us the importance of OPEN SOURCE which was very good ...
A guy from VNIT took the session of how the internet works in the backhand.. IT was very awesome session as it cleared our doubts..
The whole experience was very good and we enjoyed the workshop. Thanks to our seniors and may they attain the same workshops again and again...:-)

Friday, November 7, 2008

"CAMPUS ALISTAR"


This is the event which is going to be organised by STC. The basic aim of this event is to increase the aptitude of the people and make them more comfortable in campus interview.

This event is going to be held in RKNEC,Nagpur between 1'st of december to 8'th of december. The registration fees for this event are Rs.1000/- only..

For registration you can contact


Hrushikesh Zadgaonkar -9096960825

Manish Sejpal - 9766376080

Jitendra Lalwani-9970398117

Saturday, October 4, 2008

My Entire Life experience upto 4'th of Oct,2008

Firstly, I want to thank my Mom and Dad, both helped me a lot in the recent years. Now,Let me introduce myself- My Full name is Hrushikesh Shriram Zadgaonkar.I have taken education from 1'st std to 4'th std in Paranjape[Darampeth]school and from 5'th to 10'th in Paranjape Bajaj Nagar school.I don't really remember the days in Dahrampeth school as I was too small at that time but I know that We were having Dabir mam in 4'th std and She had told me that You are a bright student and show it by coming 1'st in the class. Actually I came 1'st in the class and she was very much happy at that point of time.The days in Bajaj Nagar school were awesome and we enjoyed each and every moment of the experiences in the school . The madam's ans sir's were very good. I remember Meghre sir was our Maths teacher and one thing I would like to share with you that "what he teach, he himself only understands".The best teacher we had and atleast all the classmates will actually agree with me that Khati mam was the best teacher.She actually helped all my classmates. But she was very much angry with Amey and Subodh because they were all time doing masti.. But here I want to mention that they are really good students..and also how can I foeget to mention about our class deshpande's Devdutta and Anshul. They were continuously talking in the class and madam's were continuously taking care of that....All the mam's actually helped to me improve my studies in every field that I have taken part. That's why I got 88 percent in 10'th std..I really miss Paranjape school very much...
Then I have taken admission in Darampeth Science College in Computer science field and there I came across very good friends like Apoorv Pendke and Abhijeet Deshpande and many more....Apoorv was in general and Abhijeet was in CS with me. In 11'th I haven't studied a single word before 10 days of examination and I gave the exam that way only because of that I got very less percentage in 11'th and I really don't want to mention it here..But In 12'th I studied a quite a bit n had joined chemistry class to Ali sir and Physics class to Dutta sir and Maths class to Malviya sir..
In all the sir's where I studied for 12'th Malviya sir actually helped me to improve my performance in SEEE. He always helped me in every sort of Problems and difficulties. He always kept motivating me and asking me the amount of study I was doing. Finally, When the result was announced I got really happy with the result . I got 92.17 %.That day is certainly one of the memorable day of my life. I got 165 in SEEE and with that only I got admission in RKNEC i.e. Ramdeobaba Kamla Nehru Engg College. Our well known Anthem of the college is
BABA RE BABA RE BABA RE BABA, RAMDEOBABA RAMDEOBABA
I was getting EC branch but I am actually interested in COMPUTER SCIENCE so I took CS branch. The first day of the college was really good. I was held by the seniors with my friends when we were going to library. I was expecting it on the day one atleast.. They told us to introduce ourself in Pure Hindi. so I introduce myself like this "Mera nam Hrushikesh shriram zadgaonkar hain. Main Dharampeth Vigyan Vidyalay se aaya hoon. Mujhe Baravi kasha main Byannav aank mile. Main Ramdeobaba Kamla Nehru Abhiyantriki Mahavidyalay main Sanganak Shastra pratham varsh me padh raha hoon" Now this was so pure hindi that I have ever imagined. I really enjoiyed the whole atmosh. Our chemistry department is Allover mash-hoor.....
Specially Jadhav Sir oh!!!!! The whole chem dept is so strict that no one can thought of......
Nothing to be speakable about that...Shuting myself....So back to 1'st years other dept. All other departments were good. Specially WORKSHOP.The WORKSHOP teachers are really helpful. But when it's time for viva it is really hard to get through it.. Specially it is very hard to answer the questions of WELDING.I think in this everybody will agree with me.... If anybody is extraordinary then please post a comment on this....
I have also found very good friends. Kunal Venkatraman is my very good friend I met with.
We enjoiyed the 1'st year like anything...We were not feeling the heat of 1'st year like everybody told us about it.. But when the Assignments and sheets start coming in the way pressure started building and in completing these assignments the whole year left like anything....Then the result announced and I got 80%. I was so happy. I hadn't have ever emagined to score 80% in the University, in the 1st year.Meanwhile when our examinations were going on we were used to go to play cricket on University ground....Then the actual 2'nd year started...What we actually say that this is the college life, 2nd year onwards faiths it correctly.. This is the year from where we are supposed to work very hard because this is the field that we have taken from ourself as our career actually start from here only. So the first day was very nice this time around we are not ragged by the seniors. When 2nd year actually came into the swing, we were so busy in the other events which were organised by the various branches.I was the organizer of the event "CYBORG" with Kunal venkatraman under Akhilesh bhaiya. I participeted in many of the events such as Roadies organised by EN, Treasure hunt, Techies 1.0 etc..etc...etc./
I got actually cleared the aptitude test for techies and Ranked 1 in participation... Then I and my classmates like Saurabh, Sattu,Sandip,Rohit etc used to attend the installation of the other branches.After all the branches installations,our CS department's installation was organised ie. " POLARIS 2008"
We have taken an active part in installation.Our HOD CHANDAK sir is our GOD.He always motivates the students. Because of Chandak sir only, our CS branch result is very high...Our branch T-shirt was also were good... First and the most important thing to note is that our seniors helped us tremendously in every part of the insto. I gave the auditions of the ramp-walk and got selected for the ETHNIC theme. Seema dee and Swapnil Bhaiya helped us a lot in that... I was the organizer of the DB-X event which was so good for the technical projects.. I with kunal prepared the paper for the paper-presentation on the topic "MRAM". We haven't won the prize but as this was our 1'st paper we learnt a lot from this experience. I with my classmates prepared the group for dance and performed the dance on the insto night very nicely... So now I am writting this is on 4'th of Oct 2008 but my exam are starting from 15'th of Oct so you can imagine what type of person I am...But I am also not that hint of person you are thinking of, I also study a little bit..So watch out...