From 0f6184b7c9f279c33ea4878522823e203a585035 Mon Sep 17 00:00:00 2001 From: ericdouglas Date: Tue, 26 May 2015 12:56:21 -0300 Subject: [PATCH] Add first course folder - cs intro mit --- .gitignore | 3 +++ README.md | 2 +- .../01-introduction-to-cs-and-programming-mit/README.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 computer-science/01-introduction-to-cs-and-programming-mit/README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6fe6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.swp +*.swo \ No newline at end of file diff --git a/README.md b/README.md index db63e4b..8056b19 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ ### Computer Science +1. [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) - [⎙](/computer-science/01-introduction-to-cs-and-programming) 1. [Computer Science 101 - Stanford](https://lagunita.stanford.edu/courses/Engineering/CS101/Summer2014/about) / [Other files](http://web.stanford.edu/class/cs101/) - [⎙]() -1. [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) - [⎙]() 1. [Structure and Interpretation of Computer Programs](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/) - [⎙]() 1. [Elements of Software Construction](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-005-elements-of-software-construction-fall-2011/) - [⎙]() 1. [Introduction to Algorithms](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/) - [⎙]() diff --git a/computer-science/01-introduction-to-cs-and-programming-mit/README.md b/computer-science/01-introduction-to-cs-and-programming-mit/README.md new file mode 100644 index 0000000..1e52f56 --- /dev/null +++ b/computer-science/01-introduction-to-cs-and-programming-mit/README.md @@ -0,0 +1 @@ +# [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) \ No newline at end of file