Skip to content

Commit

Permalink
Generated content from main
Browse files Browse the repository at this point in the history
@b966049600d7212913a93ec94a6da93dc3421b26
  • Loading branch information
AlphaHydrae committed Oct 20, 2023
1 parent 55a779d commit 94fb784
Show file tree
Hide file tree
Showing 42 changed files with 50 additions and 46 deletions.
8 changes: 5 additions & 3 deletions 2023-2024/subjects/automated-testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Automated Testing (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/automated-testing/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/automated-testing/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down Expand Up @@ -333,8 +333,10 @@
.breadcrumbs[<a href="#1">Automated Testing</a> > <a href="#12">What is a unit test?</a> > <a href="#16">Why write unit tests?</a>]

Unit tests **will not catch every error in the program**, because they cannot
evaluate every execution path in any but the most trivial programs. They will
not catch integration errors or broader system-level errors.
evaluate every execution path in any but the most trivial programs. [They will
not catch integration
errors](https://www.wovenware.com/blog/2020/11/unit-integration-testing/) or
broader system-level errors.

Software testing is a combinatorial problem. For every logical branch (true or
false), a test case must be written, which is quite time-consuming and might not
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>COMEM+ Web-Oriented Architecture Course (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/course/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/course/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/express-auth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Express Authentication (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/express-auth/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/express-auth/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/express-best-practices/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Express Best Practices (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/express-best-practices/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/express-best-practices/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/express-mongoose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Using Mongoose with Express (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/express-mongoose/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/express-mongoose/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/express/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Express (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/express/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/express/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js-classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript Classes (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js-classes/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js-classes/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js-closures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript Closures (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js-closures/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js-closures/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js-modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript Modules (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js-modules/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js-modules/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js-promises/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript Promises (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js-promises/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js-promises/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js-prototypes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript Prototypes (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js-prototypes/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js-prototypes/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JavaScript (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/js/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/js/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/mongodb-data-modeling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>MongoDB data modeling (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/mongodb-data-modeling/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/mongodb-data-modeling/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/mongodb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>MongoDB (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/mongodb/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/mongodb/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/mongoose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Mongoose (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/mongoose/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/mongoose/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/node/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Node.js Introduction (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/node/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/node/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/npm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>npm (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/npm/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/npm/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/rest-advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>REST In Depth (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/rest-advanced/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/rest-advanced/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/rest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>REST Introduction &amp; HTTP (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/rest/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/rest/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/wamp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Web Application Messaging Protocol (WAMP) (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/wamp/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/wamp/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2023-2024/subjects/ws/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>WebSockets (Media Engineering Web-Oriented Architecture)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/cea87ff47d183c83f61742c1e4cf0c87cf0b6f3a/subjects/ws/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archioweb/tree/b966049600d7212913a93ec94a6da93dc3421b26/subjects/ws/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
Loading

0 comments on commit 94fb784

Please sign in to comment.