<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="jp">
  <id>https://www.mindto01s.com</id>
  <title>MindTo01s Blog - Posts in article</title>
  <updated>2026-04-24T10:09:28.141181+00:00</updated>
  <link href="https://www.mindto01s.com"/>
  <link href="https://www.mindto01s.com/blog/category/article/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.io/" version="0.11.13">ABlog</generator>
  <entry>
    <id>https://www.mindto01s.com/2013/04/15/5b5ba02a_d02a_4508_bf64_46de99238f49.html</id>
    <title>２ボタンキーボード</title>
    <updated>2013-04-15T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;&lt;a class="reference external" href="http://weekly.ascii.jp/elem/000/000/137/137891/"&gt;週間アスキー&lt;/a&gt; で紹介されていた、&lt;a class="reference external" href="http://www.omiya-giken.com/?page_id=431"&gt;英数/かなキーボード for Macintosh&lt;/a&gt;  をパクってArduinoで作ってみた。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/04/15/5b5ba02a_d02a_4508_bf64_46de99238f49.html"/>
    <summary>週間アスキー で紹介されていた、英数/かなキーボード for Macintosh  をパクってArduinoで作ってみた。</summary>
    <category term="arduino" label="arduino"/>
    <published>2013-04-15T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/02/13/source_command.html</id>
    <title>sourceコマンド</title>
    <updated>2013-02-13T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;unixコマンドをもう一度勉強してみようと思い、本を広げた。
十数ページも読み進まないうちに、初めて知る事が書いてあり、未熟を悟る。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/02/13/source_command.html"/>
    <summary>unixコマンドをもう一度勉強してみようと思い、本を広げた。
