updated Prolog link, added PDF version

- removed `Text` column, added footnote instead
This commit is contained in:
spamegg 2021-03-09 08:42:07 +03:00
parent c9fe1dc23f
commit 55fb95afdc
No known key found for this signature in database
GPG Key ID: A01B4D84CE62E895
1 changed files with 11 additions and 9 deletions

View File

@ -343,15 +343,17 @@ If not, or if a student chooses not to take the Capstone, then a separate Final
`large-scale software architecture and design`
`and more`
Courses | Duration | Effort | Prerequisites| Text
:-- | :--: | :--: | :--: | ----
[Parallel Programming](https://www.coursera.org/learn/parprog1)| 4 weeks | 6-8 hours/week | Scala programming|
[Compilers](https://www.edx.org/course/compilers) | 9 weeks | 6-8 hours/week | none|
[Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/)| 14 weeks | - | -|
[Learn Prolog Now!](https://www.let.rug.nl/bos/lpn//lpnpage.php?pageid=online)| 12 weeks | - | -| [book version](https://github.com/ossu/computer-science/files/6085884/lpn.pdf) by Blackburn, Bos, Striegnitz (redistributed under [CC license](http://creativecommons.org/licenses/by-sa/4.0/))
[Software Debugging](https://www.udacity.com/course/software-debugging--cs259)| 8 weeks | 6 hours/week | Python, object-oriented programming|
[Software Testing](https://www.udacity.com/course/software-testing--cs258) | 4 weeks | 6 hours/week | Python, programming experience|
[Software Architecture & Design](https://www.udacity.com/course/software-architecture-design--ud821)| 8 weeks | 6 hours/week | software engineering in Java|
Courses | Duration | Effort | Prerequisites
:-- | :--: | :--: | :--:
[Parallel Programming](https://www.coursera.org/learn/parprog1)| 4 weeks | 6-8 hours/week | Scala programming
[Compilers](https://www.edx.org/course/compilers) | 9 weeks | 6-8 hours/week | none
[Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/)| 14 weeks | - | -
[Learn Prolog Now!](https://www.let.rug.nl/bos/lpn//lpnpage.php?pageid=online) [alt](https://github.com/ossu/computer-science/files/6085884/lpn.pdf) (*)| 12 weeks | - | -
[Software Debugging](https://www.udacity.com/course/software-debugging--cs259)| 8 weeks | 6 hours/week | Python, object-oriented programming
[Software Testing](https://www.udacity.com/course/software-testing--cs258) | 4 weeks | 6 hours/week | Python, programming experience
[Software Architecture & Design](https://www.udacity.com/course/software-architecture-design--ud821)| 8 weeks | 6 hours/week | software engineering in Java
(*) book by Blackburn, Bos, Striegnitz (compiled from source, redistributed under [CC license](http://creativecommons.org/licenses/by-sa/4.0/))
### Advanced systems