Skip to content

Commit 398d6b1

Browse files
committed
updating or removing blog links part 1
1 parent e590922 commit 398d6b1

5 files changed

+69
-91
lines changed

content/computer-science/comprehensive-guide-to-learn-computer-science-online.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ Assembly is the native language of the processor, and writing a bit of it can he
131131

132132
#### Resources
133133

134-
- eBook: [Computer Organization and Design](https://ict.iitk.ac.in/wp-content/uploads/CS422-Computer-Architecture-ComputerOrganizationAndDesign5thEdition2014.pdf)
135134
- [Binary and Hexadecimal (Khan Academy)](https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra#algebra-alternate-number-bases)
136135
- [Azeria Labs Writing Arm Assembly](https://azeria-labs.com/writing-arm-assembly-part-1/)
137136

@@ -181,7 +180,6 @@ Having a solid understanding of the math that makes computer science work will g
181180
#### Resources
182181

183182
- [Khan Academy's Linear Algebra](https://www.khanacademy.org/math/linear-algebra/vectors-and-spaces/vectors/v/vector-introduction-linear-algebra)
184-
- [Concrete Mathematics Book](https://www.csie.ntu.edu.tw/~r97002/temp/Concrete%20Mathematics%202e.pdf)
185183
- [Discrete Mathematics - On Open Introduction](http://discrete.openmathbooks.org/pdfs/dmoi-tablet.pdf)
186184
- [Statistics 110: Probability (Stanford)](https://projects.iq.harvard.edu/stat110/home)
187185

@@ -282,7 +280,6 @@ Computational theory, apart from pure math, is one of the most "pure" computer s
282280

283281
#### Resources
284282

285-
- eBook: Sipser's [Introduction to the Theory of Computation](https://notendur.hi.is/mae46/Haskolinn/5.%20misseri%20-%20Haust%202018/Formleg%20ma%CC%81l%20og%20reiknanleiki/Introduction%20to%20the%20theory%20of%20computation_third%20edition%20-%20Michael%20Sipser.pdf)
286283
- Dan Gusfield's [Lectures on YouTube](https://www.youtube.com/playlist?list=PLslgisHe5tBM8UTCt1f66oMkpmjCblzkt)
287284
- Online LaTeX Editor: [Overleaf](https://www.overleaf.com/)
288285
- [ADUni.org lectures and resources](http://aduni.org/courses/theory/index.php?view=cw)
@@ -377,7 +374,7 @@ Distributed systems is the study of programs that can efficiently take advantage
377374

378375
- Boot.dev's [Learn Go course](https://www.boot.dev/courses/learn-golang)
379376
- [Dixie State's Chord Assignment](http://cit.dixie.edu/cs/3410/asst_chord.php)
380-
- [Google's BigTable Research Paper - Read and take notes!](https://storage.googleapis.com/pub-tools-public-publication-data/pdf/68a74a85e1662fe02ff3967497f31fda7f32225c.pdf)
377+
- [Google's BigTable Research Paper - Read and take notes!](https://research.google/pubs/bigtable-a-distributed-storage-system-for-structured-data/)
381378
- [Understanding Paxos](https://understandingpaxos.wordpress.com/)
382379

383380
#### Goals
@@ -395,7 +392,6 @@ It's hard to write good software without understanding the software that your so
395392
#### Resources
396393

397394
- [Dixie State's Sharks and Divers Exercise](http://cit.dixie.edu/cs/3400/asst_sharks.php)
398-
- eBook: [Operating System Concepts](https://github.com/rangaeeeee/books-os/blob/master/Operating%20System%20Concepts%20-%209th%20Edition.pdf)
399395
- Learn a systems language like Rust: [Tour of Rust](https://tourofrust.com/)
400396

401397
#### Goals

0 commit comments

Comments
 (0)