Skip to content

Commit

Permalink
sync changes:
Browse files Browse the repository at this point in the history
- M  site/designing-data-intensive-applications/part-2-distributed-data/preface.html

- M  site/index.html

- M  site/linear-algebra/cheatsheet.html
  • Loading branch information
elimelt committed Feb 12, 2025
1 parent cfadbb5 commit b5a5a72
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Preface</h1>
<div class="meta">
<span>Last modified: 2023-12-26</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
40 changes: 20 additions & 20 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,54 +206,54 @@ <h1></h1>
<h2>Recent</h2>
<ul class='recent-posts'>
<li>
<a href="/systems-research/hints-for-computer-system-design.html">Hints for Computer System Design</a>
<a href="/networks/0-foundation/3-performance.html">3 Performance</a>
<span class="date">2025-02-11</span>
<span class="category">System Design</span>

</li>
<li>
<a href="/systems-research/internet-design-philosophy.html">Design Philosophy of DARPA Internet Protocols</a>
<a href="/networks/0-foundation/2-physical-layer.html">2 Physical Layer</a>
<span class="date">2025-02-11</span>
<span class="category">Networking</span>

</li>
<li>
<a href="/systems-research/how-to-read-a-paper.html">How to Read a Paper</a>
<a href="/networks/0-foundation/1-network-components-and-protocols.html">1 Network Components And Protocols</a>
<span class="date">2025-02-11</span>
<span class="category">Research</span>

</li>
<li>
<a href="/systems-research/paper-review-template.html">Paper Review Template</a>
<a href="/natural-language-processing/reading/information-retrieval.html">Information Retrieval</a>
<span class="date">2025-02-11</span>
<span class="category">Research</span>

</li>
<li>
<a href="/systems-research/strong-inference.html">Strong Inference</a>
<a href="/machine-learning-for-big-data/intro-mapreduce-spark.html">Intro Mapreduce Spark</a>
<span class="date">2025-02-11</span>
<span class="category">Research</span>

</li>
<li>
<a href="/systems-research/exokernel.html">Exokernel: An Operating System Architecture for Application-Level Resource Management</a>
<a href="/linear-algebra/python-cheatsheet.html">Python Cheatsheet</a>
<span class="date">2025-02-11</span>
<span class="category">Systems</span>

</li>
<li>
<a href="/systems-research/development-of-the-dns.html">Development of the Domain Name System</a>
<a href="/linear-algebra/elementry-linear-algebra.html">Elementry Linear Algebra</a>
<span class="date">2025-02-11</span>
<span class="category">Systems</span>

</li>
<li>
<a href="/systems-research/xen.html">Xen and the Art of Virtualization</a>
<a href="/linear-algebra/cheatsheet.html">Cheatsheet</a>
<span class="date">2025-02-11</span>
<span class="category">Systems</span>

</li>
<li>
<a href="/distributed-systems/dynamo-db.html">Dynamo: Amazon's Highly Available Key-value Store</a>
<a href="/designing-data-intensive-applications/part-2-distributed-data/preface.html">Preface</a>
<span class="date">2025-02-11</span>
<span class="category">Distributed Systems</span>

</li>
<li>
<a href="/natural-language-processing/multinomial-logistic-regression.html">Multinomial Logistic Regression</a>
<a href="/systems-research/hints-for-computer-system-design.html">Hints for Computer System Design</a>
<span class="date">2025-02-11</span>
<span class="category">Natural Language Processing</span>
<span class="category">System Design</span>
</li></ul>
</div>
<div class="categories-section">
Expand Down
2 changes: 1 addition & 1 deletion site/linear-algebra/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Cheatsheet</h1>
<div class="meta">
<span>Last modified: 2024-11-09</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/linear-algebra/elementry-linear-algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Elementry Linear Algebra</h1>
<div class="meta">
<span>Last modified: 2024-11-14</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/linear-algebra/python-cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Python Cheatsheet</h1>
<div class="meta">
<span>Last modified: 2024-12-08</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Intro Mapreduce Spark</h1>
<div class="meta">
<span>Last modified: 2024-03-26</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Information Retrieval</h1>
<div class="meta">
<span>Last modified: 2025-01-07</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>1 Network Components And Protocols</h1>
<div class="meta">
<span>Last modified: 2024-01-11</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/networks/0-foundation/2-physical-layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>2 Physical Layer</h1>
<div class="meta">
<span>Last modified: 2024-01-18</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/networks/0-foundation/3-performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>3 Performance</h1>
<div class="meta">
<span>Last modified: 2024-01-12</span>
<span>Last modified: 2025-02-11</span>

</div>
<div class="content">
Expand Down

0 comments on commit b5a5a72

Please sign in to comment.