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
2 changes: 1 addition & 1 deletion courses/CS-3180-01-Introduction/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-30T12:06:57.073414128Z",
"last_updated": "2026-09-11T12:25:58.870025167Z",
"color": "#000080",
"description": "Introduction to CS-3180, discussion of potential definitions of what it means to be a programming language.",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion courses/CS-3180-02-Methods-of-Execution/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-30T12:07:21.139910968Z",
"last_updated": "2026-09-11T12:26:09.520779130Z",
"color": "#00FFFF",
"description": "A discussion of methods of how different programming langauges execute through compilers and interpreters.",
"license": "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-30T12:07:31.587015581Z",
"last_updated": "2026-09-11T12:26:26.519419123Z",
"color": "#00FFFF",
"description": "A discussion of what goes into the design and syntax of different programming languages.",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion courses/CS-3180-04-Intro-To-Types/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Engineering",
"WSU-CS-3180"
],
"last_updated": "2026-08-30T16:55:22.029597736Z",
"last_updated": "2026-09-11T12:26:38.466359203Z",
"color": "#00FFFF",
"description": "A brief introduction to type systems in different programming languages",
"license": "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions courses/CS-3180-05-Type-System-Nuances/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-09-01T20:28:05.227250040Z",
"last_updated": "2026-09-11T12:26:48.024009014Z",
"color": "#00FFFF",
"description": "A discussion of the many nuances included in a programming language's type system",
"license": "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions courses/CS-3180-06-Dynamic-Typing-Project/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-09-03T13:17:12.772244254Z",
"last_updated": "2026-09-11T12:26:57.882871522Z",
"color": "#00FFFF",
"description": "A simple guided exercise in dynamic typing in python. Details the creation and thought process behind a small calculator",
"license": "Apache-2.0"
Expand Down
7 changes: 4 additions & 3 deletions courses/CS-3180-07-Evaluation-Optimization/oseda-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"author": "ReeseHatfield",
"tags": [
"ComputerScience",
"Education"
"Education",
"WSU-CS-3180"
],
"last_updated": "2026-09-07T22:49:24.042035722Z",
"color": "#00FFFF",
"last_updated": "2026-09-11T12:27:16.390661052Z",
"color": "#000080",
"description": "A discussion of dynamic code execution with eval() and compiler optimizations.",
"license": "Apache-2.0"
}
Loading