<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/otamachan/">
    <title>otamachan @ ウィキ</title>
    <link>http://w.atwiki.jp/otamachan/</link>
    <atom:link href="https://w.atwiki.jp/otamachan/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>otamachan @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2008-10-08T22:29:37+09:00</dc:date>
    <utime>1223472577</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/22.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/16.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/25.html">
    <title>日記/2008-10-08</title>
    <link>https://w.atwiki.jp/otamachan/pages/25.html</link>
    <description>
      * Eclipseプラグイン開発　徹底攻略
趣味．~
で買ってみた．~
お勉強開始！    </description>
    <dc:date>2008-10-08T22:29:37+09:00</dc:date>
    <utime>1223472577</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/24.html">
    <title>日記/2008-10-06</title>
    <link>https://w.atwiki.jp/otamachan/pages/24.html</link>
    <description>
      ** がーん
 この度はオンライン書店ビーケーワンを
 ご利用いただき誠にありがとうございます。
 
 先日ご注文いただいた以下の書籍ですが、下記理由により
 ご注文を取り消しとさせていただきました。
 ご期待に添えず、誠に申し訳ございませんでした。
 
 ----------------------------------------------------
 注文番号： 1904052868
 ----------------------------------------------------
 ※品切れのためお取り扱いできませんでした。
  商品名　：ライティングソリッドコード バグのないプログラミングを目指して マイクロソフトプレスシリーズ
  数量　　：1
 価格（税込）：2854 円
2週間またして返信はこれっすか…もう！
**2ch
いまさら imona を教えてもらった．~
これはつかそう．

**eclipse    </description>
    <dc:date>2008-10-06T20:22:56+09:00</dc:date>
    <utime>1223292176</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/23.html">
    <title>日記/2008-09-23</title>
    <link>https://w.atwiki.jp/otamachan/pages/23.html</link>
    <description>
      ** WSH