十数ページも読み進まないうちに、初めて知る事が書いてあり、未熟を悟る。</summary>
    <category term="bash" label="bash"/>
    <category term="unix" label="unix"/>
    <published>2013-02-13T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/02/05/compilerflags.html</id>
    <title>コンパイラフラグ</title>
    <updated>2013-02-05T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;XCode4でファイル毎のコンパイルフラグを設定するには以下の場所で設定する。&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/complierFlag.png" src="https://www.mindto01s.com/_images/complierFlag.png" style="width: 520.8000000000001px; height: 308.8px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/02/05/compilerflags.html"/>
    <summary>XCode4でファイル毎のコンパイルフラグを設定するには以下の場所で設定する。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="xcode" label="xcode"/>
    <published>2013-02-05T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/02/04/singleton.html</id>
    <title>Objective-Cのsingleton</title>
    <updated>2013-02-04T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;「Objective‐Cフレーズブック」のSingletonの部分の記述が面白い。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/02/04/singleton.html"/>
    <summary>「Objective‐Cフレーズブック」のSingletonの部分の記述が面白い。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="singleton" label="singleton"/>
    <published>2013-02-04T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/02/02/method_name_synthesis2.html</id>
    <title>メソッド名合成を使ったプログラミング(1)</title>
    <updated>2013-02-02T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;「メソッド名合成を使ったプログラミング(1)」の続き&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/target-action.png" src="https://www.mindto01s.com/_images/target-action.png" style="width: 296.5px; height: 86.0px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/02/02/method_name_synthesis2.html"/>
    <summary>「メソッド名合成を使ったプログラミング(1)」の続き</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <category term="メソッド名合成プログラミング" label="メソッド名合成プログラミング"/>
    <published>2013-02-02T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/31/nsinvocation_addition2.html</id>
    <title>「NSInvocationをカテゴリで拡張した」の修正</title>
    <updated>2013-01-31T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;以前の、「NSInvocationをカテゴリで拡張した」の修正。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/31/nsinvocation_addition2.html"/>
    <summary>以前の、「NSInvocationをカテゴリで拡張した」の修正。</summary>
    <category term="NSInvocation" label="NSInvocation"/>
    <category term="cocoa" label="cocoa"/>
    <published>2013-01-31T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/30/method_name_synthesis.html</id>
    <title>メソッド名合成を使ったプログラミング(1)</title>
    <updated>2013-01-30T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;Objective-Cでは文字列型NSStringとセレクタ型SELを相互に変換出来る。この変換機能で実行時に生成した文字列からメソッドを呼び出す事が可能になる。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/30/method_name_synthesis.html"/>
    <summary>Objective-Cでは文字列型NSStringとセレクタ型SELを相互に変換出来る。この変換機能で実行時に生成した文字列からメソッドを呼び出す事が可能になる。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="メソッド名合成プログラミング" label="メソッド名合成プログラミング"/>
    <published>2013-01-30T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/29/validateuserinterfaceitem_8.html</id>
    <title>validateuserinterfaceitem(8)</title>
    <updated>2013-01-29T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;NSUserInterfaceValidationsプロトコルは、CocoaのUIの状態を更新する仕組みを提供するプロトコルだ。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/29/validateuserinterfaceitem_8.html"/>
    <summary>NSUserInterfaceValidationsプロトコルは、CocoaのUIの状態を更新する仕組みを提供するプロトコルだ。</summary>
    <category term="NSWindow" label="NSWindow"/>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-29T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/25/validateuserinterfaceitem_7.html</id>
    <title>validateuserinterfaceitem(7)</title>
    <updated>2013-01-25T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;Cocoa勉強会用の資料として、￼「五年後のControlEnabler」をまとめた。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/25/validateuserinterfaceitem_7.html"/>
    <summary>Cocoa勉強会用の資料として、￼「五年後のControlEnabler」をまとめた。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-25T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/24/recipe_uncrustify.html</id>
    <title>uncrustifyおかわり</title>
    <updated>2013-01-24T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;uncrustifyはObjective-Cに対応したソースコードの整形ツールです。&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/opediff.tiff" src="https://www.mindto01s.com/_images/opediff.tiff" style="width: 343.0px; height: 327.0px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/24/recipe_uncrustify.html"/>
    <summary>uncrustifyはObjective-Cに対応したソースコードの整形ツールです。</summary>
    <category term="uncrustify" label="uncrustify"/>
    <category term="xcode" label="xcode"/>
    <published>2013-01-24T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/19/nsinvocation_addition.html</id>
    <title>NSInvocationをカテゴリで拡張した</title>
    <updated>2013-01-19T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;[NSObject valueForKey:(NSString*)inKey]はプリミティブ型をNSNumberやNSValueでラップする。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/19/nsinvocation_addition.html"/>
    <summary>[NSObject valueForKey:(NSString*)inKey]はプリミティブ型をNSNumberやNSValueでラップする。</summary>
    <category term="NSInvocation" label="NSInvocation"/>
    <category term="cocoa" label="cocoa"/>
    <published>2013-01-19T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/12/led_lantern.html</id>
    <title>LEDランタンを購入</title>
    <updated>2013-01-12T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;無印良品の「LEDランタン・サーチライト付」を購入しようと近所の店舗によったが、在庫が無いとの事。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/12/led_lantern.html"/>
    <summary>無印良品の「LEDランタン・サーチライト付」を購入しようと近所の店舗によったが、在庫が無いとの事。</summary>
    <category term="etc" label="etc"/>
    <published>2013-01-12T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/11/late_protocol.html</id>
    <title>カテゴリを使ってプロトコルの後付け</title>
    <updated>2013-01-11T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;Objective-Cでは、ひとまとまりのメソッド群が実装されているかを実行時に調べる方法として、プロトコルと呼ばれる物がある。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/11/late_protocol.html"/>
    <summary>Objective-Cでは、ひとまとまりのメソッド群が実装されているかを実行時に調べる方法として、プロトコルと呼ばれる物がある。</summary>
    <category term="Objective-C" label="Objective-C"/>
    <category term="cocoa" label="cocoa"/>
    <published>2013-01-11T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/09/validateuserinterfaceitem_6.html</id>
    <title>validateuserinterfaceitem(6)</title>
    <updated>2013-01-09T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;続き。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/09/validateuserinterfaceitem_6.html"/>
    <summary>続き。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-09T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/08/validateuserinterfaceitem_5.html</id>
    <title>validateUserInterfaceItem(5)</title>
    <updated>2013-01-08T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;さらに続き。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/08/validateuserinterfaceitem_5.html"/>
    <summary>さらに続き。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-08T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/06/validateuserinterfaceitem_4.html</id>
    <title>validateUserInterfaceItem(4)</title>
    <updated>2013-01-06T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;前回の更に続き。&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/ss011.tiff" src="https://www.mindto01s.com/_images/ss011.tiff" style="width: 410.0px; height: 231.0px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/06/validateuserinterfaceitem_4.html"/>
    <summary>前回の更に続き。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-06T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/05/validateuserinterfaceitem_3.html</id>
    <title>validateUserInterfaceItem(3)</title>
    <updated>2013-01-05T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;前回の更に続き。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/05/validateuserinterfaceitem_3.html"/>
    <summary>前回の更に続き。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-05T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/04/validateuserinterfaceitem_2.html</id>
    <title>validateUserInterfaceItem(2)</title>
    <updated>2013-01-04T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;前回の続き。サンプルアプリを作った。&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/ss01.tiff" src="https://www.mindto01s.com/_images/ss01.tiff" style="width: 285.5px; height: 232.5px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/04/validateuserinterfaceitem_2.html"/>
    <summary>前回の続き。サンプルアプリを作った。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-04T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/03/validateuserinterfaceitem_1.html</id>
    <title>validateUserInterfaceItem(1)</title>
    <updated>2013-01-03T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;メニューとツールバーの有効/無効を制御するプロトコルとして&amp;quot;NSUserInterfaceValidations&amp;quot;がある。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/03/validateuserinterfaceitem_1.html"/>
    <summary>メニューとツールバーの有効/無効を制御するプロトコルとして"NSUserInterfaceValidations"がある。</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="validateUserInterfaceItem" label="validateUserInterfaceItem"/>
    <published>2013-01-03T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2013/01/02/nswindowcontroller_esc.html</id>
    <title>NSWindowControllerとESCキー</title>
    <updated>2013-01-02T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;眠れぬ夜のために : OS X 用 Cocoa アプリケーションにおける環境設定ウィンドウの作り方(
&lt;a class="reference external" href="http://forthesleeplessnight.blogspot.jp/2012/10/os-x-cocoa.html"&gt;http://forthesleeplessnight.blogspot.jp/2012/10/os-x-cocoa.html&lt;/a&gt;)では、環境設定ウィンドウをESCキーでクローズする動作を、NSWindowのサブクラス化で実現している。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2013/01/02/nswindowcontroller_esc.html"/>
    <summary>眠れぬ夜のために : OS X 用 Cocoa アプリケーションにおける環境設定ウィンドウの作り方(
http://forthesleeplessnight.blogspot.jp/2012/10/os-x-cocoa.html)では、環境設定ウィンドウをESCキーでクローズする動作を、NSWindowのサブクラス化で実現している。</summary>
    <category term="NSWindowController" label="NSWindowController"/>
    <category term="cocoa" label="cocoa"/>
    <published>2013-01-02T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2012/12/29/nstask_and_intractive_command.html</id>
    <title>NSTaskで対話型コマンドを呼出す</title>
    <updated>2012-12-29T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;ditzをCocoaから呼出す方法を調べていた。
ditzはユーザーと対話しながら実行するサブコマンドが多い。&lt;/p&gt;
&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2012/12/29/nstask_and_intractive_command.html"/>
    <summary>ditzをCocoaから呼出す方法を調べていた。
ditzはユーザーと対話しながら実行するサブコマンドが多い。</summary>
    <category term="NSTask" label="NSTask"/>
    <category term="cocoa" label="cocoa"/>
    <category term="ditz" label="ditz"/>
    <category term="expect" label="expect"/>
    <published>2012-12-29T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2012/12/23/yaml_in_cocoa.html</id>
    <title>CocoaでYAML</title>
    <updated>2012-12-23T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;Problem retrieving directive entry from language module None: 'NoneType' object has no attribute 'directives'.
Using English fallback for directive &amp;quot;contents&amp;quot;.&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/yaml-PCH-before.tiff" src="https://www.mindto01s.com/_images/yaml-PCH-before.tiff" style="width: 458.0px; height: 277.5px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2012/12/23/yaml_in_cocoa.html"/>
    <summary>Problem retrieving directive entry from language module None: 'NoneType' object has no attribute 'directives'.
Using English fallback for directive "contents".</summary>
    <category term="cocoa" label="cocoa"/>
    <category term="yaml" label="yaml"/>
    <published>2012-12-23T00:00:00+09:00</published>
  </entry>
  <entry>
    <id>https://www.mindto01s.com/2012/12/19/selecting_dot_File_Folder.html</id>
    <title>特定のドットファイルがあるフォルダーを選択するには</title>
    <updated>2012-12-19T00:00:00+09:00</updated>
    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;コマンドラインツールには、ファイル名の先頭に&amp;quot;.&amp;quot;がついたファイルを作成する物がある。所謂ドットファイルだ。&lt;/p&gt;
&lt;img alt="https://www.mindto01s.com/_images/selecting_dot_File_Folder_1.tiff" src="https://www.mindto01s.com/_images/selecting_dot_File_Folder_1.tiff" style="width: 331.0px; height: 200.0px;" /&gt;&lt;/p&gt;
</content>
    <link href="https://www.mindto01s.com/2012/12/19/selecting_dot_File_Folder.html"/>
    <summary>コマンドラインツールには、ファイル名の先頭に"."がついたファイルを作成する物がある。所謂ドットファイルだ。</summary>
    <category term="NSOpenPanel" label="NSOpenPanel"/>
    <category term="cocoa" label="cocoa"/>
    <category term="ドットファイル" label="ドットファイル"/>
    <published>2012-12-19T00:00:00+09:00</published>
  </entry>
</feed>
