Skip to content

Commit

Permalink
Merge branch 'master' of github.com:open-source-society/computer-science
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglas committed Apr 11, 2017
2 parents bd30d61 + 62cb5c4 commit 4399f8c
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 272 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
- "MINOR" updates correspond to changing courses without changing the topics
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression


## [7.1.1] 2017-04-11
### Updated
- Final touch to release

## [7.1.0] 2017-04-10
### Updated
- Reverted reformat of programming languages course
Expand Down Expand Up @@ -170,12 +175,12 @@ Due to Coursera's platform changes, we had the following updates:

## [3.0.0] 2016-05-04
### Removed
- Section: **Introduction to Computer Science**:
- Section: **Introduction to Computer Science**:
- Introduction to Computer Science and Programming Using Python
- From Nand to Tetris (Part 1)

### Added
- Section: **Introduction to Computer Science**:
- Section: **Introduction to Computer Science**:
- Introduction to Computer Science - CS50

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

### Removed
- **Introduction to Computer Science**:
- **Introduction to Computer Science**:
- Introduction to Computer Science
- Introduction to Computational Thinking and Data Science
- **Algorithms**
Expand All @@ -196,19 +201,19 @@ Due to Coursera's platform changes, we had the following updates:
- Principles of Reactive Programming
- **Math (Calculus)**
- Multivariable Calculus
- **Software Architecture**:
- **Software Architecture**:
- Web Application Architectures
- **Software Engineering**:
- **Software Engineering**:
- Agile Development Using Ruby on Rails - Basics
- Agile Development Using Ruby on Rails - Advanced
- Startup Engineering
- **Computer Architecture**:
- **Computer Architecture**:
- The Hardware/Software Interface
- **Operating Systems**:
- **Operating Systems**:
- Operating System Engineering
- **Computer Networks**:
- **Computer Networks**:
- Introduction to Computer Networking
- **Cryptography**:
- **Cryptography**:
- Applied Cryptography

**ps**: These removed courses are now in the [extras](https://github.com/open-source-society/computer-science/tree/master/extras) section.
Expand Down
145 changes: 13 additions & 132 deletions PROJECTS.md
Original file line number Diff line number Diff line change
@@ -1,156 +1,37 @@
# Projects

>Here, we are providing a list curated by the community of exercices and projects to practice and reinforce the skills we try to master.
> Here, we are providing a list curated by the community of exercises and projects to practice and reinforce the skills we try to master.
Projects created by OSSU's students for each course of our [**Computer Science**](https://github.com/open-source-society/computer-science) curriculum.

### Introduction to Computer Science
- [Introduction to Computer Science](#introduction-to-computer-science)
- [Programming](#programming)
- [Math](#math)
- [Systems](#systems)
- [Theory](#theory)
- [Applications](#applications)

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

### Math (Mathematical Thinking)

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Program Design

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Math (Calculus and Discrete Math)

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Algorithms

## Programming
Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Programming Paradigms

## Math
Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Software Testing

## Systems
Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Math (Calculus)

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Software Architecture

## Theory
Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Theory

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Software Engineering

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Math (Probability)

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Computer Architecture

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Operating Systems

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Computer Networks

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Databases

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Cloud Computing

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Math (Linear Algebra)

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Cryptography

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Security

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Compilers

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Parallel Computing

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### UX Design

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Computer Graphics

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Artificial Intelligence

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Machine Learning

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Natural Language Processing

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Big Data

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Data Mining

Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--

### Internet of Things

## Application
Project Title | Description | Author(s) | Repository
:-- | :-- | :--: | :--
Loading

0 comments on commit 4399f8c

Please sign in to comment.