Changes

Jump to: navigation, search

Team Code Junkies - OOP344

465 bytes added, 20:46, 31 March 2010
/*fixed the table
! Last Name !! Name !! Seneca Username !! Section !! Blog Url !! IRC Nick !! SVN ID !! My Contributions !! Role
|-
| Parreno || Brian || [mailto:bmparren@learn.senecac.on.ca bmparren] || A || http://justletmepassoop344.blogspot.com/ || bmparren || n/a bmparren || [[Special:Contributions/Brian Parreno | Contributions]] || Team Contact
|-
| Farzan || Arya || [mailto:afarzan2@learn.senecac.on.ca afarzan2] || A || http://aryafarzan.wordpress.com || Arya_Farzan || afarzan2 || [[Special:Contributions/afarzan2| Contributions]] ||
|-
| Mousaffi || Or-el || [mailto:omousaffi@learn.senecac.on.ca omousaffi] || A || http://orel60.blogspot.com || orel60 || n/a omousaffi || [[Special:Contributions/orel60| Contributions]] || Team Contact
|-
| Pliats || Aleh ||[mailto:apliats@learn.senecac.on.ca apliats] || B || http://oleg-oop.blogspot.com/ || oleg_pliats || n/a || [[Special:Contributions/apliats| Contributions]] ||
|-
| Aleinikov || Sergey || [mailto:saleinikov@learn.senecac.on.ca saleinikov] || A || http://s-aleinikov.blog.ca/ || seal13 || n/a saleinikov || [[Special:Contributions/saleinikovSeal13| Contributions]] ||
|-
| Ventura || Dan || [mailto:dsventura@learn.senecac.on.ca dsventura] || A || http://dsventura.blogspot.com/ || danman || n/a dsventura || [[Special:Contributions/dsventura| Contributions]] ||
|-
| Horn || David || [mailto:dhorn1@learn.senecac.on.ca dhorn1] || B || http://horndavid.blogspot.com/ || F1Z || n/a || [[Special:Contributions/dhorn1| Contributions]] ||
|-
| Tawaf || Gamal || [mailto:gtawaf@learn.senecac.on.ca gtawaf] || B || http://gtawaf.blogspot.com/ || the_wonderer || n/a gtawaf || [[Special:Contributions/gtawaf| Contributions]] || Team Contact
|}
{| class="wikitable sortable" border="1" cellpadding="5"[mailto:bmparren@learn.seneacsenecac.on.ca,afarzan2@learn.seneacsenecac.on.ca,omousaffi@learn.seneacsenecac.on.ca,apliats@learn.seneacsenecac.on.ca,saleinikov@learn.seneacsenecac.on.ca,dsventura@learn.seneacsenecac.on.ca,dhorn1@learn.seneacsenecac.on.ca,gtawaf@learn.seneacsenecac.on.ca?subject=OOP344-TeamEmail Email All Memebers]
== SVN Account ==
<big>
oop344_101rep3
 
</big>
== Code Junkies' OpText==
 
<big>
[http://zenit.senecac.on.ca/wiki/index.php/Code_Junkies%27_OpText_-_OOP344 Code Junkies Optext wiki page]
</big>
== Contact Info ==
 
{| class="wikitable sortable" border="1" cellpadding="5"
|+ Contact Info
|-
| Gamal Tawaf || ja_tawaf@hotmail.com || [http://www.facebook.com/#/gamal.tawaf?ref=profile Gamal Tawaf] || Every day after 6 except Fri and Sun
 
|-
| Or-el Mousaffi || orelundisputed@hotmail.com || [http://www.facebook.com/people/Or-el-Mousaffi/ Or-el Mousaffi] || Weekdays after 4, after 6 on Wed, and before 7 on Friday|-
| Dan Ventura || china_whop@hotmail.com || [http://www.facebook.com/dan.ventura939 Dan Ventura] || weekdays from 7 to whenever
|-
| David Horn || dark_f1z@hotmail.com || [http://www.facebook.com/#/profile.php?ref=profile&id=505538944 David Horn] || Weekdays after 7pm, N/A sat, anytime sunday
|-
| Sergey Aleinikov || sergeyaleinikov@hotmail.com || Barely use [http://www.facebook.com/#!/profile.php?id=683960351 Sergey Aleinikov] || Weekdays after 5 except thursday and friday, weekends before 5.
|-
|}
== To Do List ==
|+ Assignment 1 - To Do List...
!Name !! Function !! Complete(Y/N)
|-
| Brian Parreno || bio_displayflag, bio_flag, bio_menuItem, bio_displayMenuItem|| Y
|-
| Arya Farzan || Backspace in bio_edit || Y
|-
| Or-el Mousaffi|| Home, End, and Insert keys in bio_edit || Y
|-
| David Horn || Left Key in bio_edit ||Y
|-
| Gamal Tawaf || TAB key in bio_edit ||Y
|-
| Dan Ventura || RIGHT key in bio_edit ||Y
|-
| Aleh Piliats || ESC key in bio_edit ||Y
|-
|Sergey || DEL key in bio_edit ||Y
|-
|}
{| class="wikitable sortable" border="1" cellpadding="5"
== Time available for in school meeting Simple Functions =={| class="wikitable sortable" border="1" cellpadding="5"
 |+ Contact Infoto do...!Name !! Available for in school meetingFunction !! Complete(Y/N)|-| Brian Parreno ||int bio_getch(void)|| Y|-| Arya Farzan || void bio_flush(void) || Y
|-
| Aleh Pliats Or-el Mousaffi|| void bio_clrscr() || Y
|-
| Arya Farzan David Horn || int bio_cols(void) ||Y
|-
 | Brian Parreno Gamal Tawaf || Monday - 12:30 till 1:30, Wednesday - 12:30 till 3:15, Thursday - 1:30 till 3:15, Friday - 11:30 till 1:30int bio_rows(void) ||Y
|-
| Dan Ventura || void bio_end(void) and void bio_putch(int c) ||Y
|-
| David Horn Aleh Piliats || void bio_init(void) |- | Gamal Tawaf || [http://www.facebook.com/home.php?#/photo.php?pid=30410193&id=1212974272&fbid=1174726287654 this is my time table ]any time before or after classes is okay with meY
|-
| Sergey Aleinikov || void bio_move(int r, int c) and void bio_putstr(const char *s) ||Y
|-
|}
if (i == 0)
{
i == 1;
}
}
6. Do not use redundant statements (i.e: if (x != 0) )
 
7. Comment with '/*' example: /* insert comment here */. Do not use '//' because that is use in c++ (we're coding in C)
1
edit

Navigation menu