Difference between revisions of "User:Sganouts"

From CDOT Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{OOP344 Index | 20113}}
+
Sezar Gantous
  
 +
My e-mail: [mailto:sganouts@learn.senecac.on.ca sganouts@myseneca.ca]
  
you can contact me through:
+
gpu610 wiki: [http://zenit.senecac.on.ca/wiki/index.php/GPU610/SSD SSD]
  
My e-mail: [mailto:sganouts@learn.senecac.on.ca sganouts@learn.senecac.on.ca]
+
gam670 wiki: [http://zenit.senecac.on.ca/wiki/index.php/GAM670/Team_A* Team_A*]
 +
 
 +
gam666 Blog: [http://NULLbyte777.blogspot.com/ The blog]
 +
 
 +
oop344 Blog: [http://777sblog.blogspot.com/ The other blog]
  
Blog: [http://777sblog.blogspot.com/ The blog]
 
  
 
IRC nick: NULLbyte
 
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>

Latest revision as of 20:55, 9 May 2013

Sezar Gantous

My e-mail: sganouts@myseneca.ca

gpu610 wiki: SSD

gam670 wiki: Team_A*

gam666 Blog: The blog

oop344 Blog: The other 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;
  }
}