kristofer revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
notes.md
| @@ -23,7 +23,7 @@ walk-through **NumbersTrianglesTables**, loops, call own code | |||
| 23 | 23 | - Call _your own code_ | |
| 24 | 24 | - Numbers: there are errors. fix the tests and COMMENT them. | |
| 25 | 25 | ||
| 26 | - | ||
| 26 | + | zip-athena start. | |
| 27 | 27 | ||
| 28 | 28 | ### 2-2 | |
| 29 | 29 | Loops, Strings, **Payroll** | |
kristofer revised this gist . Go to revision
1 file changed, 17 insertions, 4 deletions
notes.md
| @@ -2,13 +2,27 @@ | |||
| 2 | 2 | ||
| 3 | 3 | seven projects. some in the repo, some in their own repos. | |
| 4 | 4 | ||
| 5 | + | some you will have to **"fork & clone"** | |
| 6 | + | ||
| 5 | 7 | get comfy with the git trinity **"add, commit, & push"** | |
| 6 | 8 | ||
| 9 | + | _Overall week_ loops, input/output, returns from methods or functions, | |
| 10 | + | ||
| 11 | + | **Reading code.** | |
| 12 | + | - old Texas | |
| 13 | + | - other Tao examples | |
| 7 | 14 | ||
| 8 | 15 | ### 2-1 | |
| 9 | 16 | Quiz, **TooHighTooLow**, Demo of Calcs, **WordGuess** workshop | |
| 10 | 17 | ||
| 11 | 18 | walk-through **NumbersTrianglesTables**, loops, call own code | |
| 19 | + | - look for general case | |
| 20 | + | - don't start 1,2,3... | |
| 21 | + | - implment general case | |
| 22 | + | - implement the specific cases after general | |
| 23 | + | - Call _your own code_ | |
| 24 | + | - Numbers: there are errors. fix the tests and COMMENT them. | |
| 25 | + | ||
| 12 | 26 | ||
| 13 | 27 | ||
| 14 | 28 | ### 2-2 | |
| @@ -17,8 +31,7 @@ Loops, Strings, **Payroll** | |||
| 17 | 31 | ### 2-3 | |
| 18 | 32 | ProblemSolving, Decomposition | |
| 19 | 33 | ||
| 20 | - | **MicroBank** | |
| 21 | - | ||
| 34 | + | **MicroBank** more loops, "for each transaction" | |
| 22 | 35 | ||
| 23 | 36 | ### 2-4 | |
| 24 | 37 | ||
| @@ -29,8 +42,8 @@ Objects 1 to reinforce Objects0; IRL Objects Workshop | |||
| 29 | 42 | ||
| 30 | 43 | Data structures, **Dicey**, **PhoneBook**, | |
| 31 | 44 | ||
| 32 | - | ||
| 33 | 45 | ### 2-6, 2-7 | |
| 34 | - | Groups **Hamurabi** | |
| 46 | + | ||
| 47 | + | Groups **Hamurabi**; each does the game, but teams help everyone stay on track. | |
| 35 | 48 | ||
| 36 | 49 | ||
kristofer revised this gist . Go to revision
1 file changed, 4 insertions, 1 deletion
notes.md
| @@ -1,6 +1,9 @@ | |||
| 1 | 1 | ## Second Seven | |
| 2 | 2 | ||
| 3 | - | seven projects. all in one repo. | |
| 3 | + | seven projects. some in the repo, some in their own repos. | |
| 4 | + | ||
| 5 | + | get comfy with the git trinity **"add, commit, & push"** | |
| 6 | + | ||
| 4 | 7 | ||
| 5 | 8 | ### 2-1 | |
| 6 | 9 | Quiz, **TooHighTooLow**, Demo of Calcs, **WordGuess** workshop | |
kristofer revised this gist . Go to revision
1 file changed, 6 insertions, 6 deletions
notes.md
| @@ -1,11 +1,11 @@ | |||
| 1 | 1 | ## Second Seven | |
| 2 | 2 | ||
| 3 | - | seven labs. all in one repo. | |
| 3 | + | seven projects. all in one repo. | |
| 4 | 4 | ||
| 5 | 5 | ### 2-1 | |
| 6 | - | Quiz, TooHighTooLow, Demo of Calcs, WordGuess workshop | |
| 6 | + | Quiz, **TooHighTooLow**, Demo of Calcs, **WordGuess** workshop | |
| 7 | 7 | ||
| 8 | - | walk-through NumbersTrianglesTables, loops, call own code | |
| 8 | + | walk-through **NumbersTrianglesTables**, loops, call own code | |
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | 11 | ### 2-2 | |
| @@ -14,7 +14,7 @@ Loops, Strings, **Payroll** | |||
| 14 | 14 | ### 2-3 | |
| 15 | 15 | ProblemSolving, Decomposition | |
| 16 | 16 | ||
| 17 | - | MicroBank | |
| 17 | + | **MicroBank** | |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | 20 | ### 2-4 | |
| @@ -24,10 +24,10 @@ Objects 1 to reinforce Objects0; IRL Objects Workshop | |||
| 24 | 24 | ||
| 25 | 25 | ### 2-5 | |
| 26 | 26 | ||
| 27 | - | Data structures, Dicey, PhoneBook, | |
| 27 | + | Data structures, **Dicey**, **PhoneBook**, | |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | 30 | ### 2-6, 2-7 | |
| 31 | - | Groups Hamurabi | |
| 31 | + | Groups **Hamurabi** | |
| 32 | 32 | ||
| 33 | 33 | ||
kristofer revised this gist . Go to revision
1 file changed, 9 insertions, 7 deletions
notes.md
| @@ -1,31 +1,33 @@ | |||
| 1 | - | # Second Seven | |
| 1 | + | ## Second Seven | |
| 2 | 2 | ||
| 3 | 3 | seven labs. all in one repo. | |
| 4 | 4 | ||
| 5 | - | ## 2-1 | |
| 5 | + | ### 2-1 | |
| 6 | 6 | Quiz, TooHighTooLow, Demo of Calcs, WordGuess workshop | |
| 7 | 7 | ||
| 8 | 8 | walk-through NumbersTrianglesTables, loops, call own code | |
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | - | ## 2-2 | |
| 11 | + | ### 2-2 | |
| 12 | 12 | Loops, Strings, **Payroll** | |
| 13 | 13 | ||
| 14 | - | ## 2-3 | |
| 14 | + | ### 2-3 | |
| 15 | 15 | ProblemSolving, Decomposition | |
| 16 | 16 | ||
| 17 | 17 | MicroBank | |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | - | ## 2-4 | |
| 20 | + | ### 2-4 | |
| 21 | 21 | ||
| 22 | 22 | Objects 1 to reinforce Objects0; IRL Objects Workshop | |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | - | ## 2-5 | |
| 25 | + | ### 2-5 | |
| 26 | 26 | ||
| 27 | 27 | Data structures, Dicey, PhoneBook, | |
| 28 | - | ## 2-6 | |
| 28 | + | ||
| 29 | + | ||
| 30 | + | ### 2-6, 2-7 | |
| 29 | 31 | Groups Hamurabi | |
| 30 | 32 | ||
| 31 | 33 | ||
kristofer revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
gistfile1.txt renamed to notes.md
File renamed without changes
kristofer revised this gist . Go to revision
1 file changed, 26 insertions
gistfile1.txt
| @@ -2,4 +2,30 @@ | |||
| 2 | 2 | ||
| 3 | 3 | seven labs. all in one repo. | |
| 4 | 4 | ||
| 5 | + | ## 2-1 | |
| 6 | + | Quiz, TooHighTooLow, Demo of Calcs, WordGuess workshop | |
| 7 | + | ||
| 8 | + | walk-through NumbersTrianglesTables, loops, call own code | |
| 9 | + | ||
| 10 | + | ||
| 11 | + | ## 2-2 | |
| 12 | + | Loops, Strings, **Payroll** | |
| 13 | + | ||
| 14 | + | ## 2-3 | |
| 15 | + | ProblemSolving, Decomposition | |
| 16 | + | ||
| 17 | + | MicroBank | |
| 18 | + | ||
| 19 | + | ||
| 20 | + | ## 2-4 | |
| 21 | + | ||
| 22 | + | Objects 1 to reinforce Objects0; IRL Objects Workshop | |
| 23 | + | ||
| 24 | + | ||
| 25 | + | ## 2-5 | |
| 26 | + | ||
| 27 | + | Data structures, Dicey, PhoneBook, | |
| 28 | + | ## 2-6 | |
| 29 | + | Groups Hamurabi | |
| 30 | + | ||
| 5 | 31 | ||
kristofer revised this gist . Go to revision
1 file changed, 5 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | # Second Seven | |
| 2 | + | ||
| 3 | + | seven labs. all in one repo. | |
| 4 | + | ||
| 5 | + | ||