Merge pull request #200 from mseyne/master

Remove the project.md file
pull/207/head
Eric Douglas 2015-11-02 14:09:20 -02:00
commit 13cf24d655
3 changed files with 5 additions and 311 deletions

View File

@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.7] 2015-11-01
### Removed
- Removed project.md file, moved to **help** repo
## [1.3.6] 2015-10-22
### Added

View File

@ -357,7 +357,7 @@ In order to show for everyone that you **successfully** finished a course, you s
After finish a course, you should think about a **real world problem** that you can solve using the acquired knowledge in the course. You don't need to create a big project, but you must create something to **validate** and **consolidate** your knowledge, and also to show to the world that you are capable to create something useful with the concepts that you learned.
The projects of all students will be listed in [this](projects.md) file. Submit your project's information in that file after you conclude it.
The projects of all students will be listed in [this](https://github.com/open-source-society/help/blob/master/PROJECTS.md) file. Submit your project's information in that file after you conclude it.
**You can create this project alone or with other students!**
@ -413,7 +413,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**.
## Change Log
**Curriculum Version**: `1.3.6`
**Curriculum Version**: `1.3.7`
To show **respect** to all of our students, we will keep a [CHANGELOG](CHANGELOG.md) file that contains all the alterations that our curriculum may suffer.

View File

@ -1,309 +0,0 @@
# Projects
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
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
Binary Machine | Convert decimal numbers to binary | [Eric Douglas](https://github.com/ericdouglas) | [binary-machine](https://github.com/ericdouglas/binary-machine)
### Introduction to Computer Science and Programming Using Python
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Computational Thinking and Data Science
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### From Nand to Tetris
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Effective Thinking Through Mathematics
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Systematic Program Design- Part 1: The Core Method
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Systematic Program Design- Part 2: Arbitrary Sized Data
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Systematic Program Design- Part 3: Abstraction, Search and Graphs
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Mathematics for Computer Science
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Algorithms, Part I
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Algorithms, Part II
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Analysis of Algorithms
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Functional Programming Principles in Scala
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Principles of Reactive Programming
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Object Oriented Programming in Java
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Software Testing
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Software Debugging
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Calculus One
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Calculus Two: Sequences and Series
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Multivariable Calculus
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Web Application Architectures
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Software Architecture & Design
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Automata
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Engineering Software as a Service (SaaS), Part 1
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Engineering Software as a Service (Saas), Part 2
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Software Processes and Agile Practices
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Startup Engineering
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Probability - The Science of Uncertainty
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### The Hardware/Software Interface
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Computer Architecture
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Operating System Engineering
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Operating Systems and System Programming
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Computer Networking
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Computer Networks
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Databases
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Cloud Computing
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Coding the Matrix: Linear Algebra through Computer Science Applications
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Cryptography I
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Cryptography II
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Applied Cryptography
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Cyber Security
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Compilers
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Heterogeneous Parallel Programming
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### UX Design for Mobile Developers
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Computer Graphics
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Artificial Intelligence
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Machine Learning
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Natural Language Processing
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Introduction to Big Data
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### Pattern Discovery in Data Mining
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |
### The Internet of Things
Project Title | Description | Authors | Repository
:-- | :-- | :--: | :--
| | |