02 December, 2013

EOS - 5

#define EOS "End Of Semester"

proc finish( )
{
    global semester #5;
    close( );
    exit( 0 );
}

proc courses( )
{
    puts " IT214 Database Management Systems ";
    puts " IT301 Introduction to Algorithms ";
    puts " IT304 Computer Networks ";
    puts " CT321 Digital Signal Processing ";
    puts " EL203 Embedded Hardware Design ";
    puts " HMxxx System Policy and Analysis ";
}

proc new_tools( )
{
    puts " PostgreSql ";
    puts " ns  ( network simulator ) ";
    puts " MATLAB ";
    puts " Arduino ";
    puts " Verilog ";
    puts " Eagle ( PCB Design ) ";
    puts " ATMEL AVR ";
}

proc activities( )
{
    puts " Convener, Programming Club at DA-IICT ";
    puts " Completed GSoC project ";
    puts " Mentor GCI (Google Code-In 2013) ";
    puts " PS: Due to exams and last moment preparations, I hardly had time to contribute and encourage the students of GCI. It began on 18th November, and I mentored just 2-3 days in beginning then and then the graph reduced exponentially. Its great that there is still approx 1.5 months to end. "
}

proc funny_moments( )
{
    puts " 24 hours before each EHD paper, none of batchmates aware of actual course :D "
    puts " During endsem SPI (SPA) course exam, I actually noticed on question paper, the name of the course is System, policy and Analysis and not System, Policy and Implications :P"
   puts " Burning mid-night oils in lamps before exams "
   puts " Dirtiest room of the wing award ;) " + " PS: I just stay in my room 2 AM to 8 AM for sleeping, that too only weekdays :D "
}

proc experiences( )
{
     puts "Met some really sweet, nice, kind and loving people. Some, whom being in the same college, had interacted hardly 2-3 times in first 2 years and in just next half a year have been too special for me. I shouldn't say this, but got rid of some real f*cking fake people. There were few, who supported me in every action, every activity I did. Motivated me and made me laugh when I was nervous, taught me entire course last day before exam also due to a long break ( atthai() ) and some envy fake friends, whom asking a single 2 minute doubt reacted - 'Kesha, I can't explain. I am too busy now studying !' Unveiled the mask of some friends. Hell with you ! I know you are fucking jealous of me that in-spite of studying day-and-night, more than me, and doing no great extra activities except studying, you couldn't beat me even once in last 4 semesters. You know what, I just give you two words in reply to your attitude towards me " THANK YOU ". You have taught me to live my life, my way, walking on my own path, the path I would draw. Putting the first leg out of my comfort zone was difficult, but yes the second step was damn easy. Gave me a completely new confidence, new identity, new strength. I completely owe you guys a lot for this. Interacted with many juniors also. Few have hell lot smart brains than I expected from first year- second year, completely enthusiastic kids. Long way to go guys. I am happy that I could support you, help you and teach you. Thanks programming club for this. Thanks IAS, IEEE Student Branch DA-IICT for inviting me as speaker to share my internship experience and motivate many souls. "
    puts " With each passing day since second year, I look forward and have become more open to life and learnings. I expect that this college-life never ends. I have so much in the world to learn, to experience and to feel that entire life would be short and this realization was made by DA-IICT. I love you DA-IICT. I am sure, one year after this, when I graduate, I will be a completely different person than what I had entered 3 years back. "
}

proc atthai( )
{
    puts " You might not have guessed from the function name .. Its a religious festival in Jainism, where people devote 8 days in a year, in the name of Almighty and keep various kinds of fasts as per their capabilities. I never knew, how many days can I survive without having a bit of food and just boiled water drinkable 12 hrs a day, so  I decided to take up this challenge - "Atthai". I call this a challenge and not a path to achieve moksha, THE DESTINY. I don't think not eating for a couple a days, someone is opening the path of heaven keeping the path of belly closed. This might hurt the sentiments of few people, but these are completely my views..I wanna write more about this, but maybe in some later post or else this would grow quite large. "
}

proc begin( )
{
   global semester #6;
   start( );  
}

2 comments:

  1. Well, I see a staunch programmer here or should I say ns2 programmer! As far as your first experience is concerned, only thing I would say is I'm shocked, though I ain't aware of why wrote that. I admire your valor! But, I loved your second experience though. I share the same love for DA as you do. Did you really learn all those technologies you jotted down in your new_tools method? Well I didn't so asked. (Especially EHD ones!)

    I must say, though I don't blog this way, I loved reading your blog in code cum experience way.

    P.S - ns2 doesn't have #define, I'm not wrong. Though I am not sure. :D

    ReplyDelete
  2. Thanks for reading the long thing ! :) As far as the technologies are concerned, obviously, few labs here and there and especially with the TAs holding a spoon to feed, we can't become proficient with them, but atleast we had hands-on it. It wouldn't be first time, *if by any chance* we got to work with them in future.

    Haha, yep, ns2 doesn't have #define, but this *mixum of all languages I know*, just as my HinGuLish (if u remember) ;) :P

    ReplyDelete