<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Highwind AERO</title>
	<atom:link href="http://highwind.org/feed" rel="self" type="application/rss+xml" />
	<link>http://highwind.org</link>
	<description>Scientia est potentia.</description>
	<lastBuildDate>Sat, 19 May 2012 10:47:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://highwind.org/feed" />
		<item>
		<title>SyntaxHighlighter Evolved TAG Format</title>
		<link>http://highwind.org/2011/09/208</link>
		<comments>http://highwind.org/2011/09/208#comments</comments>
		<pubDate>Sun, 11 Sep 2011 11:56:26 +0000</pubDate>
		<dc:creator>wind</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://highwind.info/?p=208</guid>
		<description><![CDATA[HTML Ruby]]></description>
			<content:encoded><![CDATA[<p>HTML</p>
<pre class="brush: xml; title: ; notranslate">
 &lt;html&gt;
&lt;head&gt;
&lt;title&gt;タイトル&lt;/title&gt;
&lt;link href=&quot;css/default.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;
&lt;link href=&quot;css/design.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;
&lt;/head&gt;
&lt;!-- タグにインデントを適用することはできない模様。 --&gt;
&lt;body&gt;
本文
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Ruby</p>
<pre class="brush: ruby; title: ; notranslate">
# 階乗を求めるメソッド
# Program to find the factorial of a number
 # Save this as fact.rb

 def fact(n)
   if n == 0
     1
   else
     n * fact(n-1)
   end
 end

 puts fact(ARGV[0].to_i)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://highwind.org/2011/09/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://highwind.org/2011/09/208" />
	</item>
		<item>
		<title>SSDの限界性能</title>
		<link>http://highwind.org/2010/08/69</link>
		<comments>http://highwind.org/2010/08/69#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:53:31 +0000</pubDate>
		<dc:creator>wind</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://highwind.info/?p=69</guid>
		<description><![CDATA[CORSAIR製SSDを破壊！　限界性能は軍事並み!?【後編】 SSDの頑丈さがいやと言うほど良くわかるお話。 ただし熱については、はんだが融ける温度（約200度）で壊れるとのことです。 ［被災したHDDからデータを復旧 &#8230;<p class="read-more"><a href="http://highwind.org/2010/08/69">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ascii.jp/elem/000/000/543/543574/">CORSAIR製SSDを破壊！　限界性能は軍事並み!?【後編】</a></p>
<p>SSDの頑丈さがいやと言うほど良くわかるお話。<br />
ただし熱については、はんだが融ける温度（約200度）で壊れるとのことです。</p>
<p><a href="http://itpro.nikkeibp.co.jp/article/COLUMN/20080402/297786/">［被災したHDDからデータを復旧できるか？］</a></p>
<p>SSDに対して、HDDは？と気になりますよね。HDDの場合についてはこちらを参照。</p>
]]></content:encoded>
			<wfw:commentRss>http://highwind.org/2010/08/69/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://highwind.org/2010/08/69" />
	</item>
		<item>
		<title>最初に。</title>
		<link>http://highwind.org/2010/08/20</link>
		<comments>http://highwind.org/2010/08/20#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:12:20 +0000</pubDate>
		<dc:creator>wind</dc:creator>
				<category><![CDATA[情報工学]]></category>
		<category><![CDATA[技術士]]></category>

		<guid isPermaLink="false">http://highwind.info/?p=20</guid>
		<description><![CDATA[ブログを立ち上げました。 情報処理技術者などの情報を扱うサイトを目指します。]]></description>
			<content:encoded><![CDATA[<p>ブログを立ち上げました。<br />
情報処理技術者などの情報を扱うサイトを目指します。</p>
]]></content:encoded>
			<wfw:commentRss>http://highwind.org/2010/08/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://highwind.org/2010/08/20" />
	</item>
	</channel>
</rss>

