<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0">
 <channel>
  <title>My Blog: My Blog</title>
  <description>My Blog: My Blog</description>
  <link>http://www.example.com/index.html</link>
  <lastBuildDate>Tue, 28 Aug 2018 06:16:32 UT</lastBuildDate>
  <pubDate>Tue, 28 Aug 2018 06:16:32 UT</pubDate>
  <ttl>1800</ttl>
  <item>
   <title>操作对象</title>
   <link>http://www.example.com/2018/08/%E6%93%8D%E4%BD%9C%E5%AF%B9%E8%B1%A1.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2018-08-E6-93-8D-E4-BD-9C-E5-AF-B9-E8-B1-A1-html</guid>
   <pubDate>Tue, 28 Aug 2018 06:16:32 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;&amp;#20171;&amp;#32461;&amp;#19968;&amp;#20123;&amp;#23545;&amp;#35937;&amp;#19978;&amp;#30340;&amp;#25805;&amp;#20316;,&amp;#21253;&amp;#25324;lists, numbers, characters, strings, vectors, bytevectors, symbols, booleans, hashtables, &amp;#20197;&amp;#21450; enumerations&lt;/p&gt;&lt;a href="http://www.example.com/2018/08/%E6%93%8D%E4%BD%9C%E5%AF%B9%E8%B1%A1.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>记一次Caffe的安装</title>
   <link>http://www.example.com/2017/04/%E8%AE%B0%E4%B8%80%E6%AC%A1caffe%E7%9A%84%E5%AE%89%E8%A3%85.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2017-04-E8-AE-B0-E4-B8-80-E6-AC-A1caffe-E7-9A-84-E5-AE-89-E8-A3-85-html</guid>
   <pubDate>Tue, 25 Apr 2017 12:07:20 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt; 运河杯需要所以要安装Caffe框架用于图像识别,记录一下遇到的坑&lt;/p&gt;&lt;a href="http://www.example.com/2017/04/%E8%AE%B0%E4%B8%80%E6%AC%A1caffe%E7%9A%84%E5%AE%89%E8%A3%85.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>raspberry pi timer</title>
   <link>http://www.example.com/2016/10/raspberry-pi-timer.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-10-raspberry-pi-timer-html</guid>
   <pubDate>Fri, 07 Oct 2016 15:10:58 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;树莓派的计时器&lt;/p&gt;&lt;a href="http://www.example.com/2016/10/raspberry-pi-timer.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>Raspberry Pi GPIO</title>
   <link>http://www.example.com/2016/10/raspberry-pi-gpio.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-10-raspberry-pi-gpio-html</guid>
   <pubDate>Thu, 06 Oct 2016 13:30:40 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;树莓派的GPIO,摘自《BCM2835 ARM Peripherals》&lt;/p&gt;&lt;a href="http://www.example.com/2016/10/raspberry-pi-gpio.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>Racket FFI 3</title>
   <link>http://www.example.com/2016/07/racket-ffi-3.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-racket-ffi-3-html</guid>
   <pubDate>Fri, 22 Jul 2016 07:45:41 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;这是关于Racket的FFI的使用的第三篇讲解.在这篇博文中我们会涉及到一些底层的操作.包括指针,联合体和自定义的C数据类型.主要还是自定义类型,它可以让你在使用racket和c互交的时候进行抽象进而不需要了解具体的c语言的表现形式.&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi-3.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>Racket FFI 2</title>
   <link>http://www.example.com/2016/07/racket-ffi-2.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-racket-ffi-2-html</guid>
   <pubDate>Thu, 21 Jul 2016 07:44:45 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;这是Racket的FFI的第二部分,这次还是会使用Cairo作为调用对象会涉及到FFI使用的时候更多的关于参数的部分,自定义返回值和如何使用c的结构体&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi-2.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>Racket ffi</title>
   <link>http://www.example.com/2016/07/racket-ffi.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-racket-ffi-html</guid>
   <pubDate>Mon, 18 Jul 2016 08:28:29 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt; _今天花了些时间了解了Racket的FFI用法,只是初步的了解.所谓的*FFI*是指 &lt;em&gt;foreign fuction interface&lt;/em&gt;.ok FFI让racket程序可以调用基于c的api而不用去写一行的c.&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>The difference between data and function</title>
   <link>http://www.example.com/2016/07/the-difference-between-data-and-function.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-the-difference-between-data-and-function-html</guid>
   <pubDate>Sun, 17 Jul 2016 09:05:26 UT</pubDate>
   <author>The Unknown Author</author>
   <description>&lt;a href="http://www.example.com/2016/07/the-difference-between-data-and-function.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>system reinstall</title>
   <link>http://www.example.com/2016/07/system-reinstall.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-system-reinstall-html</guid>
   <pubDate>Sun, 17 Jul 2016 08:53:10 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;h2 id="基本情况和要求介绍"&gt;基本情况和要求介绍&lt;/h2&gt;

