Difference between revisions of "Extra Labs"

From CompSciWiki
Jump to: navigation, search
(added robocode 2)
 
(22 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Template:1010Topic|Chapter_TOC=[[Extra Lab Materials]]|Introduction=Here you'll find the materials for extra labs in COMP 1010.}}
+
{{Template:1010Topic
 +
|Chapter_TOC=[[Extra Labs]]
 +
|Previous=[[Help on Debugging]]
 +
|Next=[[Glossary]]
 +
|Body=
  
 
===Extra Labs===
 
===Extra Labs===
Line 7: Line 11:
 
You don't need to have experience in Java to attend these labs -- any programming experience, combined with what you've already seen in COMP 1010 will probably be enough to allow you to understand the materials in the labs.
 
You don't need to have experience in Java to attend these labs -- any programming experience, combined with what you've already seen in COMP 1010 will probably be enough to allow you to understand the materials in the labs.
  
===Schedule and Labs===
+
===Labs===
  
Times of the labs will be finalized when we have an estimate of the number of people attending.
 
  
* October 13-15: [[Twitter and Java]].
+
All extra labs are 50 min long.
* October 27-29: [[Accessing the web in Java]]. 
+
 
* November 17-19: [[GUI_I|Graphical User Interfaces in Java]] (Part I)
+
* [[GUI_I|Graphical User Interfaces in Java]] (Part I)
* November 29-December 3: [[GUI_II|Graphical User Interfaces in Java]] (Part II).
+
* [[GUI_II|Graphical User Interfaces in Java]] (Part II)
 +
* [[Twitter_and_Java|Twitter]]
 +
* [[Accessing the web in Java]].
 +
* [[QR Codes]]
 +
* [[Graphics with Processing I]]
 +
* [[Graphics With Processing II]]
 +
* [[Graphics With Processing III]]
 +
* [[Greenfoot]]
 +
* [[Robocode 1]]
 +
* [[Robocode 2]]
 +
* [[Roomba]]
 +
* [[Introduction to Python]]
 +
* [[More to Python]]
 +
* [[Introduction to Eclipse]]
 +
 
 +
}}

Latest revision as of 12:12, 3 April 2012

COMP 1010 Home > Extra Labs


Extra Labs

This series of labs is intended for those students in COMP 1010 who have extra experience programming and would like a challenge beyond the weekly labs. As a student, you can participate in any of these labs and receive one credit towards your lab mark. This means you will be able to go to the extra labs instead of your usual weekly labs and not lose any marks.

You don't need to have experience in Java to attend these labs -- any programming experience, combined with what you've already seen in COMP 1010 will probably be enough to allow you to understand the materials in the labs.

Labs

All extra labs are 50 min long.

Previous Page: Help on Debugging Next Page: Glossary