diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
| commit | a96d8ec708500b10cf48298213922b7dc0398d9a (patch) | |
| tree | c8c180e06bee1e81effb3f8f9085c7edd9093630 /public/posts/good-cs-books/index.html | |
| parent | 87370a6c7d891a30d6a50ed66ac98feda5a63817 (diff) | |
refactor: moved files from themes to layouts and static
Diffstat (limited to 'public/posts/good-cs-books/index.html')
| -rw-r--r-- | public/posts/good-cs-books/index.html | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/public/posts/good-cs-books/index.html b/public/posts/good-cs-books/index.html deleted file mode 100644 index 00d5a84..0000000 --- a/public/posts/good-cs-books/index.html +++ /dev/null @@ -1,88 +0,0 @@ -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> - <link rel="manifest" href="/images/site.webmanifest"> - <link rel="stylesheet" href="/css/style.css" /> - <link rel="stylesheet" href="/css/fonts.css" /> - <script async type="text/javascript" src="js/code.js"> </script> -</head> - -<div class="container"> - <ul id="bar"> - - <li> - <a href="/">go back</a> - </li> - <li>|</li> - - <li> - <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> - </li> - <li>|</li> - <li> - <a href="https://git.denounce.ai/">git.denounce.ai</a> - </li> - <li>|</li> - <li> - <a href="https://ohmyghost.nl">ohmyghost.nl</a> - </li> - <li>|</li> - <li> - <a href="https://atlarge-research.com/mkwiatkowski/">research</a> - </li> - <li>|</li> - <li> - book blog - </li> -</ul> - - -</div> -</div> -<div class="container"> - <h2>Good CS books</h2> - <ol start="0"> -<li> -<p>Frederick P. Brooks, <em>The Mythical Man-Month: Essays on Software Engineering</em>.</p> -</li> -<li> -<p>Carl Hamacher and Zvonko Vranesic, <em>Computer Organization</em>.</p> -</li> -<li> -<p>David A. Patterson and John L. Hennessy, <em>Computer Organization and Design: The Hardware/Software Interface</em>.</p> -</li> -<li> -<p>Andrew Tanenbaum, David Wetherall, Nick Feamster, <em>Computer Networks</em>.</p> -</li> -<li> -<p>Tanenbaum, A.S., Bos, H.J., <em>Modern Operating Systems</em>.</p> -</li> -<li> -<p>Maurice Herlihy, Nir Shavit, Victor Luchangco, Michael Spear, <em>The Art of Multiprocessor Programming</em>.</p> -</li> -<li> -<p>Philip. K. Dick, <em>Do Androids Dream of Electric Sheep?</em></p> -</li> -<li> -<p>Daniel Keyes, <em>Flowers for Algernon</em>.</p> -</li> -<li> -<p>Peter Seibel, <em>Coders at Work</em>.</p> -</li> -</ol> - -</div> -<footer style="vertical-align: bottom;"> - <div style="display: inline-block; margin-left:15px;"> - <center> - - © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. - - </center> - </div> -</footer> -</body> -</html> - |
