Skip to content

Commit 5381f15

Browse files
committed
Add Multithreading (part II) and Network Programming (part I) lecture slides
1 parent 3baa972 commit 5381f15

File tree

10 files changed

+629
-0
lines changed

10 files changed

+629
-0
lines changed

10-network/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Многонишково програмиране (част II) и Мрежово програмиране (част I)
41.7 KB
Loading
28.1 KB
Loading
34.6 KB
Loading
21.5 KB
Loading
378 KB
Loading
58.4 KB
Loading

10-network/lecture/slides.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>[MJT2026] Modern Java Technologies Lecture</title>
5+
<link href="../../web/images/favicon.png" rel="icon" type="image/png"/>
6+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
7+
<meta charset="utf-8" />
8+
<meta
9+
name="viewport"
10+
content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"
11+
/>
12+
<link rel="stylesheet" type="text/css" href="../../web/css/typo.css" />
13+
<link rel="stylesheet" type="text/css" href="../../web/css/font-nord.css" />
14+
<link rel="stylesheet" type="text/css" href="../../web/fonts/remixicon.css" />
15+
<link rel="stylesheet" type="text/css" href="../../web/css/style.css" />
16+
</head>
17+
<body>
18+
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
19+
</script>
20+
<script type="text/javascript">
21+
var slideshow = remark.create({
22+
sourceUrl: "slides.md",
23+
ratio: "16:9",
24+
highlightStyle: "magula",
25+
highlightLines: true,
26+
countIncrementalSlides: false
27+
});
28+
</script>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)