&lt;ul&gt;
 &lt;li&gt;双硬盘,一块128G的ssd,一块500G的机械硬盘&lt;/li&gt;
 &lt;li&gt;8G内存&lt;/li&gt;
 &lt;li&gt;N卡加intel集显&lt;/li&gt;
 &lt;li&gt;最后要求双系统,Ubuntu14.04LTS + Windows10&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.example.com/2016/07/system-reinstall.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>Flatland</title>
   <link>http://www.example.com/2016/07/flatland.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-flatland-html</guid>
   <pubDate>Sun, 17 Jul 2016 08:32:03 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;div class="figure"&gt;&lt;img src="/img/FlatLand.jpg" alt="a" /&gt;
 &lt;p class="caption"&gt;a&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;有关平面国&lt;/em&gt;&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/flatland.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>vim italic</title>
   <link>http://www.example.com/2016/07/vim-italic.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-vim-italic-html</guid>
   <pubDate>Sat, 16 Jul 2016 16:13:17 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;div class="figure"&gt;&lt;img src="/img/vim-italic.png" alt="vim-italic" /&gt;
 &lt;p class="caption"&gt;vim-italic&lt;/p&gt;&lt;/div&gt;&lt;a href="http://www.example.com/2016/07/vim-italic.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>test about url</title>
   <link>http://www.example.com/2016/07/test-about-url.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-test-about-url-html</guid>
   <pubDate>Sat, 16 Jul 2016 16:01:10 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;Github page 似乎不支持在uri中存在中文,之前可以用的,为什么又不可以了&amp;hellip; 测试ubuntu的chrome无法正常的访问,同样的url换到firefox就可以了&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/test-about-url.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>测试中文字符</title>
   <link>http://www.example.com/2016/07/%E6%B5%8B%E8%AF%95%E4%B8%AD%E6%96%87%E5%AD%97%E7%AC%A6.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2016-07-E6-B5-8B-E8-AF-95-E4-B8-AD-E6-96-87-E5-AD-97-E7-AC-A6-html</guid>
   <pubDate>Sat, 16 Jul 2016 15:56:02 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;&lt;em&gt;Replace this with your post text. Add one or more comma-separated Tags above. The special tag &lt;code&gt;DRAFT&lt;/code&gt; will prevent the post from being published.&lt;/em&gt;&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/%E6%B5%8B%E8%AF%95%E4%B8%AD%E6%96%87%E5%AD%97%E7%AC%A6.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item>
  <item>
   <title>A 2012 blog post</title>
   <link>http://www.example.com/2012/01/a-2012-blog-post.html?utm_source=all&amp;utm_medium=RSS</link>
   <guid isPermaLink="false">urn:http-www-example-com:-2012-01-a-2012-blog-post-html</guid>
   <pubDate>Sat, 31 Dec 2011 16:00:00 UT</pubDate>
   <author>The Unknown Author</author>
   <description>
&lt;p&gt;Here is an example blog post.&lt;/p&gt;

&lt;p&gt;Everything after this paragraph &amp;ldquo;after the break&amp;rdquo;. On index pages and Atom feeds, it will become &amp;ldquo;Continue reading&amp;hellip;&amp;rdquo;, if you configure them to include only the summary &amp;ldquo;blurb&amp;rdquo; before the break.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;some code&lt;/code&gt;&lt;/pre&gt;&lt;a href="http://www.example.com/2012/01/a-2012-blog-post.html?utm_source=all&amp;amp;utm_medium=RSS"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</description></item></channel></rss>