<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>yandy0725 (Michael Ding)</title>
    <link>https://ruby-china.org/yandy0725</link>
    <description>天若有情天亦老，人间正道是沧桑</description>
    <language>en-us</language>
    <item>
      <title>哪边可以看到自己总共回复了多少帖子吗？</title>
      <description>&lt;p&gt;我想知道我离在“酷站上”提交网站还有多远。。。&lt;/p&gt;</description>
      <author>yandy0725</author>
      <pubDate>Mon, 17 Dec 2012 21:45:02 +0800</pubDate>
      <link>https://ruby-china.org/topics/7641</link>
      <guid>https://ruby-china.org/topics/7641</guid>
    </item>
    <item>
      <title>吐槽:神奇网站～～</title>
      <description>&lt;p&gt;无意间看到一个网站，www.3d-print.cn，来围观下，看看你能联想到谁～～～&lt;/p&gt;</description>
      <author>yandy0725</author>
      <pubDate>Mon, 17 Dec 2012 21:08:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/7639</link>
      <guid>https://ruby-china.org/topics/7639</guid>
    </item>
    <item>
      <title>请教开源的问答类平台</title>
      <description>&lt;p&gt;Hi，大神们：
想帮朋友请教一个问题，有没有什么比较不错的关于问答类的开源平台？基于 ruby,python，或者 nodejs 的都行。
所谓问答平台，就是像 stackoverflow 之类的。不需要太强大，能够方便简单交流就行:)&lt;/p&gt;</description>
      <author>yandy0725</author>
      <pubDate>Sat, 01 Dec 2012 10:58:08 +0800</pubDate>
      <link>https://ruby-china.org/topics/7240</link>
      <guid>https://ruby-china.org/topics/7240</guid>
    </item>
    <item>
      <title>请教字符串生成问题</title>
      <description>&lt;p&gt;有个关于生成字符串的问题，其实自己写个函数也可以解决，只是想请教下，有没有现成的方法。
问题描述如下：
我们都知道，utf8 编码下&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"你好!"&lt;/span&gt;
&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="se"&gt;\xe4\xbd\xa0\xe5\xa5\xbd&lt;/span&gt;&lt;span class="s2"&gt;!"&lt;/span&gt;
&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="se"&gt;\344\275\240\345\245\275&lt;/span&gt;&lt;span class="s2"&gt;!"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;是等效的赋值语句。
然而如果某天赋值语句的右边部分是从文件读取的。
文件里面不是用 utf8 编码的"你好"，而是直接存储的
"\344\275\240\345\245\275!"或"\xe4\xbd\xa0\xe5\xa5\xbd!"
如果还是直接读出来赋值，得不到原来的字符串，而是这样的字符串：&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xe4&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xbd&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xa0&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xe5&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xa5&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s2"&gt;xbd!"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;就是说"\"只是作为一个字符被读入了，没有起到反义的作用。&lt;/p&gt;

&lt;p&gt;是否有现成的方法，可以得到原先的那种转义过的字符串？&lt;/p&gt;</description>
      <author>yandy0725</author>
      <pubDate>Tue, 07 Aug 2012 17:23:28 +0800</pubDate>
      <link>https://ruby-china.org/topics/4790</link>
      <guid>https://ruby-china.org/topics/4790</guid>
    </item>
    <item>
      <title>GeaKit--another social coding project in China</title>
      <description>&lt;p&gt;Hi,all&lt;/p&gt;

&lt;p&gt;我想给大家介绍一个中国的 Social Coding 平台——GeaKit (&lt;a href="https://geakit.com" rel="nofollow" target="_blank"&gt;https://geakit.com&lt;/a&gt;)
我们是一群开源的爱好者，我们想以自己的微薄之力来推动开源在中国的发展 (&lt;a href="https://geakit.com/blog/Geakit-online-v0-1" rel="nofollow" target="_blank"&gt;https://geakit.com/blog/Geakit-online-v0-1&lt;/a&gt;)。
一年前我们开始了 GeaKit 项目，两个月前我们开始了小范围的内测。而现在 GeaKit 已经有了 Code Host 和 Social Coding 的雏形，这包括:
代码浏览，历史版本浏览，历史版本差异显示，分支切换
项目的 fork，项目网络，用户和组织的创建管理，关注用户、组织或项目等等功能。&lt;/p&gt;

&lt;p&gt;然而我们还在很初步很初步的阶段。虽然我们有自己的规划，但到目前为止，还没有脱离“山寨”Github 的阶段（还在完善 Code Host 和 Social Coding 的核心功能）。而且想让开源在中国走得更远，除了产品，还有很多问题需要我们去努力解决。我们真心地希望能够得到大家的建议或批评指正。  &lt;/p&gt;</description>
      <author>yandy0725</author>
      <pubDate>Wed, 16 May 2012 00:43:21 +0800</pubDate>
      <link>https://ruby-china.org/topics/3303</link>
      <guid>https://ruby-china.org/topics/3303</guid>
    </item>
  </channel>
</rss>
