Skip to content

Commit 8b9343f

Browse files
committed
notes today
1 parent 25b4838 commit 8b9343f

File tree

8 files changed

+628
-0
lines changed

8 files changed

+628
-0
lines changed

_practice/2022-11-21.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. Learn about the system libraries in two languages (one can be C or Python, one must be something else). Find the name(s) of the library or libraries. In `systeminteraction.md` summarize what types of support are shared or different? What does that tell you about the language?
2+
1. (**priority**) Research examples of programs using multi-threading besides splitting up a single calculation for time reasons, include three examples in `whymultithread.md`.
3+
4+
```{index} systeminteraction.md
5+
```
6+
```{index} whymultithread.md
7+
```

_prepare/2022-11-21.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Create an issue called "Wrapping up" on your KWL repo. List what things you know you need to do to finish strong/get caught up, what you will do to figure out what you need, AND/OR what help you need.
2+
1. Review your notes on IDE use
3+
1. Preview the [Stack Overflow Developer Survey](https://survey.stackoverflow.co/2022/#technology) Technology section for the languages.
4+
```{index}
5+
```

_review/2022-11-21.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. Review the notes.
2+
1. Update your KWL chart.
3+
1. Simulate a more computationally intensive program using the `sleep` function in C and compare the time of a threaded vs single threaded (ie serial, no intentional threading) version of the program. Include your two programs and the bash script to show how you tested it with notes on the performance in `threaded.md` (to better illustrate the impact of the threads)
4+
5+
6+
```{index} threaded.md
7+
```

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ parts:
3535
- file: notes/2022-11-07
3636
- file: notes/2022-11-14
3737
- file: notes/2022-11-16
38+
- file: notes/2022-11-21
3839
- caption: Activities
3940
chapters:
4041
- file: activities/kwl

activities/practice.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,19 @@ Activities:
176176
```{include} ../_practice/2022-11-14.md
177177
```
178178

179+
179180
## 2022-11-16
180181

181182
[related notes](../notes/2022-11-16)
182183

183184
Activities:
184185
```{include} ../_practice/2022-11-16.md
185186
```
187+
188+
## 2022-11-21
189+
190+
[related notes](../notes/2022-11-21)
191+
192+
Activities:
193+
```{include} ../_practice/2022-11-21.md
194+
```

activities/prepare.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,21 @@ Activities:
206206
```{include} ../_prepare/2022-11-14.md
207207
```
208208

209+
210+
209211
## 2022-11-16
210212

211213
[related notes](../notes/2022-11-16)
212214

213215
Activities:
214216
```{include} ../_prepare/2022-11-16.md
215217
```
218+
219+
220+
## 2022-11-21
221+
222+
[related notes](../notes/2022-11-21)
223+
224+
Activities:
225+
```{include} ../_prepare/2022-11-21.md
226+
```

activities/review.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,21 @@ Activities:
202202
```{include} ../_review/2022-11-14.md
203203
```
204204

205+
206+
205207
## 2022-11-16
206208

207209
[related notes](../notes/2022-11-16)
208210

209211
Activities:
210212
```{include} ../_review/2022-11-16.md
211213
```
214+
215+
216+
## 2022-11-21
217+
218+
[related notes](../notes/2022-11-21)
219+
220+
Activities:
221+
```{include} ../_review/2022-11-21.md
222+
```

0 commit comments

Comments
 (0)