Skip to content

Commit

Permalink
Switched to dark theme, added youtube playlist links to indices
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed May 22, 2024
1 parent 4881596 commit 60f2b4f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
3 changes: 2 additions & 1 deletion 6.006/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ emphasizes the relationship between algorithms and programming, and
introduces basic performance measures and analysis techniques for these
problems.

[Course website](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/)
[Course website](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)

## Lectures
1. [Algorithmic Thinking, Peak Finding]({% link 6.006/lec1.md %})
Expand Down
3 changes: 2 additions & 1 deletion 6.041/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ has_children: true
# MIT 6.041 - Probabilistic Systems Analysis and Applied Probability
Taught by Prof. John Tsitsiklis at MIT in Fall, 2010

[Course Website](https://ocw.mit.edu/courses/6-041-probabilistic-systems-analysis-and-applied-probability-fall-2010/)
[Course Website](https://ocw.mit.edu/courses/6-041-probabilistic-systems-analysis-and-applied-probability-fall-2010/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP60A3XMwZ5sep719_nh95qOe)

## Lectures
1. [2. Conditioning and Bayes' Rule]({% link 6.041/lec2.md %})
3 changes: 2 additions & 1 deletion 6.045J/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ computing and the physical limits of computation. Class participation is
important, as the class will include discussion and debate about many of these
topics.

[Course website](https://ocw.mit.edu/courses/6-045j-automata-computability-and-complexity-spring-2011/)
[Course website](https://ocw.mit.edu/courses/6-045j-automata-computability-and-complexity-spring-2011/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLmUkKyGlHupqtANK5Pmo1gjLlmW1pF1q7)

## Lectures
1. [Introduction]({% link 6.045J/lec1.md %})
Expand Down
3 changes: 2 additions & 1 deletion 6.046/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This is an intermediate algorithms course with an emphasis on teaching technique
analysis of efficient algorithms, emphasizing methods of application. Topics include divide-and-conquer, randomization,
dynamic programming, greedy algorithms, incremental improvement, complexity, and cryptography.

[Course Website](https://ocw.mit.edu/courses/6-046j-design-and-analysis-of-algorithms-spring-2015/)
[Course Website](https://ocw.mit.edu/courses/6-046j-design-and-analysis-of-algorithms-spring-2015/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)

## Lectures
1. [Interval Scheduling]({% link 6.046/lec1.md %})
Expand Down
1 change: 1 addition & 0 deletions 6.858/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Taught by Prof. Nikolai Zeldovich at MIT in Spring, 2020.

[6.858 on OCW](https://ocw.mit.edu/courses/6-858-computer-systems-security-fall-2014/)
[2020 course website](https://css.csail.mit.edu/6.858/2020/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLA6Ht2dJt3SKN3z4S6nOvuJtesDXbly7S)

## Lectures
1. [Lecture 1: Introduction]({% link 6.858/lec1.md %})
7 changes: 5 additions & 2 deletions CMU15445/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ has_children: true
---

# CMU 15-445/645 - Database Systems
Taught by Prof. Andy Pavlo in Fall, 2019
Taught by Prof. Andy Pavlo in Fall, 2019 and Fall, 2023.
The first 7 lectures are from the course taught in Fall, 2019, the rest are from the course taught in Fall, 2023.

## Course Description
This course is on the design and implementation of database management systems.
Expand All @@ -19,7 +20,9 @@ parallel architectures (multi-core, distributed). Case studies on open-source an
commercial database systems are used to illustrate these techniques and trade-offs.
The course is appropriate for students with lit systems programming skills.

[Course Website](https://15445.courses.cs.cmu.edu/fall2019/)
[Course Website (2019)](https://15445.courses.cs.cmu.edu/fall2019/)
[Course Website (2023)](https://15445.courses.cs.cmu.edu/fall2023/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLSE8ODhjZXjbj8BMuIrRcacnQh20hmY9g)

## Lectures
1. [Introduction & Relational Model]({% link CMU15445/lec1.md %})
Expand Down
4 changes: 3 additions & 1 deletion CS162/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ has_children: true
Taught by Prof. John Kubiatowicz at UC Berkeley in Fall, 2020

[Course Website](https://cs162.org/)
[Fall 2020 Course Website](https://inst.eecs.berkeley.edu/~cs162/fa20/)
[Fall 2020 Course Website](https://inst.eecs.berkeley.edu/~cs162/fa20/)
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLF2K2xZjNEf97A_uBCwEl61sdxWVP7VWC)


## Lectures
1. [Lecture 1 - What is an Operating System?]({% link CS162/lec1.md%})
Expand Down
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ url: https://hrushikeshrv.github.io/ocw
aux_links:
"View on GitHub": https://github.com/hrushikeshrv/ocw

color_scheme: dark
enable_copy_code_button: true

callouts:
Expand All @@ -20,13 +21,13 @@ callouts:
ga_tracking: G-TGM5F6WJNV

nav_external_links:
- title: MIT 6.042J
- title: MIT 6.042J - Mathematics For Computer Science (Google Doc)
url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.ol0v6d6j0pp6
opens_in_new_tab: true
- title: MIT 6.046
- title: MIT 6.046 - Design and Analysis of Algorithms (Google Doc)
url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.z9wcm6zhjlt5
opens_in_new_tab: true
- title: MIT 6.004
- title: MIT 6.004 - Computation Structures (Google Doc)
url: https://docs.google.com/document/d/1R45m9aDnBevrHaDSq0DdEzmRHZFV40cQ41g7GezPBK8/edit#heading=h.uetcvbt511e3
opens_in_new_tab: true
- title: View on GitHub
Expand Down

0 comments on commit 60f2b4f

Please sign in to comment.