<?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>Aerialarts &#187; growl</title>
	<atom:link href="http://aerial.st/tags/growl/feed/" rel="self" type="application/rss+xml" />
	<link>http://aerial.st</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 09:56:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/tags/growl/feed/" />
		<item>
		<title>Growlでautospecの結果を表示</title>
		<link>http://aerial.st/archive/2009/07/21/display-autospec-results-with-growl/</link>
		<comments>http://aerial.st/archive/2009/07/21/display-autospec-results-with-growl/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:17:39 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=493</guid>
		<description><![CDATA[Growlの準備 Growlをインストール インストーラと一緒に入っているExtra/growlnotify/install.shを実行する autotest + growl で楽々テストを参考に、Growlが「受信される通知を聞く」、「リモートアプリケーション登録を許可」するように環境設定パネルから設定する。 gem類の準備 バージョンも併記した。 まずはgemの準備。 $sudo gem install ZenTest # 4.1.1 $sudo gem install redgreen # 1.2.2, autospecの結果をコンソールで赤と緑で塗り分けてくれる。Growlだけなら不要 $sudo gem install ruby-growl # 1.0.1 RSpecとRSpec on Railsのインストール。 ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'refs/tags/1.2.7' # 1.2.7 ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'refs/tags/1.2.7.1' # 1.2.7.1 ruby script/generate rspec 画像を拝借 cd ~ curl http://blog.internautdesign.com/files/rails_fail.png > .rails_fail.png curl http://blog.internautdesign.com/files/rails_ok.png > .rails_ok.png moroさんが勉強会で使ってたチェックとバツマークのが欲しいんだけど、どこにあるんだろう？ ~/.autotestの編集 ZenTestをインストールしたときについてくる設定ファイルのひな形をコピー。 x.x.xはインストールしたZenTestのバージョンで、ここでは4.1.1。 $ cp /Library/Ruby/Gems/1.8/gems/ZenTest-x.x.x/example_dot_autotest.rb ~/.autotest $ chmod 644 ~/.autotest 以下のように設定する # -*- ruby -*- # [...]]]></description>
		<wfw:commentRss>http://aerial.st/archive/2009/07/21/display-autospec-results-with-growl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2009/07/21/display-autospec-results-with-growl/" />
	</item>
		<item>
		<title>Fw:Cocoaで文字エンコーディングの自動判別プログラムを書いてみました</title>
		<link>http://aerial.st/archive/2006/10/08/fwcocoa%e3%81%a7%e6%96%87%e5%ad%97%e3%82%a8%e3%83%b3%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%81%ae%e8%87%aa%e5%8b%95%e5%88%a4%e5%88%a5%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0%e3/</link>
		<comments>http://aerial.st/archive/2006/10/08/fwcocoa%e3%81%a7%e6%96%87%e5%ad%97%e3%82%a8%e3%83%b3%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%81%ae%e8%87%aa%e5%8b%95%e5%88%a4%e5%88%a5%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0%e3/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 17:23:42 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=214</guid>
		<description><![CDATA[藤棚工房別棟 -徒然-にて文字エンコーディングの自動判別機能を追加するNSStringのカテゴリが公開されていた。 ちなみに、確かOSXならPerl5.8が最初から入っていて、それに標準で付属してるEncode.pmを使えばJcode.pmと同等、もしくはCJKも扱えるのでそれ以上の対応が望めるかもデス。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/10/08/fwcocoa%e3%81%a7%e6%96%87%e5%ad%97%e3%82%a8%e3%83%b3%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%81%ae%e8%87%aa%e5%8b%95%e5%88%a4%e5%88%a5%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0%e3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/10/08/fwcocoa%e3%81%a7%e6%96%87%e5%ad%97%e3%82%a8%e3%83%b3%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%81%ae%e8%87%aa%e5%8b%95%e5%88%a4%e5%88%a5%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0%e3/" />
	</item>
		<item>
		<title>Re:Apple、iBookおよびPowerBookのバッテリ180万台をリコール</title>
		<link>http://aerial.st/archive/2006/08/25/apple-recall-battery/</link>
		<comments>http://aerial.st/archive/2006/08/25/apple-recall-battery/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 01:52:37 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=213</guid>
		<description><![CDATA[スラドより。 バッテリのモデルとシリアルを確認してみたら該当したので、交換の申し込みをしておいた。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/08/25/apple-recall-battery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/08/25/apple-recall-battery/" />
	</item>
		<item>
		<title>bbs2ch readerとGMail Managerが衝突</title>
		<link>http://aerial.st/archive/2006/07/14/gmail-manager-conflicts-with-bbs2ch-reader/</link>
		<comments>http://aerial.st/archive/2006/07/14/gmail-manager-conflicts-with-bbs2ch-reader/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 13:22:46 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=212</guid>
		<description><![CDATA[bbs2ch readerにGMail Managerが入っているとスレッドでのミドルクリックが効かないというバグが登録されていた。なるほど、原因はこれだったのか。 というわけで、Gmail Notifierに戻す。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/07/14/gmail-manager-conflicts-with-bbs2ch-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/07/14/gmail-manager-conflicts-with-bbs2ch-reader/" />
	</item>
		<item>
		<title>iCalでGoogle Calenderを見る</title>
		<link>http://aerial.st/archive/2006/06/19/google-calender-on-ical/</link>
		<comments>http://aerial.st/archive/2006/06/19/google-calender-on-ical/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 05:06:48 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=211</guid>
		<description><![CDATA[HOWTO: Subscribe to a Google Calendar using iCalに書いてあるとおり。 ただしiCalでイベントを追加しても Google Calenderには追加されないとのこと。うーん、それだとちょっと使えないなぁ。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/06/19/google-calender-on-ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/06/19/google-calender-on-ical/" />
	</item>
		<item>
		<title>2chの各板のURIにこそURN使えば便利じゃない？</title>
		<link>http://aerial.st/archive/2006/06/11/urn-for-2ch/</link>
		<comments>http://aerial.st/archive/2006/06/11/urn-for-2ch/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 03:25:41 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=210</guid>
		<description><![CDATA[サーバー移転のたびにブックマークを書き換えるのは面倒だし、基本的にサーバー名以外は何も変わらないのだし。というか、サーバー移転でユーザーが惑わされるのはサービスとして良くない。 例えば2chブラウザで実装するなら、URN（urn:2ch:mac:1147286809といった感じ）でブックマークしておいて、適宜2chの用意するダウンロードした板のURN-URL変換マップをもとに、datやらsubject.txtをダウンロードするとか。 ところで、URNの登録って、どうすればいいんだろう？]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/06/11/urn-for-2ch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/06/11/urn-for-2ch/" />
	</item>
		<item>
		<title>WindowsとMacでのiTunes</title>
		<link>http://aerial.st/archive/2006/06/11/aliashandle-in-itune/</link>
		<comments>http://aerial.st/archive/2006/06/11/aliashandle-in-itune/#comments</comments>
		<pubDate>Sat, 10 Jun 2006 15:28:25 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=209</guid>
		<description><![CDATA[Mac版だと登録してあるメディアのファイル名をFinderなどから変更しても自動的にそれが反映されるけど、Windows版だと反映されずにファイルが存在しないと怒られる。Mac版ではAliasHandleとかいうのを使って実現しているっぽい（Cocoaはさっぱり！を参照）。 Carbonはわからないなぁ。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/06/11/aliashandle-in-itune/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/06/11/aliashandle-in-itune/" />
	</item>
		<item>
		<title>Google Spreadsheet</title>
		<link>http://aerial.st/archive/2006/06/07/google-spreadsheet/</link>
		<comments>http://aerial.st/archive/2006/06/07/google-spreadsheet/#comments</comments>
		<pubDate>Wed, 07 Jun 2006 13:47:42 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=208</guid>
		<description><![CDATA[今のところグラフ作成機能は無いらしいけど、SVGを使って実装してきそうな予感。って、そもそもSVGに対応したブラウザがまだ少ないか。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/06/07/google-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/06/07/google-spreadsheet/" />
	</item>
		<item>
		<title>bbs2chreader-0.2.10で書き込めない</title>
		<link>http://aerial.st/archive/2006/05/30/bbs2chreader-0210/</link>
		<comments>http://aerial.st/archive/2006/05/30/bbs2chreader-0210/#comments</comments>
		<pubDate>Tue, 30 May 2006 14:26:12 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=206</guid>
		<description><![CDATA[0.2.10にアップデートしてから、投稿ボタンを押してもクッキー云々が表示されるだけで書き込めなくなった。 修正方法はbbs2chreaderまとめblog２の「ちゃんねるに書けなくなった人の改造方法は」ってところに書いてある。 その修正をしたものをアップしておくので、自己責任で使ってみてくださいな。 使い方は、.jarに改名して、プロファイル\extensions&#123;0B9D558E-6983-486b-9AAD-B6CBCD2FC807}\chromeに置けばOK。 誰かがSourceForgeのバグトラッキングに登録してくれた模様。なので、緊急の内容だし、開発者が気づき次第修正版が出る予感。 0.2.11がリリースされたので、アップしてたファイルは削除しました。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/05/30/bbs2chreader-0210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/05/30/bbs2chreader-0210/" />
	</item>
		<item>
		<title>青いカエル、これは何のための拡張？</title>
		<link>http://aerial.st/archive/2006/05/27/whats-blue-frog/</link>
		<comments>http://aerial.st/archive/2006/05/27/whats-blue-frog/#comments</comments>
		<pubDate>Sat, 27 May 2006 14:08:45 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=205</guid>
		<description><![CDATA[Mozilla Add-onsで見つけたけど、何の拡張なのかわからない。 とりあえずインストールした人のコメントを読む限り、入れない方がよさそうだ。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2006/05/27/whats-blue-frog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2006/05/27/whats-blue-frog/" />
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: aerial.st @ 2012-02-09 02:03:43 -->
