User:Sganouts

From CDOT Wiki
Revision as of 17:34, 1 April 2012 by Sganouts (talk | contribs)
Jump to: navigation, search

I'm Sezar Gantous in CPA program. Over the semesters at Seneca I got really into Web programing more than anything. You can check out my lab in int422 class(using ASP.NET/C# with a lot of JavaScript / jQuery and some AJAX) here, and the project that I'm currently working on here (yes it's not as stable and efficient since it's a school project and there is only one release!) which is best viewed on FireFox8+. The current oop344 project is going smoothly. I really hope that we get to R1.0 and build the application. I guess we can only work hard and see...

you can contact me through:

My e-mail: sganouts@learn.senecac.on.ca

oop344 Blog: The blog

IRC nick: NULLbyte

Private static void Life(myLife)
{
  foreach(var sec in myLife)
  {
     sec.My_LifeExperiances++;

     sec.My_LifeSkills+=2;

     sec.My_ProgrammingSkills+=3;

     sec.My_Sleeping_Hours-=4;
  }
}