From 6ad790f690c71fea8e7de3cd85405f32bb87d14d Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Sun, 21 May 2023 16:16:24 +0200 Subject: [PATCH] Added coding feed, where I do some coding and try my best to explain stuff --- src/feeds/coding/index.org | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/feeds/coding/index.org diff --git a/src/feeds/coding/index.org b/src/feeds/coding/index.org new file mode 100644 index 0000000..797f680 --- /dev/null +++ b/src/feeds/coding/index.org @@ -0,0 +1,26 @@ +#+TITLE: Coding +#+DESCRIPTION: Are you up for a coding challenge? You can find some of my weird side projects here +#+SETUPFILE: ../../config.org +#+OPTIONS: toc:nil num:nil +#+DATE:<2023-01-29 Sun 16:20> + +There is nothing I can say to explain this, +sometimes I just feel like writing some lines of code. +But instead of throwing them away like a normal person, +I hold onto them. + +And this is how they end up here. + +Test projects I start, but never finish +or challenges I attempt, +that weren't as interesting as I hoped they would be, +or that just went nowhere. + +#+begin_src elisp :exports results :results value list +(load-file "../../../el/get-posts.el") +(get-posts "../../feeds/coding") +#+end_src + +#+RESULTS: +- [[file:./../../feeds/coding/functional-programming.org][Let's check out functional programming]] +- [[file:./../../feeds/coding/nested_intervals.org][Let's check out nested intervals]] -- 2.38.5