Skip to content

Commit 829fb1a

Browse files
Move pinned messages to website (#57)
* move pinned messages to website * fix gh test failing due to dep mismatch * add ostep-mapredure repo mention
1 parent 9d551e1 commit 829fb1a

File tree

7 files changed

+21
-761
lines changed

7 files changed

+21
-761
lines changed

docs/computer-science/advanced-cs/electives/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Courses | Duration | Effort | Prerequisites
9090
[Secure Software Development: Requirements, Design, and Reuse](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-requirements-design-and-reuse) ([Alternative](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/)) | 7 weeks | 1-2 hours/week | Core Programming and Core Security
9191
[Secure Software Development: Implementation](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-implementation) | 7 weeks | 1-2 hours/week | Secure Software Development: Requirements, Design, and Reuse
9292
[Secure Software Development: Verification and More Specialized Topics](https://www.edx.org/learn/software-engineering/the-linux-foundation-secure-software-development-verification-and-more-specialized-topics) | 7 weeks | 1-2 hours/week | Secure Software Development: Implementation
93+
[Secure Hardware Design](https://shd.mit.edu/home/) | 12 weeks | 9-12 hours/week | Core CS
9394

9495
#### Advanced math
9596

docs/computer-science/advanced-cs/final-project/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is a sample of options
2121
Courses | Duration | Effort | Prerequisites
2222
:-- | :--: | :--: | :--:
2323
[Fullstack Open](https://fullstackopen.com/en/) | 12 weeks | 15 hours/week | programming
24-
[Modern Robotics (Specialization)](https://www.coursera.org/specializations/modernrobotics) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations)
24+
[Modern Robotics (Specialization)](https://modernrobotics.northwestern.edu) <br/> [Textbook](https://hades.mech.northwestern.edu/images/2/25/MR-v2.pdf) <br/> [Other resources](https://hades.mech.northwestern.edu/index.php/Modern_Robotics) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations)
2525
[Data Mining (Specialization)](https://www.coursera.org/specializations/data-mining) | 30 weeks | 2-5 hours/week | machine learning
2626
[Big Data (Specialization)](https://www.coursera.org/specializations/big-data) | 30 weeks | 3-5 hours/week | none
2727
[Internet of Things (Specialization)](https://www.coursera.org/specializations/internet-of-things) | 30 weeks | 1-5 hours/week | strong programming

docs/computer-science/extras/courses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Courses | Duration | Effort
3535
[Precalculus](https://www.futurelearn.com/courses/precalculus) | 5 weeks | 6 hours/week
3636
[Advanced Precalculus](https://www.futurelearn.com/courses/advanced-precalculus) | 4 weeks | 5 hours/week
3737
[Calculus Applied!](https://www.edx.org/learn/calculus/harvard-university-calculus-applied) | 10 Weeks | 6hours/week
38+
[APEX Calculus](https://runestone.academy/ns/books/published/APEX/apex-calculus.html) | - | -
3839
[Introduction to Probability and Data](https://www.coursera.org/learn/probability-intro)| - | -
3940
[Linear Algebra (Strang)](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm) | - | -
4041
[Introduction to Computational Thinking](https://computationalthinking.mit.edu/Spring21/#introduction_to_computational_thinking) | - | -
@@ -57,6 +58,7 @@ Courses | Duration | Effort
5758
[Advanced Operating Systems](https://www.udacity.com/course/ai-deep-learning--ud189)| 5 weeks | 5-8 hours/week
5859
[Networking for Web Developers](https://www.udacity.com/course/computer-networking--ud436) | 12 weeks | 5-8 hours/week
5960
Distributed Systems - [Playlist](https://www.youtube.com/playlist?list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB), [Course site](http://nil.csail.mit.edu/6.824/2020/schedule.html), [Self-studying 6.824](https://lieuzhenghong.com/mit_6.824_self_study/) [6.824 Discord group for further help](https://discord.gg/KbhkEqpBqC) | - | -
61+
[Demystifying Networking: IIT Bombay](https://www.youtube.com/playlist?list=PLOzRYVm0a65c99bTo_la39WMeX1RjwCvk) | - | -
6062

6163
## Theory
6264

docs/computer-science/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See our [Pre-College Math](../precollege-math/index.md) curriculum for a list of
1717

1818
### What is a good course to learn a particular language?
1919
The Borr Project focuses on finding the best courses to learn computer science topics, and isn’t focused on finding language-specific courses. If you are looking to learn a particular language or framework there are two great resources to check.
20-
1. [Hackr.io](https://hackr.io/) allows users to submit and upvote learning resources for topics such as Python or the Java Spring Framework.
20+
1. [Hackr.io](https://hackr.io/tutorials/) allows users to submit and upvote learning resources for topics such as Python or the Java Spring Framework.
2121
2. Most languages have a community on Reddit. When you find the community’s page, check to see if there is a wiki or sidebar with resources. For example, see [/r/python](https://old.reddit.com/r/Python). Note that the sidebar content can be different depending on whether you use www.reddit.com or old.reddit.com.
2222

2323
### In what order should I take the courses?

docs/computer-science/systems/ostep/MapReduce.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MapReduce
2-
**Note:** This project currently does not contain any tests. A ZIP-file containing several test cases and a makefile + example C-program to run them has been uploaded to the Discord server. At some point in the future we will get it refined and published on GitHub.
2+
3+
**Note:** This project currently does not contain any tests. Borr Project contributors have made a repository containing several test cases and a makefile + example C-program to run them: [BorrProject/ostep-mapreduce](https://github.com/BorrProject/ostep-mapreduce). You can download [a zip file containing all these here](https://github.com/BorrProject/ostep-mapreduce/archive/refs/heads/master.zip).
4+
35
- [Project details](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-mapreduce)
46
- [Discussion](https://youtu.be/tSiJ_oBSOZE?t=34)
57
- [Q/A](https://www.youtube.com/watch?v=jVmWrr8y0Uw)

0 commit comments

Comments
 (0)