summaryrefslogtreecommitdiff
path: root/content/html/gemfeed/atom.xml
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 18:36:52 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 18:36:52 +0100
commit5ec98cf4ca02e341e88d6fdcea51023b270045f0 (patch)
treea740da69bcc355cdaf14727f3e500b9371ec9590 /content/html/gemfeed/atom.xml
parent0b6873726dd24e49a0ce018b553e14731a5c8fd1 (diff)
add methods in c post
Diffstat (limited to 'content/html/gemfeed/atom.xml')
-rw-r--r--content/html/gemfeed/atom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml
index 37e64837..57922425 100644
--- a/content/html/gemfeed/atom.xml
+++ b/content/html/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-01T13:24:15+01:00</updated>
+ <updated>2021-05-01T18:36:51+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -29,6 +29,17 @@
</author>
</entry>
<entry>
+ <title>Methods in C</title>
+ <link href="https://buetow.org/gemfeed/2016-11-20-methods-in-c.html" />
+ <id>https://buetow.org/gemfeed/2016-11-20-methods-in-c.html</id>
+ <updated>2021-05-01T18:36:51+01:00</updated>
+ <summary>You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.. .....to read on please visit my site.</summary>
+ <author>
+ <name>Paul Buetow</name>
+ <email>comments@mx.buetow.org</email>
+ </author>
+ </entry>
+ <entry>
<title>Offsite backup with ZFS (Part 2)</title>
<link href="https://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html" />
<id>https://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html</id>