-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
56 lines (54 loc) · 1.81 KB
/
rss.xml
File metadata and controls
56 lines (54 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Ryan's Blog</title>
<link>https://ryanriddle.github.io/rss.xml</link>
<lastBuildDate>Fri, 16 Jun 2017 22:08:00 -0500</lastBuildDate>
<pubDate>Tue, 28 Feb 2017 22:00:00 -0500</pubDate>
<item>
<title>How to Write a Database - Part 1</title>
<link>https://ryanriddle.github.io/how-to-write-a-database.html</link>
<pubDate>Fri, 16 Jun 2017 22:08:00 -0500</pubDate>
</item>
<item>
<title>Twelve Weeks at the Recurse Center</title>
<link>https://ryanriddle.github.io/twelve-weeks.html</link>
<pubDate>Thu, 01 Jun 2017 17:02:00 -0500</pubDate>
</item>
<item>
<title>Database Transactions and Atomicity</title>
<link>https://ryanriddle.github.io/atomicity.html</link>
<pubDate>Tue, 04 Apr 2017 17:02:00 -0500</pubDate>
</item>
<item>
<title>Six Weeks at the Recurse Center</title>
<link>https://ryanriddle.github.io/six-weeks.html</link>
<pubDate>Tue, 27 Mar 2017 14:57:00 -0500</pubDate>
</item>
<item>
<title>Huffman Encoding in Haskell</title>
<link>https://ryanriddle.github.io/haskell-huffman.html</link>
<pubDate>Tue, 23 Mar 2017 11:15:00 -0500</pubDate>
</item>
<item>
<title>The Subway</title>
<link>https://ryanriddle.github.io/subway.html</link>
<pubDate>Tue, 14 Mar 2017 11:40:00 -0500</pubDate>
</item>
<item>
<title>Implementing a B-Tree</title>
<link>https://ryanriddle.github.io/btree.html</link>
<pubDate>Tue, 28 Feb 2017 22:00:00 -0500</pubDate>
</item>
<item>
<title>Ruby DB</title>
<link>https://ryanriddle.github.io/ruby-db.html</link>
<pubDate>Tue, 21 Feb 2017 13:00:00 -0500</pubDate>
</item>
<item>
<title>High Five!</title>
<link>https://ryanriddle.github.io/high-five.html</link>
<pubDate>Tue, 14 Feb 2017 13:40:00 -0500</pubDate>
</item>
</channel>
</rss>