User Tools

Site Tools


haas:fall2014:cprog:projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2014:cprog:projects [2014/09/11 21:44] – [Week 3] wedgehaas:fall2014:cprog:projects [2014/11/11 11:24] (current) – external edit 127.0.0.1
Line 9: Line 9:
   * [[/haas/fall2014/cprog/projects/helloworld|"Hello, World!"]] (due 20140903)   * [[/haas/fall2014/cprog/projects/helloworld|"Hello, World!"]] (due 20140903)
   * [[/haas/fall2014/cprog/projects/notes|notes]] (on-going)   * [[/haas/fall2014/cprog/projects/notes|notes]] (on-going)
 +  * [[/haas/fall2014/cprog/projects/squares|squares]] (due 20140924)
 +  * [[/haas/fall2014/cprog/projects/dayofweek|Day of Week]] (due 20141001)
 +  * [[/haas/fall2014/cprog/projects/pipemath|PipeMath]] (due 20141008)
  
 +
 +
 +======Week 11======
 +  * Class notes roles for **[[/notes/cprog#section11112014|11/11/2014]]** class:
 +    * author: **user**
 +    * designer: **user**
 +    * reviewer: **user**
 +  * Class notes roles for **[[/notes/cprog#section11042014|11/04/2014]]** class:
 +
 +======Week 10======
 +  * Class notes roles for **[[/notes/cprog#section11062014|11/06/2014]]** class:
 +    * author: **stiwari1**
 +    * designer: **zgolden**
 +    * reviewer: **dwoodco2**
 +  * Class notes roles for **[[/notes/cprog#section11042014|11/04/2014]]** class:
 +    * author: **dwoodco2**
 +    * designer: **dsoutha3**
 +    * reviewer: **mp010784**
 +    * Be sure to check the notes project for role-specific deadlines.
 +
 +======Week 8======
 +  * Congratulations to **dsoutha3** for winning the Week 6 bonus point drawing (there was no drawing last week)
 +  * Class notes roles for **[[/notes/cprog#section10212014|10/21/2014]]** class:
 +    * author: **dsoutha3**
 +    * designer: **mmerrick**
 +    * reviewer: **jgates1**
 +    * Be sure to check the notes project for role-specific deadlines.
 +  * I'd like to give a knowledge assessment next Thursday (October 30th, 2014), which would cover what we've encountered in the course up to that point.
 +
 +======Week 7======
 +  * We took a tangent and played with computer graphics this week.
 +
 +======Week 6======
 +  * Congratulations to **mp010784** for winning the Week 5 bonus point drawing
 +  * Class notes roles for **[[/notes/cprog#section09302014|09/30/2014]]** class:
 +    * author: **zgolden**
 +    * designer: **jgates1**
 +    * reviewer: **stiwari1**
 +    * Be sure to check the notes project for role-specific deadlines.
 +  * Class notes roles for **[[/notes/cprog#section1002014|10/02/2014]]** class:
 +    * author: **mmerrick**
 +    * designer: **dshadeck**
 +    * reviewer: **dwoodco2**
 +    * Be sure to check the notes project for role-specific deadlines.
 +  * Unveiling our next project: **pipemath**
 +    * Program assignments will be as follows:
 +      * dshadeck: five toplaces tobase2
 +      * dsoutha3: nine plus tobase11
 +      * dwoodco2: two topowerof tobase5
 +      * jgates1: six log tobase4
 +      * mmerrick: eight minus tobase6
 +      * mp010784: three modulus tobase9
 +      * stiwari1: seven multiplyby tobase3
 +      * zgolden: four divideby tobase7
 +
 +======Week 5======
 +  * Congratulations to **dsoutha3** for winning the Week 4 bonus point drawing
 +  * Class notes roles for **[[/notes/cprog#section09232014|09/23/2014]]** class:
 +    * author: **mmerrick**
 +    * designer: **dsoutha3**
 +    * reviewer: **mp010784**
 +    * Be sure to check the notes project for role-specific deadlines.
 +  * Class notes roles for **[[/notes/cprog#section09252014|09/25/2014]]** class:
 +    * author: **stiwari1**
 +    * designer: **dwoodco2**
 +    * reviewer: **mp010784**
 +    * Be sure to check the notes project for role-specific deadlines.
 +
 +======Week 4======
 +  * Congratulations to **mp010784** for winning the Week 3 bonus point drawing
 +  * Class notes roles for **[[/notes/cprog#section09162014|09/16/2014]]** class:
 +    * author: **dwoodco2**
 +    * designer: **jgates1**
 +    * reviewer: **zgolden**
 +    * Be sure to check the notes project for role-specific deadlines.
 +  * Class notes roles for **[[/notes/cprog#section09182014|09/18/2014]]** class:
 +    * author: **zgolden**
 +    * designer: **stiwari1**
 +    * reviewer: **dshadeck**
 +  * If you are not sure if you submitted an assignment, I have updated the **submit** tool to report this information.
 +    * Simply run: **submit cprog**
 +    * You will see upcoming yet-to-be-submitted projects, submitted projects, and past due projects
 ======Week 3====== ======Week 3======
-  * Congratulations to **username** for winning the Week 2 bonus point drawing +  * Congratulations to **dsoutha3** for winning the Week 2 bonus point drawing 
-  * Class notes roles for **09/09/2014** class:+  * Class notes roles for **[[/notes/cprog#section09092014|09/09/2014]]** class:
     * author: **dsoutha3**     * author: **dsoutha3**
     * designer: **zgolden**     * designer: **zgolden**
Line 21: Line 106:
     * Of the data present, please report to me (via e-mail) any errors and omissions.     * Of the data present, please report to me (via e-mail) any errors and omissions.
     * The aim is to update this each WEEK.     * The aim is to update this each WEEK.
-  * Class notes roles for **09/11/2014** class:+  * Class notes roles for **[[/notes/cprog#section09112014|09/11/2014]]** class:
     * author: **jgates1**     * author: **jgates1**
     * designer: **mmerrick**     * designer: **mmerrick**
Line 32: Line 117:
   * We started our programming journey with the venerable "Hello, World!" last week; we'll be continuing on this week, likely with variables and data types.   * We started our programming journey with the venerable "Hello, World!" last week; we'll be continuing on this week, likely with variables and data types.
   * Congratulations to **dwoodco2** for winning the Week 1 bonus point drawing   * Congratulations to **dwoodco2** for winning the Week 1 bonus point drawing
-  * Class notes roles for **09/02/2014** class:+  * Class notes roles for **[[/notes/cprog#section09022014|09/02/2014]]** class:
     * author: **mp010784**     * author: **mp010784**
     * designer: **dshadeck**     * designer: **dshadeck**
     * reviewer: **mmerrick**     * reviewer: **mmerrick**
     * Be sure to check the notes project for role-specific deadlines.     * Be sure to check the notes project for role-specific deadlines.
-  * Class notes roles for **09/04/2014** class:+  * Class notes roles for **[[/notes/cprog#section09042014|09/04/2014]]** class:
     * author: **dshadeck**     * author: **dshadeck**
     * designer: **mp010784**     * designer: **mp010784**
haas/fall2014/cprog/projects.1410471855.txt.gz · Last modified: 2014/09/11 21:44 by wedge