Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1cff540 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 28, 2024
1 parent 04ff5eb commit d1fc46b
Show file tree
Hide file tree
Showing 15 changed files with 289 additions and 93 deletions.
12 changes: 5 additions & 7 deletions algs.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1 class="menu-title">bookmarks on programming</h1>
<h2 id="algorithms--data-structures"><a class="header" href="#algorithms--data-structures">Algorithms &amp; Data Structures</a></h2>
<ul>
<li><a href="https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation">Asymptotic notation</a></li>
<li>Sedgewick &amp; Wayne, Algorithms (https://algs4.cs.princeton.edu/home)</li>
<li><a href="https://algs4.cs.princeton.edu/home">Sedgewick &amp; Wayne, Algorithms</a></li>
<li><a href="http://opendatastructures.org/ods-java/">Open Data Structures</a></li>
<li><a href="https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/">Data Structures &amp; Algorithms I Used Working at Tech Companies</a></li>
<li><a href="https://bost.ocks.org/mike/algorithms/">Visualizing Algorithms</a></li>
Expand All @@ -174,15 +174,13 @@ <h2 id="algorithms--data-structures"><a class="header" href="#algorithms--data-s
<li><a href="https://adventofcode.com/">Advent of Code</a></li>
</ul>
</li>
<li>Data Structures:
<li>Data Structures &amp; Algs of Interest:
<ul>
<li><a href="https://samwho.dev/bloom-filters/">Bloom Filters</a></li>
<li><a href="https://djhworld.github.io/hyperloglog/">HyperLogLog</a></li>
<li><a href="https://en.m.wikipedia.org/wiki/Log-structured_merge-tree">Log-structured merge-tree</a></li>
</ul>
</li>
<li>Algorithms:
<ul>
<li><a href="https://en.m.wikipedia.org/wiki/Log-structured_merge-tree">Log-Structured Merge-Tree</a></li>
<li><a href="https://planetscale.com/blog/btrees-and-database-indexes">B-Tree</a></li>
<li><a href="https://en.wikipedia.org/wiki/Rope_(data_structure)">Rope</a></li>
<li><a href="https://samwho.dev/hashing">Hashing</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ <h2 id="finest-sources-of-geek-entertainment"><a class="header" href="#finest-so
<li><a href="https://www.p99conf.io/">P99 CONF</a></li>
<li><a href="https://www.alchemistowl.org/pocorgtfo/">PoC||GTFO</a></li>
<li><a href="http://phrack.org/">Phrack</a></li>
<li><a href="https://gotopia.tech/">goto;</a></li>
</ul>
<blockquote>
<p>You can subscribe to blog feeds via an RSS/Atom reader, as explained <a href="https://aboutfeeds.com/">here</a>.</p>
Expand Down
10 changes: 5 additions & 5 deletions fe.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,18 @@ <h2 id="html--css--js"><a class="header" href="#html--css--js">HTML &amp; CSS &a
<li><a href="https://www.curated.design/">Web design inspiration catalog</a></li>
<li><a href="http://book.mixu.net/css/single-page.html">Learn CSS Layout</a></li>
<li><a href="https://jsoncanvas.org/">JSON Canvas</a></li>
<li><a href="https://voussoir.net/writing/css_for_printing">CSS for printing to paper</a></li>
<li><a href="https://voussoir.net/writing/css_for_printing">CSS for Printing to Paper</a></li>
</ul>

</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="networks.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="security.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="unix.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="networks.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

Expand All @@ -199,11 +199,11 @@ <h2 id="html--css--js"><a class="header" href="#html--css--js">HTML &amp; CSS &a
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="networks.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="security.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="unix.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="networks.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
Expand Down
24 changes: 5 additions & 19 deletions from-scratch.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,28 +222,14 @@ <h2 id="from-scratch"><a class="header" href="#from-scratch">From Scratch</a></h
<li><a href="https://buildyourownlisp.com/">Build Your Own Lisp</a></li>
<li><a href="https://keleshev.com/compiling-to-assembly-from-scratch">Compiling to Assembly from Scratch</a></li>
<li><a href="https://github.com/pdubroy/200andchange?utm_source=substack&amp;utm_medium=email">200 and change</a></li>
<li><a href="https://github.com/mgattozzi/whorl">whorl - A single file, std only, async Rust executor</a>
&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD</li>
<li><a href="https://implement-dns.wizardzines.com/">Implement DNS in a weekend</a>
=======</li>
<li><a href="https://github.com/mgattozzi/whorl">whorl - A single file, std only, async Rust executor</a></li>
<li><a href="https://implement-dns.wizardzines.com/">Implement DNS in a weekend</a></li>
<li><a href="https://brennan.io/2015/01/16/write-a-shell-in-c/">Write a Shell in C</a></li>
<li><a href="https://www.jmeiners.com/lc3-vm/">Write your Own Virtual Machine</a></li>
<li><a href="https://www.norvig.com/lispy.html">(How to Write a (Lisp) Interpreter (in Python))</a></li>
<li><a href="https://stevelosh.com/blog/2016/12/chip8-cpu/">CHIP-8 in Common Lisp: The CPU</a></li>
<li><a href="https://startyourownisp.com/">Start Your Own ISP</a></li>
</ul>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>dfc7c000a6c80f2913d073a3e75690f418858c7d</p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p>Other lists:</p>
<ul>
<li><a href="https://github.com/codecrafters-io/build-your-own-x">Build your own X</a></li>
Expand Down
1 change: 1 addition & 0 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ <h2 id="games"><a class="header" href="#games">Games</a></h2>
<ul>
<li><a href="https://gameprogrammingpatterns.com/">Game Programming Patterns</a></li>
<li><a href="https://www.satori.org/game-programming-gems/">Game Programming Gems</a></li>
<li><a href="https://thebookofshaders.com/">The Book of Shaders</a></li>
</ul>

</main>
Expand Down
8 changes: 4 additions & 4 deletions networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ <h2 id="networking-web--browsers"><a class="header" href="#networking-web--brows

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="security.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="fe.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="fe.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="social.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

Expand All @@ -222,11 +222,11 @@ <h2 id="networking-web--browsers"><a class="header" href="#networking-web--brows
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="security.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="fe.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="fe.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="social.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
Expand Down
Loading

0 comments on commit d1fc46b

Please sign in to comment.