Difference between revisions of "Weekly Schedule 20133 - OOP344"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{OOP344 Index | 20133}}
 
{{OOP344 Index | 20133}}
 
Under construction!
 
Under construction!
 +
 +
== Week 1 - Sep 1 ==
 +
 +
=== This Week 1 ===
 +
 +
* Introduction to Open Source development.
 +
* Collaboration Tools:
 +
** Wiki
 +
** Blog
 +
** IRC
 +
** Code Repository
 +
**: Git, Svn, ....
 +
** Big Blue Button
 +
* Etherpad
 +
** [http://etherpad.proximity.on.ca:9001 Seneca Etherpad]
 +
** http://primarypad.com/
 +
* Object Orientation Review
 +
* C Review
 +
*: pointers
 +
*: pointers and arrays
 +
 +
=== To Do 1===
 +
==== Due Sep 6th (Friday) 18:00 ====
 +
# Create an account on [https://github.com github]
 +
## Make sure your account name is presentable. This name will stay with you forever.
 +
## Make sure your information on github is complete (real name, email, etc...)
 +
# Send ONE email to [mailto:fardad.soleimanloo@senecacollege.ca?subject=344Github20133 me(Fardad)] containing your git hub id
 +
#: subject of the email should be '''''344Github20133'''''
 +
#: '''''email content'''''
 +
#: name: Your Name (exactly as it appears on your Seneca student card)
 +
#: nickname: Your Nick name
 +
#: Git hub ID: your Github id 
 +
==== Due by Sep 8th, 23:59 ====
 +
# Create a [http://en.wikipedia.org/wiki/Blog blog] (anywhere you like or use the one you already have)
 +
# Join the IRC by [http://www.wikihow.com/Register-a-User-Name-on-Freenode registering your nickname on freenode] server and joining the #seneca-oop344 channel for 344 related dialog
 +
#: Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog.
 +
# Read [http://git-scm.com/book Pro-git book]
 +
#: Chapter One and Chapter Two
 +
# Create an account on this wiki: send an email to [mailto:cdot-wiki-admin@senecac.on.ca?subject=Wiki+account+request cdot-wiki-admin@senecac.on.ca] and ask for an account, an email will be sent back to you with your userid and a temporary password; make sure you have the following included in your email.
 +
#* Email subject: Wiki Account Request
 +
#* The subject you are enrolled in: "OOP344"
 +
#* Your Seneca user id
 +
#* Send this email from your Seneca Account only
 +
# Learn how to do basic editing in a wiki
 +
 +
=== Resources 1 ===
 +
* Git
 +
** [http://git-scm.com/book Pro-git book]
 +
** [[GIT for OOP344 Projects]]
 +
** Great 15 minutes tutorial that will give you basic understanding of Git
 +
**: [http://try.github.com/levels/1/challenges/1 Try GitHub]
 +
** [http://www.sourcetreeapp.com Git GUI Client for Mac ]
 +
** [http://windows.github.com/ Github Client for Windows]
 +
** [https://help.github.com/articles/generating-ssh-keys Generating SSH keys for github]
 +
* Wiki
 +
* [http://www.wikihow.com/Register-a-User-Name-on-Freenode How to register your IRC nickname on freenode]
 +
* [http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients Compare IRC clients]
 +
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages]
 +
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]
 +
* Blogs
 +
** [http://wordpress.com/ Wordpress]
 +
** [http://www.blogger.com/ Blogger]
 +
** [https://www.tumblr.com/ Tumblr]
 +
* IRC Clients:
 +
** [http://www.silverex.org/download/ XChat 2  (Windows)]
 +
** [http://colloquy.info/downloads.html Colloquy Colloguy (Mac)]
 +
** [https://addons.mozilla.org/en-US/firefox/addon/chatzilla/ ChatZilla (Multi-platform)]
 +
** [http://clicksandwhistles.com/download.php Clicks & Whistles (Windows)]
 +
* How to Install
 +
** [http://wiki.tryphon.eu/how_to_install_xchat XChat]

Revision as of 09:25, 3 September 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Under construction!

Week 1 - Sep 1

This Week 1

  • Introduction to Open Source development.
  • Collaboration Tools:
    • Wiki
    • Blog
    • IRC
    • Code Repository
      Git, Svn, ....
    • Big Blue Button
  • Etherpad
  • Object Orientation Review
  • C Review
    pointers
    pointers and arrays

To Do 1

Due Sep 6th (Friday) 18:00

  1. Create an account on github
    1. Make sure your account name is presentable. This name will stay with you forever.
    2. Make sure your information on github is complete (real name, email, etc...)
  2. Send ONE email to me(Fardad) containing your git hub id
    subject of the email should be 344Github20133
    email content
    name: Your Name (exactly as it appears on your Seneca student card)
    nickname: Your Nick name
    Git hub ID: your Github id

Due by Sep 8th, 23:59

  1. Create a blog (anywhere you like or use the one you already have)
  2. Join the IRC by registering your nickname on freenode server and joining the #seneca-oop344 channel for 344 related dialog
    Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog.
  3. Read Pro-git book
    Chapter One and Chapter Two
  4. Create an account on this wiki: send an email to cdot-wiki-admin@senecac.on.ca and ask for an account, an email will be sent back to you with your userid and a temporary password; make sure you have the following included in your email.
    • Email subject: Wiki Account Request
    • The subject you are enrolled in: "OOP344"
    • Your Seneca user id
    • Send this email from your Seneca Account only
  5. Learn how to do basic editing in a wiki

Resources 1