<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>letoh's workshop</title>
	<link>http://vision.twbbs.org/~letoh/blog</link>
	<description>Programming,music,ACG,and any other funny thing</description>
	<pubDate>Sun, 27 Apr 2008 07:31:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>shell and GNU ls for win32</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/04/27/shell-and-gnu-ls-for-win32/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/04/27/shell-and-gnu-ls-for-win32/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 07:28:26 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[ACG]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/04/27/shell-and-gnu-ls-for-win32/</guid>
		<description><![CDATA[ 這兩天回到 Windows 作業，深感不便，所以臨時找了一些工具讓 Windows 可以更好用一些
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/04/27/shell-and-gnu-ls-for-win32/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Psychotic</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/04/13/psychotic/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/04/13/psychotic/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 14:50:59 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Funny]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/04/13/psychotic/</guid>
		<description><![CDATA[
今年有一個跟 python 相關的 joke，好像沒看到有人在提&#8230;雖然晚了一點，還是簡單介紹一下 
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/04/13/psychotic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>virtual module in cvs</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/04/02/virtual-module-in-cvs/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/04/02/virtual-module-in-cvs/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 02:03:51 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Note]]></category>

		<category><![CDATA[cvs]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/04/02/virtual-module-in-cvs/</guid>
		<description><![CDATA[
最近遇到一個小問題，在 cvs 上的檔案都是以 module 來分類，如果有一個 project 組裝了多個 module，每次要 co 下來總是麻煩。最簡單的方式就是把這些 module 通通搬進同一個目錄，這樣只要把 root module 拉下來就可以了。但是偶爾也會遇到 sub module 被多個 project 所組裝，這時不是將共用的 sub module 多複製幾份，就是把所有 project 都丟進同一個 root module (我知道這種方法蠢到爆&#8230;)。
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/04/02/virtual-module-in-cvs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blogger 分舵開張</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/03/27/blogger/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/03/27/blogger/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:24:04 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/03/27/blogger-%e5%88%86%e8%88%b5%e9%96%8b%e5%bc%b5/</guid>
		<description><![CDATA[
早上去 twbbs.org 更新了帳號和設定，為了測試一下新功能，特地申請了一個 blogger 帳號來玩&#8230;分舵位址是 [http://letoh.twbbs.org]，不過文章要同步更新還得花點時間弄&#8230;
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/03/27/blogger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>highlight GTK+ APIs in vim</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/03/04/highlight-gtk-apis-in-vim/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/03/04/highlight-gtk-apis-in-vim/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 04:05:10 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Note]]></category>

		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/03/04/highlight-gtk-apis-in-vim/</guid>
		<description><![CDATA[
找到一個方便的套件，順便抱怨一下在 debian 遇到的怪異相依性問題
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/03/04/highlight-gtk-apis-in-vim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>keroro</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/02/26/keroro/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/02/26/keroro/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 01:23:56 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Diary]]></category>

		<category><![CDATA[gimp]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/02/26/keroro/</guid>
		<description><![CDATA[
其實這篇是要測一下 picasaweb 的 link 用起來怎麼樣
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/02/26/keroro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Revision graph in git</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/02/19/revision-graph-in-git/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/02/19/revision-graph-in-git/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 03:44:58 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/02/19/revision-graph-in-git/</guid>
		<description><![CDATA[

好奇找了一下，果然有人在展示這種圖
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/02/19/revision-graph-in-git/feed/</wfw:commentRss>
		</item>
		<item>
		<title>編譯器的抱怨</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/01/30/xkcd-compiler-complaint/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/01/30/xkcd-compiler-complaint/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 07:05:34 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/01/30/%e7%b7%a8%e8%ad%af%e5%99%a8%e7%9a%84%e6%8a%b1%e6%80%a8/</guid>
		<description><![CDATA[
剛剛在 xkcd 上看到這篇 compiler complaint，一整個笑翻
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/01/30/xkcd-compiler-complaint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>gdb-mode</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/01/29/gdb-mode/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/01/29/gdb-mode/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 07:04:41 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Note]]></category>

		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/01/29/gdb-mode/</guid>
		<description><![CDATA[
最近因為在 cgdb 中處理有 standard input 的程式有點問題 (遇到要輸入的地方就會停住@@)。雖然原始的 gdb 是正常的，但習慣看到 source code 後就不太想回頭一直 list，試著轉移到 emacs 的 gdb-mode 後發現還蠻方便的，所以就試著使用看看。


gdb-mode 整合了大部份 debugger 的功能，透過一個 buffer 來操作 gdb，同時開啟一個 buffer 顯示 source code。雖然 emacs 的指令有很多討厭的 prefix，所幸透過 gud 的處理，大部份 gdb 上的指令與使用習慣都可以直接搬過來，使用上沒什麼太大的困難。就目前提到的部份，跟 cgdb 做的事幾乎一樣，但 gdb-mode 給的更多，幾乎是一個很完整的整合界面了。
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/01/29/gdb-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Score rendering pluging for wordpress</title>
		<link>http://vision.twbbs.org/~letoh/blog/2008/01/17/score-rendering-pluging-for-wordpress/</link>
		<comments>http://vision.twbbs.org/~letoh/blog/2008/01/17/score-rendering-pluging-for-wordpress/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 04:31:00 +0000</pubDate>
		<dc:creator>letoh</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[TeX]]></category>

		<guid isPermaLink="false">http://vision.twbbs.org/~letoh/blog/2008/01/17/score-rendering-pluging-for-wordpress/</guid>
		<description><![CDATA[
LilyPond and LaTeX plugin for Wordpress

Score render



這兩個是透過 Lilypond。不過因為要經過 apache，也許可以配合 mod_tex 之類的東西比較好運作。


另外在 Score render 原作者的 Blog 也可以看到一些討論音樂排版的文章。
]]></description>
		<wfw:commentRss>http://vision.twbbs.org/~letoh/blog/2008/01/17/score-rendering-pluging-for-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
