aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-07 13:21:25 +0000
committerAkshay <[email protected]>2019-11-07 13:21:25 +0000
commitd20105a4363e3321e58af5e3cd0edc1a8250ccf6 (patch)
tree2a9ddc837ba014858ca7550841ed632121f41807 /docs/index.html
parent708dd874d82fc9ec62588000db0a84f919c3a85a (diff)
remove draft post
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/index.html b/docs/index.html
index 707f0b2..c27cc06 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -59,22 +59,6 @@ GIMP :).</p>
59 59
60 <details class="post"> 60 <details class="post">
61 <summary> 61 <summary>
62 <div class="date">02/11 2019</div>
63 <span class="post-link">Don't Repeat Yourself</span>
64 </summary>
65 <div class="post-text">
66 <pre><code>for (int i = 0; i &lt; arr.len(); i++) { ... }
67</code></pre>
68
69<p>It is not obvious at all, what this loop does. Is it
70supposed to iterate over the elements of the array? Is it
71just a variable binding that increases up to <code>arr.len()</code>?</p>
72 <div class=separator></div>
73 </div>
74 </details>
75
76 <details class="post">
77 <summary>
78 <div class="date">12/10 2019</div> 62 <div class="date">12/10 2019</div>
79 <span class="post-link">WPA Woes</span> 63 <span class="post-link">WPA Woes</span>
80 </summary> 64 </summary>