Monday, April 25, 2011
Down the memory lane...
After i finished the exams and stepped out of the academic building,I stood there in a haze just gazing at it. The very place, getting into was something big for me 4 years ago when i had once gone passed it.
It was on 28th April 2007 when i stepped in and found around 100's alike lined up in a queue in front of HALL 9 all waiting to enroll themselves. We all were tensed not knowing what would happen in a place completely different to whatever most of us had been exposed so far.
I was lucky to have Partho Debnath as my first friend there and my roommate. I still remember how in the first week there both of us would explore most of the rooms of Hall 9 trying to make friends and learn about them . It was a great feeling that people throughout India were under a roof. Then perhaps the most dreaded moments came when boys visited each others rooms to know which zone he belonged. (you know why?) We had friendly interactions with our seniors who embraced us into their college families and thus our journey started.
Time flew past and soon we were sophomores. I was again greatful to have Navin Kumar Verma,a.k.a Navin ji as my roommate who inspired me greatly to believe that All is well :). I also met Anand Verma[a.k.a baba] , who till date gets up at 6 in morning , does some excercises, freshens up and then only studies and yes who also goes off to sleep by 11 at night.
Tests, assignments, proxies and bunking classes summed up the next years and we were sophomores no more.
Third year came and with it the tension to get a good internship . Sab lag gaye daud mein (including me). Inbox of IIT professors were flooded and many industries too gave us
opportunities. I too did my project on Android platform which was quiet satisfying.
Well third year too passed by as we now entered into the final lap.
We were now the BTech seniormost and that gave a completely different though not new feeling. Soon campussing started and most of us got placed at good places. Soon it was my chance and i too got placed. :) At first it felt that now what? But then i realised that Mukit'11 was coming up and we had to make it large. It was a grand success with participants all over the world (we had some online events too.) Mukti ended , now what, two months passed by and entered April and it was project time. I would be highly greatful to Howlader Sir who helped a lot in my Cryptography project. What a guide!
Soon exams were knocking and though we had only a couple of papers and we knew it would end before we would realise it. So finally it ended within a span of 5 days and now i sit before my computer writing this and realising that yes this is it. Well one phase of my journey has ended but there are many a miles to walk before i stop. Its been a great golden period of my life, emboidered by moments like India winning the World cup. Oh! that tumbling in mud in Hall 9 to running on streets in the final year. These moments would be treasured for ever.
Lets see next is what?
Monday, April 4, 2011
One of my favourite songs
Here's just a try:
Sunday, April 3, 2011
The Cup that matters!
It was a dream come true and perhaps the only achievement left to achieve for the greatest cricketer on Earth, the great Sachin Tendulkar. What hasn't he done for the INDIAN cricket!! and aptly Virat Kohli says, "..he has carried the INDIAN cricket on his shoulders for the past 21 years and we are just carrying him on our shoulders for sometime.." after the historic win.
I believe what Gary and Dhoni have done and made this INDIAN cricket team is remarkable specially after all the controversies under Greg Chappel era. Gary now seems just another INDIAN .. :)
The attitude of MSD is immense and you could sense it with the way he ended the match, the way he spoke and silenced the critics by his bat.. as they say.. "bite is more effective than the bark"!
For us(me and all those in 2007-2011 batch) it couldn't have been a better adieu to our golden period of life. They won it for us when we entered this phase and they gifted us with even a bigger Cup when we are about to embark on the Corporate journey of our lives.
Often we used to cherish the moments when we won the T-20 world cup only to relive it now even in a bigger style.
I once again feel honoured to be an INDIAN and can proudly say to have lived in an era where GOD lived amongst us.
Tuesday, March 29, 2011
Winner for a couple of hours
Hoping to improve my code and learn more python.
Wednesday, March 9, 2011
DesktopAlarm_v2
Here's the latest version.
Improvements:
1. The application now works in background once you set the timer.
2. The clock set is a 24 hour one.
Please leave you reviews.
Sunday, March 6, 2011
Fun with perl-- Terminal Animation
1. Install Term-Animation from here
2. Extract the package using tar -xvf filename
3. cd to the directory formed after extraction and run :
perl Makefile.PL && make && make test
4. sudo make install
5. Install AsciiAquarium from here.
6. cd to the directory and type sudo cp asciiquarium /usr/local/bin
7. sudo chmod 0755 /usr/local/bin/asciiquarium
8. Now to test the application , type:
/usr/local/bin/asciiquarium
or
perl /usr/local/bin/asciiquarium
Here's a screenshot of the animation:
That't it hope you enjoy!
P.S Source: nixcraft
Tuesday, February 8, 2011
Installing NS2 in Ubuntu gets easy
1.Download the .rar file form here.
2. Now extract it (u need unrar programme for that).
3. You would find some .deb packages. Just right click on each and choose "Open with Package Installer".
4. Open the terminal and type: ns . If you see a % sign then you have successfully installed ns2
5. Now to test the simulator, type in terminal : ns example.tcl and a simulator should pop up.(You need to write a sample tcl for this or you may donwload the example tcl file from here).
That's it , congratulations,you have installed ns2 without much hasstles i suppose. :)
P.S:
1. While installing the packages with the package manager, some error messages may come , so leave those packages, and proceed with next and then come back to it.
2. A tutorial on ns and tcl can be accessed here.
3. Through the above method one won't be able to edit the source code of ns , so for that one can downlaod the ns-allinone RC7 from here . Extract it and do ./install . Then one needs to add some path variables in ~/.bashrc file (you will be told after the install process) and then run ./validate inside the ns folder