mirror of
https://github.com/ossu/computer-science.git
synced 2025-08-13 16:45:49 -04:00
Added link + Fixed typo
This commit is contained in:
parent
9c41f4d197
commit
531b85ed3a
1 changed files with 52 additions and 53 deletions
105
projects.md
105
projects.md
|
@ -1,310 +1,309 @@
|
||||||
# Projects
|
# Projects
|
||||||
|
|
||||||
Projects created by OSSU's students for each course of our **Computer Science**
|
Projects created by OSSU's students for each course of our [**Computer Science**](https://github.com/open-source-society/computer-science) curriculum.
|
||||||
curriculum.
|
|
||||||
|
|
||||||
### Introduction to Computer Science
|
### Introduction to Computer Science
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
|||
|
| | |
|
||||||
|
|
||||||
### Introduction to Computer Science and Programming Using Python
|
### Introduction to Computer Science and Programming Using Python
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
|||
|
| | |
|
||||||
|
|
||||||
### Introduction to Computational Thinking and Data Science
|
### Introduction to Computational Thinking and Data Science
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
|||
|
| | |
|
||||||
|
|
||||||
### From Nand to Tetris
|
### From Nand to Tetris
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Effective Thinking Through Mathematics
|
### Effective Thinking Through Mathematics
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Systematic Program Design- Part 1: The Core Method
|
### Systematic Program Design- Part 1: The Core Method
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Systematic Program Design- Part 2: Arbitrary Sized Data
|
### Systematic Program Design- Part 2: Arbitrary Sized Data
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Systematic Program Design- Part 3: Abstraction, Search and Graphs
|
### Systematic Program Design- Part 3: Abstraction, Search and Graphs
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Mathematics for Computer Science
|
### Mathematics for Computer Science
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Algorithms, Part I
|
### Algorithms, Part I
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Algorithms, Part II
|
### Algorithms, Part II
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Analysis of Algorithms
|
### Analysis of Algorithms
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Functional Programming Principles in Scala
|
### Functional Programming Principles in Scala
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Principles of Reactive Programming
|
### Principles of Reactive Programming
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Object Oriented Programming in Java
|
### Object Oriented Programming in Java
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Software Testing
|
### Software Testing
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Software Debugging
|
### Software Debugging
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Calculus One
|
### Calculus One
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Calculus Two: Sequences and Series
|
### Calculus Two: Sequences and Series
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Multivariable Calculus
|
### Multivariable Calculus
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Web Application Architectures
|
### Web Application Architectures
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Software Architecture & Design
|
### Software Architecture & Design
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Automata
|
### Automata
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Engineering Software as a Service (SaaS), Part 1
|
### Engineering Software as a Service (SaaS), Part 1
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Engineering Software as a Service (Saas), Part 2
|
### Engineering Software as a Service (Saas), Part 2
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Software Processes and Agile Practices
|
### Software Processes and Agile Practices
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Startup Engineering
|
### Startup Engineering
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Introduction to Probability - The Science of Uncertainty
|
### Introduction to Probability - The Science of Uncertainty
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### The Hardware/Software Interface
|
### The Hardware/Software Interface
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Computer Architecture
|
### Computer Architecture
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Operating System Engineering
|
### Operating System Engineering
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Operating Systems and System Programming
|
### Operating Systems and System Programming
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Introduction to Computer Networking
|
### Introduction to Computer Networking
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Computer Networks
|
### Computer Networks
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Databases
|
### Databases
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Introduction to Cloud Computing
|
### Introduction to Cloud Computing
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Coding the Matrix: Linear Algebra through Computer Science Applications
|
### Coding the Matrix: Linear Algebra through Computer Science Applications
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Cryptography I
|
### Cryptography I
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Cryptography II
|
### Cryptography II
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Applied Cryptography
|
### Applied Cryptography
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Introduction to Cyber Security
|
### Introduction to Cyber Security
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Compilers
|
### Compilers
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Heterogeneous Parallel Programming
|
### Heterogeneous Parallel Programming
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### UX Design for Mobile Developers
|
### UX Design for Mobile Developers
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Computer Graphics
|
### Computer Graphics
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Artificial Intelligence
|
### Artificial Intelligence
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Machine Learning
|
### Machine Learning
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Natural Language Processing
|
### Natural Language Processing
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Introduction to Big Data
|
### Introduction to Big Data
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### Pattern Discovery in Data Mining
|
### Pattern Discovery in Data Mining
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
### The Internet of Things
|
### The Internet of Things
|
||||||
|
|
||||||
Project Title | Description | Authors | Repository
|
Project Title | Description | Authors | Repository
|
||||||
:-- | :-- | :--: | :--
|
:-- | :-- | :--: | :--
|
||||||
| | |
|
| | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue