Difference between revisions of "User:Sganouts"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <nowiki>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)</nowiki> [http://warp.senecac.on.ca/int422_121a13/ here], and the project that I'm currently working on [http://warp.senecac.on.ca/int422_121a13/Project/ here] <nowiki> | ||
+ | (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.</nowiki> | ||
+ | I guess we can only work hard and see... | ||
+ | you can contact me through: | ||
+ | |||
+ | My e-mail: [mailto:sganouts@learn.senecac.on.ca sganouts@learn.senecac.on.ca] | ||
+ | |||
+ | oop344 Blog: [http://777sblog.blogspot.com/ The blog] | ||
+ | |||
+ | IRC nick: NULLbyte | ||
+ | |||
+ | <big><pre> | ||
+ | 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; | ||
+ | } | ||
+ | } | ||
+ | </pre></big> |
Revision as of 16:34, 1 April 2012
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; } }