From 76bb2e11fbb8529c0acd1482aa7ef3efd646be4d Mon Sep 17 00:00:00 2001 From: trisolaris233 <42718477+trisolaris233@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:37:00 +0800 Subject: [PATCH 1/3] Fix unavailable URL fix unavailable URL of 6.006 MIT to a available one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 836086e..502dccb 100755 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Table of Contents ### Data Structures and Algorithms -- [6.006 - Introduction to Algorithms, MIT OCW](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/) +- [6.006 - Introduction to Algorithms, MIT OCW](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/video_galleries/lecture-videos/) - [Algorithms: Design and Analysis 1 - Stanford University](https://www.youtube.com/playlist?list=PLXFMmlk03Dt7Q0xr1PIAriY5623cKiH7V) - [Algorithms: Design and Analysis 2 - Stanford University](https://www.youtube.com/playlist?list=PLXFMmlk03Dt5EMI2s2WQBsLsZl7A5HEK6) - [COS 226 Algorithms, Youtube, Princeton - by Robert Sedgewick and Kevin Wayne](https://www.youtube.com/watch?v=1QZDe28peZk&list=PLRdD1c6QbAqJn0606RlOR6T3yUqFWKwmX&index=1) From 9db59b6e56cdf58e3e36f68677d89510a365e984 Mon Sep 17 00:00:00 2001 From: bivashpandey <36802916+bivashpandey@users.noreply.github.com> Date: Sat, 9 Jul 2022 14:52:16 -0300 Subject: [PATCH 2/3] Adding Statistics and Vector Calculus (#205) * Adding 3D Computer Vision & Geometric Deep Learning * Updated dead links * Adding Statistics and Vector Calculus --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 502dccb..9716396 100755 --- a/README.md +++ b/README.md @@ -515,6 +515,7 @@ Table of Contents - [18.02 Multivariable Calculus, Fall 2007 - MIT OCW](https://ocw.mit.edu/courses/mathematics/18-02-multivariable-calculus-fall-2007/) - [18.03 Differential Equations, Spring 2010 - MIT OCW](https://ocw.mit.edu/courses/mathematics/18-03-differential-equations-spring-2010/) - [Highlights of Calculus - Gilbert Strang, MIT OCW](https://ocw.mit.edu/resources/res-18-005-highlights-of-calculus-spring-2010/) + - [Vector Calculus for Engineers - HKUST](https://www.youtube.com/playlist?list=PLkZjai-2JcxnYmkg6fpzz4WFumGVl7MOa) - **Discrete Math** - [6.042J - Mathematics for Computer Science, Fall 2010, MIT OCW](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/) ([Spring 15](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-spring-2015/index.htm)) - [Computer Science 70, 001 - Spring 2015](https://www.youtube.com/playlist?list=-XXv-cvA_iD8wQm8U0gG_Z1uHjImKXFy) @@ -524,6 +525,7 @@ Table of Contents - [Discrete Mathematical Structures - IIT Madras](https://nptel.ac.in/courses/106106094/) - [Discrete Structures - Pepperdine University](https://itunes.apple.com/us/course/discrete-structures/id546468789) - **Probability & Statistics** + - [Statistics - CrashCourse](https://www.youtube.com/playlist?list=PL8dPuuaLjXtNM_Y-bUAhblSAdWRnmBUcr) - [6.041 Probabilistic Systems Analysis and Applied Probability - MIT OCW](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041sc-probabilistic-systems-analysis-and-applied-probability-fall-2013/) - [Statistics 110 - Probability - Harvard University](https://www.youtube.com/playlist?list=PL2SOU6wwxB0uwwH80KTQ6ht66KWxbzTIo) - [STAT 2.1x: Descriptive Statistics | UC Berkeley](https://www.youtube.com/playlist?list=PL_Ig1a5kxu56TfFnGlRlH2YpOBWGiYsQD) From 94c8062133e968fd8a590f0745d2bf06f83fa446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Cardoso=20Kdouk?= Date: Sat, 9 Jul 2022 14:52:46 -0300 Subject: [PATCH 3/3] Updated "Hack your Language" by UC Berkeley (#207) Unfortunately, the current link to the "Hack your language" (CS 164) playlist is broken. I have updated with the 2012 playlist, although it may not reflect the homepage provided. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9716396..11027f4 100755 --- a/README.md +++ b/README.md @@ -583,7 +583,7 @@ Table of Contents ### Theoretical CS and Programming Languages - [MOOC - Compilers - Stanford University](https://archive.org/details/academictorrents_e31e54905c7b2669c81fe164de2859be4697013a) -- [CS 164 Hack your language, UC Berkeley](https://sites.google.com/a/bodik.org/cs164/home) ([Lectures - Youtube](https://www.youtube.com/playlist?list=PL3A16CFC42CA6EF4F)) +- [CS 164 Hack your language, UC Berkeley](https://sites.google.com/a/bodik.org/cs164/home) ([Lectures - Youtube](https://www.youtube.com/playlist?list=PLuhjguFxSeVLvKvWwTUIpVwXdLtZPX1ZS)) - [Theory of computation - Shai Simonson](http://www.aduni.org/courses/theory/index.php?view=cw) - [CS 173 Programming Languages, Brown University](http://cs.brown.edu/courses/cs173/2012/Videos/) ([Book](http://cs.brown.edu/courses/cs173/2012/book/)) - [CS 421 - Programming Languages and Compilers, UIUC](https://courses.engr.illinois.edu/cs421/fa2014/)