commit d1955f905a805118293a3690a0bd041627632b55
parent 809c358390ee7e9749629ea749420609366e27da
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Sun, 25 Sep 2022 17:48:50 -0300
Updated branch to match light_theme in content but with dark_theme
Diffstat:
3 files changed, 54 insertions(+), 68 deletions(-)
diff --git a/blog/nerdearla-2022/nerdearla-2022.html b/blog/nerdearla-2022/nerdearla-2022.html
@@ -28,14 +28,17 @@ been there for the first time in 2019. I remember that <a
href="https://en.wikipedia.org/wiki/Jon_Hall_(programmer)">John ‘Maddog’
Hall</a> was making a presentation called “50 years of UNIX and the
landing on the Moon”, you can find a record of the presentation <a
-href="https://www.youtube.com/watch?v=9O_FnKZI6_M">here</a>, It was my
-first talk ever and I loved it.</p>
-<p><img src="nerdearla-2019.jpeg" title="Nerdearla 2020" /></p>
+href="https://www.youtube.com/watch?v=9O_FnKZI6_M">here</a>.</p>
+<p><img src="nerdearla-2019.jpeg" title="Nerdearla 2019" /></p>
+<p>It was my first talk ever and I loved it, sadly becouse of the
+pandemic I couldn’t go in the past two years.</p>
+<p>The event is half remote half presential and the entrance is free. It
+takes place at Centro cultural Konex on Once, Buenos Aires on Oct 19 to
+Oct 22, last three days.</p>
<script type="text/javascript" src="/js/article-date.js"></script>
<!--#include virtual="/common/end_of_article.shtml" -->
</article>
-
<!--#include virtual="/common/footer.shtml" -->
</body>
</html>
diff --git a/blog/sav/sav.html b/blog/sav/sav.html
@@ -1,76 +1,55 @@
<!DOCTYPE html>
<html lang="en" >
-<meta charset="utf-8">
-<meta name="generator" content="pandoc">
-
+ <meta charset="utf-8">
+ <meta name="generator" content="pandoc">
<meta name="author" content="Martin J. Kloeckner">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <head>
+ <meta name="article-date" content="18-Sep-2022">
+ <meta name="article-title" content="SAV - Sorting Algorithms Visualized">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-<head id=top>
- <meta name="article-date" content="18-Sep-2022">
- <meta name="article-title" content="SAV - Sorting Algorithms Visualized">
-
- <title>SAV - Sorting Algorithms Visualized | Martin Klöckner's Webpage</title>
- <link rel='stylesheet' type='text/css' href="/css/style.css">
- <link rel="icon" href="/favicon.ico">
-
- <style type="text/css">code{white-space: pre;}</style>
-</head>
-
-<body id=top>
- <!--#include virtual="/common/header.shtml" -->
-
- <article>
- <link rel='stylesheet' type='text/css' href="/css/article_style.css">
-
- <h1 id="article-title">SAV - Sorting Algorithms Visualized</h1>
-
- <p class="article-date">18-Sep-2022</p>
-
- <script type="text/javascript" src="/js/article-date.js"></script>
+ <title>SAV - Sorting Algorithms Visualized | Martin Klöckner's Webpage</title>
+ <link rel='stylesheet' type='text/css' href="/css/style.css">
+ <link rel="icon" href="/favicon.ico">
- <p>This is a desktop app that shows how an array is being sorted using different sorting algorithms.</p>
- <div id="article-screenshot">
- <a href="sav.gif"><img src="sav.gif" title="Gif showing SAV working"/></a>
- </div>
+ <style type="text/css">code{white-space: pre;}</style>
+ </head>
- <p>I made it using pure C and SDL2 for graphics, you can take a look at it’s source code on <a href="https://github.com/mjkloeckner/sav">Github</a>.</p>
+ <body>
+ <!--#include virtual="/common/header.shtml" -->
- <p>The main purpose of this app was to put in practice the knowledge I gained in C as well with algorithms, and it was like a challenge since I’d never used SDL2 graphics before. In the end was a very enjoyable project since SDL2 per se is a very simple and easy to use library.</p>
+ <article>
+ <link rel='stylesheet' type='text/css' href="/css/article_style.css">
- <p>Currently it supports the following algorithms:</p>
- <ul>
- <li>bubble sort improved</li>
- <li>insertion sort</li>
- <li>merge sort wrapper</li>
- <li>quick sort wrapper</li>
- <li>shell sort</li>
- <li>selection sort</li>
- <li>heap sort</li>
- </ul>
+ <h1 id="article-title">SAV - Sorting Algorithms Visualized</h1>
- <!--#include virtual="/common/end_of_article.shtml" -->
- </article>
+ <p class="article-date">18-Sep-2022</p>
- <!--#include virtual="/common/footer.shtml" -->
+ <script type="text/javascript" src="/js/article-date.js"></script>
- <!-- -->
- <!-- <header> -->
- <!-- -->
- <!-- <h3 class="date">18/09/22</h3> -->
- <!-- -->
+ <p>This is a desktop app that shows how an array is being sorted using different sorting algorithms.</p>
+ <div id="article-screenshot">
+ <a href="sav.gif"><img src="sav.gif" title="Gif showing SAV working"/></a>
+ </div>
- <!-- <h1 class="title">SAV - Sorting Algorithms Visualized</h1> -->
+ <p>I made it using pure C and SDL2 for graphics, you can take a look at it’s source code on <a href="https://github.com/mjkloeckner/sav">Github</a>.</p>
- <!-- -->
- <!-- <h2 class="author"></h2> -->
- <!-- <p class="affilation"><em></em></p> -->
- <!-- -->
+ <p>The main purpose of this app was to put in practice the knowledge I gained in C as well with algorithms, and it was like a challenge since I’d never used SDL2 graphics before. In the end was a very enjoyable project since SDL2 per se is a very simple and easy to use library.</p>
- <!-- </header> -->
- <!-- -->
-</body>
+ <p>Currently it supports the following algorithms:</p>
+ <ul>
+ <li>bubble sort</li>
+ <li>insertion sort</li>
+ <li>merge sort wrapper</li>
+ <li>quick sort wrapper</li>
+ <li>shell sort</li>
+ <li>selection sort</li>
+ <li>heap sort</li>
+ </ul>
+ <!--#include virtual="/common/end_of_article.shtml" -->
+ </article>
+ <!--#include virtual="/common/footer.shtml" -->
+ </body>
</html>
diff --git a/rss.xml b/rss.xml
@@ -5,7 +5,7 @@
<description>Latest uploads on Martin Klöckner's Webpage</description>
<generator>Shell script</generator>
<language>en-us</language>
-<lastBuildDate>Sun Sep 25 05:26:00 PM -03 2022</lastBuildDate>
+<lastBuildDate>Sun Sep 25 05:43:28 PM -03 2022</lastBuildDate>
<item>
<title>I'm going to Nerdearla 2022</title>
<link>https://kloeckner.com.ar/blog/nerdearla-2022/nerdearla-2022.html</link>
@@ -20,9 +20,13 @@ there for the first time in 2019. I remember that <a href="https://en.wikipedia.
Hall</a> was making a
presentation called "50 years of UNIX and the landing on the Moon", you
can find a record of the presentation
-<a href="https://www.youtube.com/watch?v=9O_FnKZI6_M">here</a>, It was my first
-talk ever and I loved it.</p>
-<p><img src="nerdearla-2019.jpeg" alt="" title="Nerdearla 2020"></p></html>]]>
+<a href="https://www.youtube.com/watch?v=9O_FnKZI6_M">here</a>.</p>
+<p><img src="nerdearla-2019.jpeg" alt="" title="Nerdearla 2019"></p>
+<p>It was my first talk ever and I loved it, sadly becouse of the pandemic
+I couldn't go in the past two years.</p>
+<p>The event is half remote half presential and the entrance is free. It
+takes place at Centro cultural Konex on Once, Buenos Aires on Oct 19 to
+Oct 22, last three days.</p></html>]]>
</htmlData>
</description>
<pubDate>23-Sep-2022</pubDate>
@@ -48,7 +52,7 @@ I'd never used SDL2 graphics before. In the end was a very enjoyable
project since SDL2 per se is a very simple and easy to use library.</p>
<p>Currently it supports the following algorithms:</p>
<ul>
-<li>bubble sort improved</li>
+<li>bubble sort</li>
<li>insertion sort</li>
<li>merge sort wrapper</li>
<li>quick sort wrapper</li>