Skip to content

Commit 4399f8c

Browse files
committed
Merge branch 'master' of github.com:open-source-society/computer-science
2 parents bd30d61 + 62cb5c4 commit 4399f8c

File tree

3 files changed

+157
-272
lines changed

3 files changed

+157
-272
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
66
- "MINOR" updates correspond to changing courses without changing the topics
77
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression
88

9+
10+
## [7.1.1] 2017-04-11
11+
### Updated
12+
- Final touch to release
13+
914
## [7.1.0] 2017-04-10
1015
### Updated
1116
- Reverted reformat of programming languages course
@@ -170,12 +175,12 @@ Due to Coursera's platform changes, we had the following updates:
170175

171176
## [3.0.0] 2016-05-04
172177
### Removed
173-
- Section: **Introduction to Computer Science**:
178+
- Section: **Introduction to Computer Science**:
174179
- Introduction to Computer Science and Programming Using Python
175180
- From Nand to Tetris (Part 1)
176181

177182
### Added
178-
- Section: **Introduction to Computer Science**:
183+
- Section: **Introduction to Computer Science**:
179184
- Introduction to Computer Science - CS50
180185

181186
## [2.0.1] 2016-04-04
@@ -187,7 +192,7 @@ Due to Coursera's platform changes, we had the following updates:
187192
- Program Design section course's names and links
188193

189194
### Removed
190-
- **Introduction to Computer Science**:
195+
- **Introduction to Computer Science**:
191196
- Introduction to Computer Science
192197
- Introduction to Computational Thinking and Data Science
193198
- **Algorithms**
@@ -196,19 +201,19 @@ Due to Coursera's platform changes, we had the following updates:
196201
- Principles of Reactive Programming
197202
- **Math (Calculus)**
198203
- Multivariable Calculus
199-
- **Software Architecture**:
204+
- **Software Architecture**:
200205
- Web Application Architectures
201-
- **Software Engineering**:
206+
- **Software Engineering**:
202207
- Agile Development Using Ruby on Rails - Basics
203208
- Agile Development Using Ruby on Rails - Advanced
204209
- Startup Engineering
205-
- **Computer Architecture**:
210+
- **Computer Architecture**:
206211
- The Hardware/Software Interface
207-
- **Operating Systems**:
212+
- **Operating Systems**:
208213
- Operating System Engineering
209-
- **Computer Networks**:
214+
- **Computer Networks**:
210215
- Introduction to Computer Networking
211-
- **Cryptography**:
216+
- **Cryptography**:
212217
- Applied Cryptography
213218

