Skip to content

Commit 6efbb7f

Browse files
committed
ac
1 parent 6b4a233 commit 6efbb7f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

_practice/2023-11-02.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
```{index}
2-
```
1+
1. create a new ssh key and configure it to your GitHub account
2+
2. Install [ gcc](https://gcc.gnu.org/install/) locally and practice using it. Repeat steps we did in class on your computer and then change the order of parameters; try skipping steps to produce errors, etc. Export the list of variations you tried and summarize what you learned as a list of tips and reminders on what the parameters do/why/when you would need them (or not) in {index}`gcctips.md`. (to reinforce what we learned)
3+
3. Write two short programs that do the same thing in different ways and compile them both to assembly (eg using a for vs while loop to sum numbers up to a number). Check the assembly to see if they produce the same thing or if it's different. Save your code (in code blocks) and notes about your findings in {index}`assemblycompare.md`

_prepare/2023-11-07.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Create {index}`operators.md` and make some notes about what you know about operators. What kinds of operators are you familiar with? Which have you seen in programming? math?
2+
2. Look over build/explore ideas if you plan to do any.
3+
- [discussion repo](https://github.com/introcompsys/discussion-fa23-community/issues)
4+
- [website repo](https://github.com/introcompsys/fall2023/issues)
5+
- [courseutils](https://github.com/introcompsys/courseutils/issues)

_review/2023-11-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
```{index}
2-
```
1+
1. create a new ssh key and configure it to your GitHub account
2+
1. Practice using gcc. Repeat steps we did in class, change the order of parameters; try skipping steps to produce errors, etc. Then in `gcctips.md` summarize what you learned as a list of tips and reminders on what the parameters do/why/when you would need them (or not). (to reinforce what we learned)

0 commit comments

Comments
 (0)