From 8d4252001d7a284b44f099dfa92c61d8b483f0c0 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Sat, 21 Feb 2026 15:40:18 +0100 Subject: [PATCH] change cups to dark version --- build/articles/latex-endeavors.html | 6 +++--- build/articles/random-linux-utils.html | 6 +++--- build/articles/rsync-android.html | 6 +++--- build/index.html | 6 +++--- build/rss.xml | 2 +- pandoc/html-template.html | 6 +++--- public_html/eh/eh/eh/eh-eh/index.html | 6 +++--- public_html/eh/eh/eh/eh-eh/latex-endeavors.html | 6 +++--- public_html/eh/eh/eh/eh-eh/random-linux-utils.html | 6 +++--- public_html/eh/eh/eh/eh-eh/rss.xml | 2 +- public_html/eh/eh/eh/eh-eh/rsync-android.html | 6 +++--- public_html/eh/eh/eh/eh-eh/scripts/shork.js | 8 -------- 12 files changed, 29 insertions(+), 37 deletions(-) diff --git a/build/articles/latex-endeavors.html b/build/articles/latex-endeavors.html index 37f6c7c..5303a9d 100644 --- a/build/articles/latex-endeavors.html +++ b/build/articles/latex-endeavors.html @@ -60,9 +60,9 @@ message

diff --git a/build/articles/random-linux-utils.html b/build/articles/random-linux-utils.html index 691abab..c44f6b3 100644 --- a/build/articles/random-linux-utils.html +++ b/build/articles/random-linux-utils.html @@ -129,9 +129,9 @@ class="sourceCode bash"> diff --git a/build/articles/rsync-android.html b/build/articles/rsync-android.html index d2de5ce..d7a6a2f 100644 --- a/build/articles/rsync-android.html +++ b/build/articles/rsync-android.html @@ -210,9 +210,9 @@ class="sourceCode sh"> diff --git a/build/index.html b/build/index.html index e10ca4b..199ab24 100644 --- a/build/index.html +++ b/build/index.html @@ -156,9 +156,9 @@ tweaking my Linux sytem or trying to do productive things.

diff --git a/build/rss.xml b/build/rss.xml index 1bc01c9..d7d1bc7 100644 --- a/build/rss.xml +++ b/build/rss.xml @@ -6,7 +6,7 @@ Here I post random stuff. en-us Mon, 12 Jan 2026 00:00:00 +0100 -Sat, 21 Feb 2026 02:06:53 +0100 +Sat, 21 Feb 2026 15:40:08 +0100 https://www.rssboard.org/rss-specification pandoc n.gude@posteo.de (Never) diff --git a/pandoc/html-template.html b/pandoc/html-template.html index fe3ca16..a91d2af 100644 --- a/pandoc/html-template.html +++ b/pandoc/html-template.html @@ -105,9 +105,9 @@ $endif$
$for(include-after)$ diff --git a/public_html/eh/eh/eh/eh-eh/index.html b/public_html/eh/eh/eh/eh-eh/index.html index e10ca4b..199ab24 100644 --- a/public_html/eh/eh/eh/eh-eh/index.html +++ b/public_html/eh/eh/eh/eh-eh/index.html @@ -156,9 +156,9 @@ tweaking my Linux sytem or trying to do productive things.

diff --git a/public_html/eh/eh/eh/eh-eh/latex-endeavors.html b/public_html/eh/eh/eh/eh-eh/latex-endeavors.html index 37f6c7c..5303a9d 100644 --- a/public_html/eh/eh/eh/eh-eh/latex-endeavors.html +++ b/public_html/eh/eh/eh/eh-eh/latex-endeavors.html @@ -60,9 +60,9 @@ message

diff --git a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html index 691abab..c44f6b3 100644 --- a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html +++ b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html @@ -129,9 +129,9 @@ class="sourceCode bash"> diff --git a/public_html/eh/eh/eh/eh-eh/rss.xml b/public_html/eh/eh/eh/eh-eh/rss.xml index 1bc01c9..d7d1bc7 100644 --- a/public_html/eh/eh/eh/eh-eh/rss.xml +++ b/public_html/eh/eh/eh/eh-eh/rss.xml @@ -6,7 +6,7 @@ Here I post random stuff. en-us Mon, 12 Jan 2026 00:00:00 +0100 -Sat, 21 Feb 2026 02:06:53 +0100 +Sat, 21 Feb 2026 15:40:08 +0100 https://www.rssboard.org/rss-specification pandoc n.gude@posteo.de (Never) diff --git a/public_html/eh/eh/eh/eh-eh/rsync-android.html b/public_html/eh/eh/eh/eh-eh/rsync-android.html index d2de5ce..d7a6a2f 100644 --- a/public_html/eh/eh/eh/eh-eh/rsync-android.html +++ b/public_html/eh/eh/eh/eh-eh/rsync-android.html @@ -210,9 +210,9 @@ class="sourceCode sh"> diff --git a/public_html/eh/eh/eh/eh-eh/scripts/shork.js b/public_html/eh/eh/eh/eh-eh/scripts/shork.js index 34d09ee..be373f1 100644 --- a/public_html/eh/eh/eh/eh-eh/scripts/shork.js +++ b/public_html/eh/eh/eh/eh-eh/scripts/shork.js @@ -41,14 +41,6 @@ function add(v, u) { return {x: v.x + u.x, y: v.y + u.y}; } -function equal(v, u, a) { - return (Math.abs(v.x - u.x) < a && Math.abs(v.y - u.y) < a); -} - -function distance(x, y, a) { - return (norm(vector(x, y)) >= a); -} - function round(v) { return {x: Math.round(v.x), y: Math.round(v.y)}; }