Friday, May 4, 2012

M.Tech: An Ode in Code


M.Tech: An Ode in Code


void mtech_research ()
{  
   have_good_time_with_friends();
   while (exam_near == true)   
    {     
      if(play_basketball == true)     
      break;     
      preparation=study();   
    }     
  give_exam(preparation);

  while(guide_pressure == high || submission_deadline
   {     
     if(play_basketball == true)      
     break;      
    while (happy != true)       
      {          
        if(play_basketball == true)       
        break;          
        read_related_papers();         
        start_coding();          
        happy = guide();       
      }   
    }    
}  


preparation_state study( notes, books) 
{   
  while(preparatory != 0)   
   {       
     while (onfacebook == true || canprocrastinate == true)
      {           
         have_good_time_with_friends();          
      }      
  if (notes == false && books == false)       
  return youre_screwed;     
  else       
   if(onfacebook == false)       
   studying++;
   preparatory--;     
  }     
   if (studying < half_course)
   return probably_enough;     
   else     
   return good_enough;    
}

 void give_exam(preparation) 
{   
   while (time_left != 0)     
    {       
       if (preparation == youre_screwed)
       drown_in_regret = true;

       if (preparation == probably_enough)       
         if (qpaper_difficulty > preparation)             
          in_gods_hand = true;       
          else      
          thank_god = true;

       if (preparation == good_enough)    
       write_like_a_baws = true;     
      time_left--;
      } 
}       



void read_related_paper() 
  {   
     if (unknown_concept == true)   
     read_reference(); 
   }


  void read_reference() 
  {     
     read_related_paper(); 
   }


   start_coding() 
    {     
       if (concept_clarity == false)     
       read_related_paper();          

       if(check_internet_for_code == true)     
        {         
          copy();         
          paste();         
          return;     
         }     
        else     
        {       
           pray_to_god=true;       
           start_code=true;     
         } 
    }     

boolean guide()
{
  return false;
}

No comments:

Post a Comment