summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html (renamed from gemfeed/2023-04-09-algorithms-in-golang-part-1.html)9
-rw-r--r--gemfeed/atom.xml17
-rw-r--r--gemfeed/index.html2
-rw-r--r--index.html4
-rw-r--r--uptime-stats.html2
5 files changed, 16 insertions, 18 deletions
diff --git a/gemfeed/2023-04-09-algorithms-in-golang-part-1.html b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html
index 5f8d802d..0caa752f 100644
--- a/gemfeed/2023-04-09-algorithms-in-golang-part-1.html
+++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html
@@ -2,15 +2,15 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Algorithms in Go - Part 1</title>
+<title>Algorithms and Data Structures in Go - Part 1</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="../style.css" />
<link rel="stylesheet" href="style-override.css" />
</head>
<body>
-<h1 style='display: inline'>Algorithms in Go - Part 1</h1><br />
+<h1 style='display: inline'>Algorithms and Data Structures in Go - Part 1</h1><br />
<br />
-<span class='quote'>Published at 2023-04-09T21:48:36+03:00</span><br />
+<span class='quote'>Published at 2023-04-09T22:31:42+03:00</span><br />
<br />
<pre>
,_---~~~~~----._
@@ -26,9 +26,8 @@
| |
</pre>
<br />
-<span>This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
+<span>This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
<br />
-<a class='textlink' href='./2023-04-09-algorithms-in-golang-part-1.html'>2023-04-09 Algorithms in Go - Part 1 (You are currently reading this)</a><br />
<br />
<span>This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.</span><br />
<br />
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 3abdec22..5967f933 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2023-04-09T21:48:36+03:00</updated>
+ <updated>2023-04-09T22:31:42+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="https://foo.zone/gemfeed/atom.xml" rel="self" />
<link href="https://foo.zone/" />
<id>https://foo.zone/</id>
<entry>
- <title>Algorithms in Go - Part 1</title>
- <link href="https://foo.zone/gemfeed/2023-04-09-algorithms-in-golang-part-1.html" />
- <id>https://foo.zone/gemfeed/2023-04-09-algorithms-in-golang-part-1.html</id>
- <updated>2023-04-09T21:48:36+03:00</updated>
+ <title>Algorithms and Data Structures in Go - Part 1</title>
+ <link href="https://foo.zone/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html" />
+ <id>https://foo.zone/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html</id>
+ <updated>2023-04-09T22:31:42+03:00</updated>
<author>
<name>Paul Buetow</name>
<email>hi@paul.cyou</email>
</author>
- <summary>This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</summary>
+ <summary>This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</summary>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
- <h1 style='display: inline'>Algorithms in Go - Part 1</h1><br />
+ <h1 style='display: inline'>Algorithms and Data Structures in Go - Part 1</h1><br />
<br />
<pre>
,_---~~~~~----._
@@ -34,9 +34,8 @@
| |
</pre>
<br />
-<span>This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
+<span>This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
<br />
-<a class='textlink' href='./2023-04-09-algorithms-in-golang-part-1.html'>2023-04-09 Algorithms in Go - Part 1 (You are currently reading this)</a><br />
<br />
<span>This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.</span><br />
<br />
diff --git a/gemfeed/index.html b/gemfeed/index.html
index 90d0ef1f..27c7d1fb 100644
--- a/gemfeed/index.html
+++ b/gemfeed/index.html
@@ -12,7 +12,7 @@
<br />
<h2 style='display: inline'>To be in the .zone!</h2><br />
<br />
-<a class='textlink' href='./2023-04-09-algorithms-in-golang-part-1.html'>2023-04-09 - Algorithms in Go - Part 1</a><br />
+<a class='textlink' href='./2023-04-09-algorithms-and-data-structures-in-golang-part-1.html'>2023-04-09 - Algorithms and Data Structures in Go - Part 1</a><br />
<a class='textlink' href='./2023-04-01-never-split-the-difference-book-notes.html'>2023-04-01 - 'Never split the difference' book notes</a><br />
<a class='textlink' href='./2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2.html'>2023-03-25 - Gemtexter 2.0.0 - Let's Gemtext again^2</a><br />
<a class='textlink' href='./2023-03-16-the-pragmatic-programmer-book-notes.html'>2023-03-16 - 'The Pragmatic Programmer' book notes</a><br />
diff --git a/index.html b/index.html
index 0bc187b5..ccc2a263 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<body>
<h1 style='display: inline'>foo.zone</h1><br />
<br />
-<span class='quote'>This site was generated at 2023-04-09T21:48:36+03:00 by <span class='inlinecode'>Gemtexter</span></span><br />
+<span class='quote'>This site was generated at 2023-04-09T22:31:42+03:00 by <span class='inlinecode'>Gemtexter</span></span><br />
<br />
<pre>
|\---/|
@@ -42,7 +42,7 @@
<br />
<h3 style='display: inline'>Posts</h3><br />
<br />
-<a class='textlink' href='./gemfeed/2023-04-09-algorithms-in-golang-part-1.html'>2023-04-09 - Algorithms in Go - Part 1</a><br />
+<a class='textlink' href='./gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.html'>2023-04-09 - Algorithms and Data Structures in Go - Part 1</a><br />
<a class='textlink' href='./gemfeed/2023-04-01-never-split-the-difference-book-notes.html'>2023-04-01 - 'Never split the difference' book notes</a><br />
<a class='textlink' href='./gemfeed/2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2.html'>2023-03-25 - Gemtexter 2.0.0 - Let's Gemtext again^2</a><br />
<a class='textlink' href='./gemfeed/2023-03-16-the-pragmatic-programmer-book-notes.html'>2023-03-16 - 'The Pragmatic Programmer' book notes</a><br />
diff --git a/uptime-stats.html b/uptime-stats.html
index 88259b5d..50ad1e18 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -10,7 +10,7 @@
<body>
<h1 style='display: inline'>My machine uptime stats</h1><br />
<br />
-<span class='quote'>This site was last updated at 2023-04-09T21:48:36+03:00</span><br />
+<span class='quote'>This site was last updated at 2023-04-09T22:31:42+03:00</span><br />
<br />
<span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>guprecords</span>, the global uptime records stats analyser of mine.</span><br />
<br />