Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamGleeson authored Nov 4, 2024
1 parent 1db7f94 commit 44e5b80
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@ <h1>Computer Science Resources</h1>
<p><b>Bolded</b> links provide free versions of some/all of the content.</p>
<br>
<hr>

<h2>Overview of Computer Science</h2>
<br>

<ul>
<li><b><a style="text-decoration:none" href="https://teachyourselfcs.com/" target="_blank">Teach Yourself Computer Science</a></b></li>
<li><b><a style="text-decoration:none" href="https://thecomputersciencebook.com/" target="_blank">The Computer Science Book</a></b></li>
</ul>
<br>
<hr>

<h2>Prerequisites for any Undergraduate Computer Science Degree</h2>
<br>

Expand All @@ -30,32 +40,22 @@ <h2>Prerequisites for any Undergraduate Computer Science Degree</h2>
<li><b><a style="text-decoration:none" href="https://linuxcommand.org/tlcl.php" target="_blank">The Linux Command Line</a></b></li>
<li><b><a style="text-decoration:none" href="https://vimschool.netlify.app/" target="_blank">Vim</a></b></li>
<li><b><a style="text-decoration:none" href="https://git-scm.com/doc/" target="_blank">Git</a></b></li>
<li><b><a style="text-decoration:none" href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a></b></li>
<li><b><a style="text-decoration:none" href="https://www.cc4e.com/" target="_blank">C Programming for Everybody</a></b></li>
<li><b></b><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/focs.html" target="_blank">Foundations of Computer Science C Edition</a></b></li>
<li><a style="text-decoration:none" href="https://www.pearson.com/store/p/practical-guide-to-linux-commands-editors-and-shell-programming-a/P200000000621#!" target="_blank">A Practical Guide to Linux Commands, Editors, and Shell Programming</a></li>
<li><a style="text-decoration:none" href="https://pragprog.com/titles/dnvim2/practical-vim-second-edition/" target="_blank">Practical Vim</a></li>
<li><a style="text-decoration:none" href="https://www.oreilly.com/library/view/learning-git/9781098133900/" target="_blank">Learning Git: A Hands-On and Visual Guide to the Basics of Git</a></li>
<li><a style="text-decoration:none" href="https://www.amazon.com.au/dp/0131103628/" target="_blank"><span style="color:red">The C Programming Language</span></a></li>
</ul>
<br>
<hr>

<h2>Introduction to Computer Science</h2>
<br>

<ul>
<li><b><a style="text-decoration:none" href="https://teachyourselfcs.com/" target="_blank">Teach Yourself Computer Science</a></b></li>
<li><b><a style="text-decoration:none" href="https://thecomputersciencebook.com/" target="_blank">The Computer Science Book</a></b></li>
<li><a style="text-decoration:none" href="https://media.pearsoncmg.com/bc/abp/cs-resources/products/product.html#product,isbn=013487546X" target="_blank">Computer Science: An Overview</a></li>
</ul>
<br>
<hr>

<h2>Introduction to Programming</h2>
<br>
<ul>
<li><b><a style="text-decoration:none" href="https://github.com/guttag/Intro-to-Computation-and-Programming" target="_blank">Introduction to Computer Science and Programming</a></b></li>
<li><b><a style="text-decoration:none" href="https://farid.berkeley.edu/downloads/tutorials/learnPython/" target="_blank">Introduction to Programming and Computation</a></b></li>
<li><a style="text-decoration:none" href="https://allendowney.github.io/ThinkPython/" target="_blank">Think Python - How to think like a Computer Scientist</a></li>
<li><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/focs.html" target="_blank">Foundations of Computer Science</a></li>
</ul>
<br>
<hr>
Expand Down Expand Up @@ -105,10 +105,8 @@ <h2>Computer Architecture</h2>
<ul>
<li><b><a style="text-decoration:none" href="https://www.nand2tetris.org/" target="_blank">From Nand to Tetris</a></b></li>
<li><b><a style="text-decoration:none" href="https://codehiddenlanguage.com/" target="_blank">Code: The Hidden Language of Computer Hardware and Software</a></b></li>
<li><b><a style="text-decoration:none" href="https://www.cc4e.com/" target="_blank">C Programming for Everybody</a></b></li>
<li><a style="text-decoration:none" href="https://csapp.cs.cmu.edu/" target="_blank">Computer Systems: A Programmer's Perspective</a></li>
<li><a style="text-decoration:none" href="https://www.ddcabook.com/" target="_blank">Digital Design and Computer Architecture</a></li>
<li><a style="text-decoration:none" href="https://www.amazon.com.au/dp/0131103628/" target="_blank"><span style="color:red">The C Programming Language</span></a></li>
</ul>
<br>
<hr>
Expand Down Expand Up @@ -288,6 +286,7 @@ <h2>Programming Languages and Tools</h2>
<li><a style="text-decoration:none" href="https://www.gnu.org/software/bash/" target="_blank">Bash</a></li>
<li><a style="text-decoration:none" href="https://www.vim.org/" target="_blank">Vim</a></li>
<li><a style="text-decoration:none" href="https://git-scm.com/" target="_blank">Git</a></li>
<li><a style="text-decoration:none" href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a></li>
<li><a style="text-decoration:none" href="https://www.linux.org/" target="_blank">Linux</a></li>
<li><a style="text-decoration:none" href="https://www.raspberrypi.com/" target="_blank">Raspberry Pi</a></li>
<li><a style="text-decoration:none" href="https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes" target="_blank">LaTeX</a></li>
Expand Down

0 comments on commit 44e5b80

Please sign in to comment.