Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions courses/CS-3180-Introduction-01/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"author": "ReeseHatfield",
"tags": [
"ComputerScience",
"Engineering"
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-25T01:26:00.385498263Z",
"last_updated": "2026-08-25T01:36:21.620576141Z",
"color": "#000080",
"description": "Introduction to CS-3180, discussion of potential definitions of what it means to be a programming language."
}
2 changes: 2 additions & 0 deletions courses/CS-3180-Introduction-01/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ document.addEventListener("DOMContentLoaded", () => {
center: false,
slideNumber: true,
});

window.Reveal = deck
});
Binary file modified courses/CS-3180-Methods-of-Execution-02/main.exe
Binary file not shown.
7 changes: 4 additions & 3 deletions courses/CS-3180-Methods-of-Execution-02/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"author": "ReeseHatfield",
"tags": [
"ComputerScience",
"Engineering"
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-25T01:26:16.785380295Z",
"last_updated": "2026-08-16T00:47:56.498376326Z",
"color": "#00FFFF",
"description": "A discussion of methods of how different programming langauges execute through compilers and interpreters"
"description": "A discussion of methods of how different programming langauges execute through compilers and interpreters."
}
3 changes: 3 additions & 0 deletions courses/CS-3180-Methods-of-Execution-02/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ document.addEventListener("DOMContentLoaded", () => {
center: false,
slideNumber: true,
});


window.Reveal = deck
});
5 changes: 3 additions & 2 deletions courses/CS-3180-Syntax-Language-Design-03/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"author": "ReeseHatfield",
"tags": [
"ComputerScience",
"Engineering"
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-25T01:26:29.236699733Z",
"last_updated": "2026-08-25T01:36:41.793126710Z",
"color": "#00FFFF",
"description": "A discussion of what goes into the design and syntax of different programming languages."
}
Loading
Loading