<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ruby Tuesday 2008 三月台中場</title>
	<atom:link href="http://ihower.tw/blog/archives/2592/feed" rel="self" type="application/rss+xml" />
	<link>http://ihower.tw/blog/archives/2592</link>
	<description>Ruby, Ruby on Rails, Mac and Agile development</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:35:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 黑人</title>
		<link>http://ihower.tw/blog/archives/2592/comment-page-1#comment-58840</link>
		<dc:creator>黑人</dc:creator>
		<pubDate>Sat, 28 Feb 2009 02:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://ihower.idv.tw/blog/?p=2592#comment-58840</guid>
		<description>您好
我已經找到答案
知道問題所在
原來是 Windows platform 搞的鬼
請見http://www.ruby-forum.com/topic/90494
還是很感謝您</description>
		<content:encoded><![CDATA[<p>您好<br />
我已經找到答案<br />
知道問題所在<br />
原來是 Windows platform 搞的鬼<br />
請見http://www.ruby-forum.com/topic/90494<br />
還是很感謝您</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ihower</title>
		<link>http://ihower.tw/blog/archives/2592/comment-page-1#comment-58839</link>
		<dc:creator>ihower</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://ihower.idv.tw/blog/?p=2592#comment-58839</guid>
		<description>黑人:
我手上沒有你用的 exe 工具，我自己用 php5 的 md5 跟 ruby 的結果是一樣的。 http://gist.github.com/71387</description>
		<content:encoded><![CDATA[<p>黑人:<br />
我手上沒有你用的 exe 工具，我自己用 php5 的 md5 跟 ruby 的結果是一樣的。 <a href="http://gist.github.com/71387" rel="nofollow">http://gist.github.com/71387</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 黑人</title>
		<link>http://ihower.tw/blog/archives/2592/comment-page-1#comment-58838</link>
		<dc:creator>黑人</dc:creator>
		<pubDate>Fri, 27 Feb 2009 07:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://ihower.idv.tw/blog/?p=2592#comment-58838</guid>
		<description>您好
在這邊問問題好像有點冒昧
不知道您是否有試過Ruby digest:md5
針對一個檔案 md5 checksum
網路上搜尋到的用法千篇一律都是如下：

require &#039;digest/md5&#039;  
ARGV.each do &#124;f&#124;  
    checksum = Digest::MD5.hexdigest(File.read(f))  
    puts &quot;#{f}:\t#{checksum}&quot;  
end 
 
後來發現
這個作法出來的 MD5 值
與其他做md5 checksum（ex. WinMD5.exe or MD5.exe） 的軟體產生出來的值竟然不同?
不知您是否有發現這樣的狀況？
Thanks~~</description>
		<content:encoded><![CDATA[<p>您好<br />
在這邊問問題好像有點冒昧<br />
不知道您是否有試過Ruby digest:md5<br />
針對一個檔案 md5 checksum<br />
網路上搜尋到的用法千篇一律都是如下：</p>
<p>require &#8216;digest/md5&#8242;<br />
ARGV.each do |f|<br />
    checksum = Digest::MD5.hexdigest(File.read(f))<br />
    puts &#8220;#{f}:\t#{checksum}&#8221;<br />
end </p>
<p>後來發現<br />
這個作法出來的 MD5 值<br />
與其他做md5 checksum（ex. WinMD5.exe or MD5.exe） 的軟體產生出來的值竟然不同?<br />
不知您是否有發現這樣的狀況？<br />
Thanks~~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
