Skip to content

Commit

Permalink
Publish CS 480 assignment 2 and CS 362 assignment 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 30, 2024
1 parent 46951ac commit f77a2e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions src/data/courses/sp24/cs362/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS362@OregonStateUniversity.onmicrosoft.com/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 3 – Ingegration tests for UI-based apps',
// due: {
// day: 'Monday, 5/15/2023',
// time: '11:59pm'
// },
// notes: [
// 'Grading demo due by 11:59pm on Monday, 5/29/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS362@OregonStateUniversity.onmicrosoft.com/bookings/)'
// ]
// },
{
link : 'https://classroom.github.com/a/-EtVVtgg',
title: 'Assignment 3 – Ingegration tests for UI-based apps',
due: {
day: 'Monday, 5/13/2024',
time: '11:59pm'
},
notes: [
'Grading demo due by 11:59pm on Monday, 5/27/2024',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS362@OregonStateUniversity.onmicrosoft.com/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 4 – End-to-end tests for a complete application',
Expand Down
24 changes: 12 additions & 12 deletions src/data/courses/sp24/cs480/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS480@OregonStateUniversity.onmicrosoft.com/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 2 – Parsing and syntax-directed translation',
// due: {
// day: 'Monday, 5/15/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Monday 5/29/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS480@OregonStateUniversity.onmicrosoft.com/bookings/)'
// ]
// },
{
link : 'https://classroom.github.com/a/wCAY6VQQ',
title: 'Assignment 2 – Parsing and syntax-directed translation',
due: {
day: 'Monday, 5/13/2024',
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm, Monday 5/27/2024',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/CS480@OregonStateUniversity.onmicrosoft.com/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 3 – Abstract syntax trees and simple code generation',
Expand Down

0 comments on commit f77a2e0

Please sign in to comment.