From 0c2457f47bc1fa0f640c1ab6234ca0ffbe95e851 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Thu, 8 May 2014 20:51:46 -0300 Subject: [PATCH 1/3] Update README.md --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archives/01-introduction-to-computer-science-and-programming/README.md b/archives/01-introduction-to-computer-science-and-programming/README.md index ab10c2e..39c7147 100644 --- a/archives/01-introduction-to-computer-science-and-programming/README.md +++ b/archives/01-introduction-to-computer-science-and-programming/README.md @@ -34,7 +34,7 @@ This means that the primary knowledge you will take away from this course is the ||Lesson|Archives| |---|---|:---:| |01|INTRODUCTION|[files](https://github.com/ericdouglas/MIT-computer-science/tree/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/01-introduction)| -|02|CORE ELEMENTS OF A PROGRAM|[files]()| +|02|CORE ELEMENTS OF A PROGRAM|[files](https://github.com/ericdouglas/MIT-computer-science-and-engineering/tree/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program)| |03|PROBLEM SOLVING|[files]()| |04|MACHINE INTERPRETATION OF A PROGRAM|[files]()| |05|OBJECTS IN PYTHON|[files]()| From 0248bae31055e7bc2ffc82bf8c783032a3f809de Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Thu, 8 May 2014 20:53:06 -0300 Subject: [PATCH 2/3] Update README.md --- .../archives/UNIT-01/02-core-elements-of-a-program/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md index 6aad8bb..25ac493 100644 --- a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md +++ b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md @@ -10,4 +10,5 @@ This lecture covers the building blocks of straight line and branching programs: ➭ **Resources** -[Code in Node.JS]() | [Code in Python]() +◈ [Code in Node.JS](https://github.com/ericdouglas/MIT-computer-science-and-engineering/blob/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/example.js) +◈ [Code in Python]() From 4fd6329de0e8d4c3164fc362969ed0ad62ad7062 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Thu, 8 May 2014 20:53:29 -0300 Subject: [PATCH 3/3] Update README.md --- .../archives/UNIT-01/02-core-elements-of-a-program/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md index 25ac493..887be50 100644 --- a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md +++ b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md @@ -11,4 +11,5 @@ This lecture covers the building blocks of straight line and branching programs: ➭ **Resources** ◈ [Code in Node.JS](https://github.com/ericdouglas/MIT-computer-science-and-engineering/blob/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/example.js) + ◈ [Code in Python]()