~comcloudway/pages

6ad790f690c71fea8e7de3cd85405f32bb87d14d — Jakob Meier 1 year, 4 months ago 91f5c66
Added coding feed,
where I do some coding and try my best to explain stuff
1 files changed, 26 insertions(+), 0 deletions(-)

A src/feeds/coding/index.org
A src/feeds/coding/index.org => src/feeds/coding/index.org +26 -0
@@ 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]]