From 708dd874d82fc9ec62588000db0a84f919c3a85a Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 7 Nov 2019 16:12:41 +0530 Subject: nu links --- docs/index.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 257b56d..707f0b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + n @@ -23,14 +23,14 @@
-
30/10 2019
+
07/11 2019
My Setup

Decided to do one of these because everyone does one of these.

-

scrot

+

scrot

My entire setup is managed with GNU stow, making it easier to replicate on fresh installations. You can find my @@ -57,6 +57,22 @@ GIMP :).

+
+ +
02/11 2019
+ Don't Repeat Yourself +
+
+
for (int i = 0; i < arr.len(); i++) { ... }
+
+ +

It is not obvious at all, what this loop does. Is it +supposed to iterate over the elements of the array? Is it +just a variable binding that increases up to arr.len()?

+
+
+
+
12/10 2019
-- cgit v1.2.3