#image(http://x5.byoubu.com/bin/ll?067553700)Option Explicit
 &#039;-- main --
 &#039; グローバル変数
 Dim objShell, objShellApp, objFileSys, objFo
 Dim objRegEx
 Dim strDstFolder, strSrcFolder
 Dim intCount, intRet
 Dim strExtensionPattern &#039;-- ショートカットを作る拡張子
 strExtensionPattern = &quot;.mpg$|.avi$|.wmv$&quot;
 
 Set objRegEx = New RegExp &#039;ファイル検索用
 objRegEx.Global = True  &#039; 全て検索
 objRegEx.IgnoreCase = True  &#039; 大文字と小文字を区別しない
 Set objShell = WScript.CreateObject(&quot;WScript.Shell&quot;)
 Set objShellApp = WScript.CreateObject(&quot;Shell.Application&quot;)
 Set objFileSys = CreateObject(&quot;Scripting.FileSystemObject&quot;)
 
 Set objFo = objShellApp.BrowseForFolder(0,&quot;ファイルのあるフォルダを選択して下さい&quot;, &amp;h11)
 If (objFo Is Nothing) Then
     WScript.Quit
 End If
 strSrcFolder = objFo.Items.Item.Path
 
 Set objFo = objShellApp.BrowseForFolder(0,&quot;ショートカットを作るフォルダを選択して下さい&quot;, &amp;h11)
 If (objFo Is Nothing) Then
     WScript.Quit
 End If
 strDstFolder = objFo.Items.Item.Path 
 
 strExtensionPattern = InputBox(&quot;以下の正規表現にマッチするファイ    </description>
    <dc:date>2008-09-24T00:00:09+09:00</dc:date>
    <utime>1222182009</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/22.html">
    <title>日記/2008-09-20</title>
    <link>https://w.atwiki.jp/otamachan/pages/22.html</link>
    <description>
      ** WSH
#image(http://x5.byoubu.com/bin/ll?067553700)
 Option Explicit
 &#039;-- main --
 &#039; グローバル変数
 Dim objShell, objShellApp, objFileSys, objFo
 Dim objRegEx
 Dim strDstFolder, strSrcFolder
 Dim intCount, intRet
 Dim strExtensionPattern &#039;-- ショートカットを作る拡張子
 strExtensionPattern = &quot;.mpg$|.avi$&quot;
 
 Set objRegEx = New RegExp
 objRegEx.Global = True  &#039; 全て検索
 objRegEx.IgnoreCase = True  &#039; 大文字と小文字を区別しない
 Set objShell = WScript.CreateObject(&quot;WScript.Shell&quot;)
 Set objShellApp = WScript.CreateObject(&quot;Shell.Application&quot;)
 Set objFileSys = CreateObject(&quot;Scripting.FileSystemObject&quot;) 
 
 Set objFo = objShellApp.BrowseForFolder(0,&quot;ファイルのあるフォルダを選択して下さい&quot;, &amp;h11)
 If (objFo Is Nothing) Then
     WScript.Quit
 End If
 strSrcFolder = objFo.Items.Item.Path
 
 Set objFo = objShellApp.BrowseForFolder(0,&quot;ショートカットを作るフォルダを選択して下さい&quot;, &amp;h11)
 If (objFo Is Nothing) Then
     WScript.Quit
 End If
 strDstFolder = objFo.Items.Item.Path
 
 strExtensionPattern = InputBox(&quot;以下の正規表現にマッチするファイルのショートカットを作り    </description>
    <dc:date>2008-09-20T22:38:44+09:00</dc:date>
    <utime>1221917924</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/21.html">
    <title>日記/2008-09-19</title>
    <link>https://w.atwiki.jp/otamachan/pages/21.html</link>
    <description>
      ** WSH
WSH(Windows Script Host)の勉強をしてみる．~
とりあえずしたいことは，~
ディレクトリを再帰的にもぐって動画のリンク集をつくること．~
入力：ディレクトリ名，出力先ディレクトリ~
以上．~
#image(http://x5.byoubu.com/bin/ll?067553700)    </description>
    <dc:date>2008-09-19T18:28:09+09:00</dc:date>
    <utime>1221816489</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/20.html">
    <title>日記/2008-06-09</title>
    <link>https://w.atwiki.jp/otamachan/pages/20.html</link>
    <description>
      *[[日記]]
**Windows hostsが消える
c:\windows\system32\drivers\etc\hostsがアプリケーション起動のだびに消える．
ぐぐるとウイルスっぽい．
Filemonで確認すると，verclsid.exeが消しているようだ．
verclsidの起動に怪しいdllを読み込んでいないか適当に探す．
どれも怪しく見えるがsonb32drv.dllだけぐぐってもでてこないので，
えいやとsonb32drv.dllを適当にrenameする．
症状が治った．
これでよいのかなぁ．    </description>
    <dc:date>2008-06-09T15:27:41+09:00</dc:date>
    <utime>1212992861</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/19.html">
    <title>日記/2008-06-07</title>
    <link>https://w.atwiki.jp/otamachan/pages/19.html</link>
    <description>
      *日記
**cygwinにomniORBをインストール
ダウンロードしてインストールしたら普通にできた    </description>
    <dc:date>2008-06-07T20:44:17+09:00</dc:date>
    <utime>1212839057</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/18.html">
    <title>日記/2008-06-06</title>
    <link>https://w.atwiki.jp/otamachan/pages/18.html</link>
    <description>
      *[[日記]]
昨日はあまりの眠さに速攻寝る．
でもまだ眠い．

Ninjaを各ページに埋め込むことにする．
**python でcollada dom
#image(http://x5.byoubu.com/bin/ll?067553700)    </description>
    <dc:date>2008-06-06T19:37:53+09:00</dc:date>
    <utime>1212748673</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/17.html">
    <title>日記/2008-06-04</title>
    <link>https://w.atwiki.jp/otamachan/pages/17.html</link>
    <description>
      *[[日記]]
**pythonでCOLLADA DOMを使いたい…
ん～swig書いたらできるのかなぁ．できるきがしない．
少々考えます．
**SWIG勉強中
oh my god, cygwinだとサンプルすらできない…orz
[[http://python.matrix.jp/tips/cpp_extension.html&gt;http://python.matrix.jp/tips/cpp_extension.html]]
ここのサンプルすらだめ．
 %swig -version
 
 SWIG Version 1.3.29
 
 Compiled with g++ [i686-pc-cygwin]
 Please see http://www.swig.org for reporting bugs and further information
----
 % python setup.py  build_ext --swig-cpp -c cygwin
 running build_ext
 building &#039;_sample&#039; extension
 --swig-cpp is deprecated - use --swig-opts=-c++
 swigging sample.i to sample_wrap.cpp
 swig -python -c++ -o sample_wrap.cpp sample.i
 gcc -mcygwin -mdll -O -Wall -I/usr/local/include/python2.5 -c sample_wrap.cpp -o build/temp.cygwin-1.5.25-i686-2.5/sample_wrap.o
 sample_wrap.cpp: In function `int SWIG_Python_ConvertFunctionPtr(PyObject*, void**, swig_type_info*)&#039;:
 sample_wrap.cpp:2051: error: invalid conversion from `const char*&#039; to `char*&#039;
 sample_wrap.cpp: In function `void SWIG_Pyt    </description>
    <dc:date>2008-06-06T19:34:35+09:00</dc:date>
    <utime>1212748475</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/16.html">
    <title>日記/2008-06-03</title>
    <link>https://w.atwiki.jp/otamachan/pages/16.html</link>
    <description>
      *[[日記]]
**cygwinにCOLLADA DOMを入れてみる．
[[ここ&gt;http://sourceforge.net/projects/collada-dom]]からダウンロードして解凍．そのままmakeだとmingw用のライブラリができてcygwin1.dllと相性が悪くてcygwinでは使えないので，少々改変．

なにしたかあんま覚えていない（diffをとればいいんだけど）めんどくさいので簡単なメモのみ．
+mno-cygwinをgrepしてコメントアウト
+daeWin32Platform.hをインクルードしないように適当にかえる
+make installするときにrmでひっかかるので適当にコメントアウト．
+make installするときにライブラリ？か何かがコピーされないので適当にコピーする．
+externel-libsをリンクするようになっているのでCFLAGとかをLDFLAGSとかをいじって，-lxml2とかにしてcygwinのライブラリを使うようにする．
ぐらいかなぁ…
**cygwinのCOLLADA DOMを試す
[[ここ&gt;]]の記事からソースをとってきて試してみる．file://でのファイルの指定のところと，テクスチャの場所がちゃんと指定されていないとうまく表示されないので適当に直す．

できた．
#image(mushroom.jpg)
#image(http://x5.byoubu.com/bin/ll?067553700)    </description>
    <dc:date>2008-06-06T19:35:15+09:00</dc:date>
    <utime>1212748515</utime>
  </item>
  </rdf:RDF>