214219
**ps**: These removed courses are now in the [extras](https://github.com/open-source-society/computer-science/tree/master/extras) section.

PROJECTS.md

Lines changed: 13 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,37 @@
11
# Projects
2-
3-
>Here, we are providing a list curated by the community of exercices and projects to practice and reinforce the skills we try to master.
2+
> Here, we are providing a list curated by the community of exercises and projects to practice and reinforce the skills we try to master.
43
54
Projects created by OSSU's students for each course of our [**Computer Science**](https://github.com/open-source-society/computer-science) curriculum.
65

7-
### Introduction to Computer Science
6+
- [Introduction to Computer Science](#introduction-to-computer-science)
7+
- [Programming](#programming)
8+
- [Math](#math)
9+
- [Systems](#systems)
10+
- [Theory](#theory)
11+
- [Applications](#applications)
812

13+
## Introduction to Computer Science
914
Project Title | Description | Author(s) | Repository
1015
:-- | :-- | :--: | :--
1116
Binary Machine | Convert decimal numbers to binary | [Eric Douglas](https://github.com/ericdouglas) | [binary-machine](https://github.com/ericdouglas/binary-machine)
1217

13-
### Math (Mathematical Thinking)
14-
15-
Project Title | Description | Author(s) | Repository
16-
:-- | :-- | :--: | :--
17-
18-
### Program Design
19-
20-
Project Title | Description | Author(s) | Repository
21-
:-- | :-- | :--: | :--
22-
23-
### Math (Calculus and Discrete Math)
24-
25-
Project Title | Description | Author(s) | Repository
26-
:-- | :-- | :--: | :--
27-
28-
### Algorithms
2918

19+
## Programming
3020
Project Title | Description | Author(s) | Repository
3121
:-- | :-- | :--: | :--
3222

33-
### Programming Paradigms
34-
23+
## Math
3524
Project Title | Description | Author(s) | Repository
3625
:-- | :-- | :--: | :--
3726

38-
### Software Testing
39-
27+
## Systems
4028
Project Title | Description | Author(s) | Repository
4129
:-- | :-- | :--: | :--
4230

43-
### Math (Calculus)
44-
45-
Project Title | Description | Author(s) | Repository
46-
:-- | :-- | :--: | :--
47-
48-
### Software Architecture
49-
31+
## Theory
5032
Project Title | Description | Author(s) | Repository
5133
:-- | :-- | :--: | :--
5234

53-
### Theory
54-
55-
Project Title | Description | Author(s) | Repository
56-
:-- | :-- | :--: | :--
57-
58-
### Software Engineering
59-
60-
Project Title | Description | Author(s) | Repository
61-
:-- | :-- | :--: | :--
62-
63-
### Math (Probability)
64-
65-
Project Title | Description | Author(s) | Repository
66-
:-- | :-- | :--: | :--
67-
68-
### Computer Architecture
69-
70-
Project Title | Description | Author(s) | Repository
71-
:-- | :-- | :--: | :--
72-
73-
### Operating Systems
74-
75-
Project Title | Description | Author(s) | Repository
76-
:-- | :-- | :--: | :--
77-
78-
### Computer Networks
79-
80-
Project Title | Description | Author(s) | Repository
81-
:-- | :-- | :--: | :--
82-
83-
### Databases
84-
85-
Project Title | Description | Author(s) | Repository
86-
:-- | :-- | :--: | :--
87-
88-
### Cloud Computing
89-
90-
Project Title | Description | Author(s) | Repository
91-
:-- | :-- | :--: | :--
92-
93-
### Math (Linear Algebra)
94-
95-
Project Title | Description | Author(s) | Repository
96-
:-- | :-- | :--: | :--
97-
98-
### Cryptography
99-
100-
Project Title | Description | Author(s) | Repository
101-
:-- | :-- | :--: | :--
102-
103-
### Security
104-
105-
Project Title | Description | Author(s) | Repository
106-
:-- | :-- | :--: | :--
107-
108-
### Compilers
109-
110-
Project Title | Description | Author(s) | Repository
111-
:-- | :-- | :--: | :--
112-
113-
### Parallel Computing
114-
115-
Project Title | Description | Author(s) | Repository
116-
:-- | :-- | :--: | :--
117-
118-
### UX Design
119-
120-
Project Title | Description | Author(s) | Repository
121-
:-- | :-- | :--: | :--
122-
123-
### Computer Graphics
124-
125-
Project Title | Description | Author(s) | Repository
126-
:-- | :-- | :--: | :--
127-
128-
### Artificial Intelligence
129-
130-
Project Title | Description | Author(s) | Repository
131-
:-- | :-- | :--: | :--
132-
133-
### Machine Learning
134-
135-
Project Title | Description | Author(s) | Repository
136-
:-- | :-- | :--: | :--
137-
138-
### Natural Language Processing
139-
140-
Project Title | Description | Author(s) | Repository
141-
:-- | :-- | :--: | :--
142-
143-
### Big Data
144-
145-
Project Title | Description | Author(s) | Repository
146-
:-- | :-- | :--: | :--
147-
148-
### Data Mining
149-
150-
Project Title | Description | Author(s) | Repository
151-
:-- | :-- | :--: | :--
152-
153-
### Internet of Things
154-
35+
## Application
15536
Project Title | Description | Author(s) | Repository
15637
:-- | :-- | :--: | :--

0 commit comments

Comments
 (0)