<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可可熊的窝 &#187; sdcv</title>
	<atom:link href="http://cocobear.info/blog/tag/sdcv/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sun, 11 Mar 2012 14:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>更新两个小脚本</title>
		<link>http://cocobear.info/blog/2009/03/20/upgrade-two-python-script/</link>
		<comments>http://cocobear.info/blog/2009/03/20/upgrade-two-python-script/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 09:32:12 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[pysdcv]]></category>
		<category><![CDATA[sdcv]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=583</guid>
		<description><![CDATA[一个是以前写的导出抓虾收藏的工具，增加了保存抓虾上文章的功能，因为只导出链接有些文章地址可能已经失效。

另一个就是pysdcv，前面文章介绍过了，整理了一下，测试了一下，然后放在了google code上面，直接使用星际译王的词典，查一个单词大概0.15秒的时间：

<blockquote>cocobear@0-[......]</blockquote><p class='read-more'><a href='http://cocobear.info/blog/2009/03/20/upgrade-two-python-script/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/03/20/upgrade-two-python-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>发一个Python版的星际译王</title>
		<link>http://cocobear.info/blog/2009/02/26/python-version-of-sdcv/</link>
		<comments>http://cocobear.info/blog/2009/02/26/python-version-of-sdcv/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:35:55 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[sdcv]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=548</guid>
		<description><![CDATA[sdcv-0.4.2版本的代码有3480行，而图形界面的星际译王更是有N多的代码，俺也写了一个就十几行的Python代码，速度当然比不上sdcv，能差十倍，不过，请注意，sdcv查一个单词是0.01秒,我这个是0.1秒，我不觉得有人能感觉出来差别。

其实我的核心是C语言写的，之所以在速度上没有[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/02/26/python-version-of-sdcv/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/02/26/python-version-of-sdcv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>关于Stardict的字典</title>
		<link>http://cocobear.info/blog/2008/12/31/dict-of-stardict/</link>
		<comments>http://cocobear.info/blog/2008/12/31/dict-of-stardict/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 05:37:24 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[pystardict]]></category>
		<category><![CDATA[sdcv]]></category>
		<category><![CDATA[stardict]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=433</guid>
		<description><![CDATA[前几天看了下sdcv(Console version of Stardict)，感觉很不爽，C++的代码，花了好长时间才理清楚那些结构，我觉得使用C语言来写的话可以让代码更清晰、简洁，或者C++也可以写得更好一些。因为本来就是个很简单的东西，从一个文件中读取单词索引，然后与输入比较，最后在另外一个文[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/12/31/dict-of-stardict/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/12/31/dict-of-stardict/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sdcv在amd64上编译问题</title>
		<link>http://cocobear.info/blog/2008/12/18/complie-sdcv-on-amd64/</link>
		<comments>http://cocobear.info/blog/2008/12/18/complie-sdcv-on-amd64/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:13:27 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[sdcv]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=424</guid>
		<description><![CDATA[sdcv是stardict的命令行替代，打算用stardict的字典，所以看看如何从字典中取词，sdcv比较小巧，拿来看挺合适，不过在我机子上编译出现了点问题：

<blockquote>lib.cpp:516: error: no matching function for call to ‘min(long uns[......]</blockquote><p class='read-more'><a href='http://cocobear.info/blog/2008/12/18/complie-sdcv-on-amd64/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/12/18/complie-sdcv-on-amd64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vim中使用sdcv(stardict CLI版)</title>
		<link>http://cocobear.info/blog/2008/05/19/vim-sdcv/</link>
		<comments>http://cocobear.info/blog/2008/05/19/vim-sdcv/#comments</comments>
		<pubDate>Mon, 19 May 2008 07:31:36 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sdcv]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=280</guid>
		<description><![CDATA[<a href="http://my.opera.com/yunt/blog/show.dml/304842">这里</a>介绍的vim中使用辞典查词的方法不错，利用了vim的一些特性，这样平时使用vim的时候就可以手不离键盘要完成查词了。

sdvc是命令行版的Stardict,可以在这里<a href="http://sourceforge.net/projects/sdcv">下载</a>，目前最新的版本是0.4.2，不过在ADM64平台下编译会出错，我在网上找到了一个<a href="http://patches.ubuntu.com/by-release/debian/s/sdcv/sdcv_0.4.2-2.2.patch">补丁</a>，不过这个补丁是针对debain用[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/05/19/vim-sdcv/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/05/19/vim-sdcv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

