Skip to content

Commit bf55f46

Browse files
committed
links: add linked list good taste
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent be10d2e commit bf55f46

File tree

9 files changed

+7
-2
lines changed

9 files changed

+7
-2
lines changed

build/doctrees/environment.pickle

729 Bytes
Binary file not shown.

build/doctrees/links.doctree

569 Bytes
Binary file not shown.

build/html/_sources/links.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ On Hacking
1818
- `Writing a C compiler <https://norasandler.com/2017/11/29/Write-a-Compiler.html>`__
1919
- `Write a LLVM backend for cpu0 architecture <https://jonathan2251.github.io/lbd/llvmstructure.html>`__
2020
- `Architecture of Open Source Projects - Various Authors <https://aosabook.org/en/>`__
21+
- `Linus Torvalds' linked list argument for good taste, explained <https://github.com/mkirchner/linked-list-good-taste>`__
2122

2223

2324
On Learning

build/html/links.html

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ <h2>On Hacking<a class="headerlink" href="#on-hacking" title="Permalink to this
4949
<li><p><a class="reference external" href="https://norasandler.com/2017/11/29/Write-a-Compiler.html">Writing a C compiler</a></p></li>
5050
<li><p><a class="reference external" href="https://jonathan2251.github.io/lbd/llvmstructure.html">Write a LLVM backend for cpu0 architecture</a></p></li>
5151
<li><p><a class="reference external" href="https://aosabook.org/en/">Architecture of Open Source Projects - Various Authors</a></p></li>
52+
<li><p><a class="reference external" href="https://github.com/mkirchner/linked-list-good-taste">Linus Torvalds’ linked list argument for good taste, explained</a></p></li>
5253
</ul>
5354
</section>
5455
<section id="on-learning">

build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_sources/links.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ On Hacking
1818
- `Writing a C compiler <https://norasandler.com/2017/11/29/Write-a-Compiler.html>`__
1919
- `Write a LLVM backend for cpu0 architecture <https://jonathan2251.github.io/lbd/llvmstructure.html>`__
2020
- `Architecture of Open Source Projects - Various Authors <https://aosabook.org/en/>`__
21+
- `Linus Torvalds' linked list argument for good taste, explained <https://github.com/mkirchner/linked-list-good-taste>`__
2122

2223

2324
On Learning

docs/links.html

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ <h2>On Hacking<a class="headerlink" href="#on-hacking" title="Permalink to this
4949
<li><p><a class="reference external" href="https://norasandler.com/2017/11/29/Write-a-Compiler.html">Writing a C compiler</a></p></li>
5050
<li><p><a class="reference external" href="https://jonathan2251.github.io/lbd/llvmstructure.html">Write a LLVM backend for cpu0 architecture</a></p></li>
5151
<li><p><a class="reference external" href="https://aosabook.org/en/">Architecture of Open Source Projects - Various Authors</a></p></li>
52+
<li><p><a class="reference external" href="https://github.com/mkirchner/linked-list-good-taste">Linus Torvalds’ linked list argument for good taste, explained</a></p></li>
5253
</ul>
5354
</section>
5455
<section id="on-learning">

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/links.rst

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ On Hacking
1818
- `Writing a C compiler <https://norasandler.com/2017/11/29/Write-a-Compiler.html>`__
1919
- `Write a LLVM backend for cpu0 architecture <https://jonathan2251.github.io/lbd/llvmstructure.html>`__
2020
- `Architecture of Open Source Projects - Various Authors <https://aosabook.org/en/>`__
21+
- `Linus Torvalds' linked list argument for good taste, explained <https://github.com/mkirchner/linked-list-good-taste>`__
2122

2223

2324
On Learning

0 commit comments

Comments
 (0)