Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamGleeson authored Oct 8, 2024
1 parent 3eb630d commit de611d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Introduction to Programming</h2>
<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><b><a style="text-decoration:none" href="https://allendowney.github.io/ThinkPython/" target="_blank">Think Python - How to think like a Computer Scientist</a></b></li>
<li><a style="text-decoration:none" href="https://mcsp.wartburg.edu/zelle/python/" target="_blank">Python Programming: An Introduction to Computer Science</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 @@ -86,6 +86,7 @@ <h2>Data Modeling and Databases</h2>
<li><a style="text-decoration:none" href="https://www.amazon.com.au/dp/B00VW3BLGQ/" target="_blank">Object-Role Modeling Fundamentals: A Practical Guide to Data Modeling with ORM</a></li>
<li><b><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/fcdb.html" target="_blank">A First Course in Database Systems</a></b></li>
<li><a style="text-decoration:none" href="https://www.amazon.com.au/dp/1292097612/" target="_blank">Fundamentals of Database Systems</a></li>
<li><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/dscb.html" target="_blank">Database Systems: The Complete Book</a></li>
</ul>
<br>
<hr>
Expand Down Expand Up @@ -146,9 +147,9 @@ <h2>Theory of Computing</h2>
<br>
<ul>
<li><b><a style="text-decoration:none" href="https://www.cs.utexas.edu/~ear/cs341/automatabook/" target="_blank">Automata Computability and Complexity</a></b></li>
<li><b><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/focs.html" target="_blank">Foundations of Computer Science</a></b></li>
<li><b><a style="text-decoration:none" href="https://math.hws.edu/FoundationsOfComputation/" target="_blank">Foundations of Computation</a></b></li>
<li><b><a style="text-decoration:none" href="https://palmstroem.blogspot.com/2012/05/lambda-calculus-for-absolute-dummies.html" target="_blank">The Lambda Calculus for Absolute Dummies</a></b></li>
<li><a style="text-decoration:none" href="http://infolab.stanford.edu/~ullman/ialc.html" target="_blank">Introduction to Automata Theory, Languages, and Computation</a></li>
</ul>
<br>
<hr>
Expand Down

0 comments on commit de611d1

Please sign in to comment.