<?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-12-27T07:52:38+09:00</dc:date>
    <utime>1230331958</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/otamachan/pages/1.html" />
                <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/12.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/otamachan/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/otamachan/pages/1.html</link>
    <description>
      *日々のメモ（ひびのめも）
livedoor wikiがへぼかったので，
（ソースコードの引用ができない）
@wikiを使ってみます．
wikiは楽だけどいつまでつづくことやら．．

スポンサーリンクが多いのはきにしない．
aaa

#ref(02.3gp)
#ref(ayaya_final.3gp)
#image(http://x5.byoubu.com/bin/ll?067553700)    </description>
    <dc:date>2008-12-27T07:52:38+09:00</dc:date>
    <utime>1230331958</utime>
  </item>
    <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;以下の正規表現にマッチするファイルのショートカットを作ります．&quot;,,strExtensionPattern )
 objRegEx.Pattern = strExtensionPattern
 
 intCount = 0
 intRet = MsgBox(&quot;はじめますか？&quot;, 1,&quot;OK?&quot;)
 If intRet = 1 Then
   createShortCuts strSrcFolder
 End If
 
 MsgBox &quot;&quot; &amp; intCount &amp; &quot;個のショートカットを作成しました．&quot;,,&quot;Done!&quot; 
 
 &#039;-- createShortCuts
 Sub createShortCuts(strFolderName)
   Dim objSubFo
   Set objSubFo = objFileSys.GetFolder(strFolderName)    &#039; 引数に指定されたフォルダの情報を取得
   Dim strFileName
   For Each strFileName In objSubFo.Files
     &#039; ファイル名チェック
     If objRegEx.Test(strFileName) Then
       Dim objFile, objDate, objShortCut
       Dim strShortCutName
       Set objFile = objFileSys.GetFile(strFileName)
       objDate = DateValue(objFile.DateLastModified)
       strShortCutName = strDstFolder &amp; &quot;\&quot; &amp; _
                       Year(objDate) &amp; &quot;_&quot;  &amp; _
                       Right(00 &amp; Month(objDate), 2) &amp; &quot;_&quot; &amp; _
                       Right(00 &amp; Day(objDate), 2) &amp; _
                       &quot;_&quot; &amp; objFileSys.GetFileName(strFileName) &amp; _
                       &quot;.lnk&quot;
       Set objShortCut = objShell.CreateShortcut(strShortCutName)
       objShortCut.TargetPath = strFileName
       objShortCut.Description = strFileName
       objShortCut.Save
       intCount = intCount + 1
     End If 
   Next
   &#039; 指定のフォルダに格納された各サブフォルダを処理する
   For Each strFolderName In objSubFo.Subfolders
     createShortCuts(strFolderName)
   Next
 End Sub    </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;以下の正規表現にマッチするファイルのショートカットを作ります．&quot;,,strExtensionPattern )
 objRegEx.Pattern = strExtensionPattern
 
 intCount = 0
 intRet = MsgBox(&quot;はじめますか？&quot;, 1,&quot;OK?&quot;)
 If intRet = 1 Then
   createShortCuts strSrcFolder
 End If
 
 MsgBox &quot;&quot; &amp; intCount &amp; &quot;個のショートカットを作成しました．&quot;,,&quot;Done!&quot;
 
 &#039;-- createShortCuts
 Sub createShortCuts(strFolderName)
   Dim objSubFo
   Set objSubFo = objFileSys.GetFolder(strFolderName)    &#039; 引数に指定されたフォルダの情報を取得
   Dim strFileName
   For Each strFileName In objSubFo.Files
     &#039; ファイル名チェック
     If objRegEx.Test(strFileName) Then
       Dim objFile, objDate, objShortCut
       Dim strShortCutName
       Set objFile = objFileSys.GetFile(strFileName)
       objDate = DateValue(objFile.DateLastModified)
       strShortCutName = strDstFolder &amp; &quot;\&quot; &amp; _
                       Year(objDate) &amp; &quot;_&quot;  &amp; _
                       Right(00 &amp; Month(objDate), 2) &amp; &quot;_&quot; &amp; _
                       Right(00 &amp; Day(objDate), 2) &amp; _
                       &quot;_(&quot; &amp; objFileSys.GetFileName(strFileName) &amp; &quot;).lnk&quot;
       Set objShortCut = objShell.CreateShortcut(strShortCutName)
       objShortCut.TargetPath = strFileName
       objShortCut.Save
       intCount = intCount + 1
     End If 
   Next
   &#039; 指定のフォルダに格納された各サブフォルダを処理する
   For Each strFolderName In objSubFo.Subfolders
     createShortCuts(strFolderName)
   Next
 End Sub    </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/12.html">
    <title>日記/2008-05-31</title>
    <link>https://w.atwiki.jp/otamachan/pages/12.html</link>
    <description>
      *[[日記]]2008-05-31
**wiki作成
wikiをはじめました．
pythonはじめました．
**[[python]]のctypes.util.find_library
cygwinのctypes.util.find_libraryがうまくいかなかったので適当に付け加える~
/lib/python2.5/ctypes/util.pyに追加~
（初めてのpythonコード）~
よくわからないけど，無理やりcyg～dllを探し出す．
どうなんだろう…
 if os.name == &quot;posix&quot; and sys.platform == &quot;cygwin&quot;:
    import re
    def _get_cmd_res(cmd):
        f = os.popen(cmd)
        trace = f.read()
        f.close()       
        return trace
 
    def find_library(name):
        expr = &#039;cyg.*\.dll&#039;
        try:
            trace = _get_cmd_res(&#039;which lib&#039; + name + &#039;.dll.a 2&gt;&amp;1&#039;)
            if trace.startswith(&quot;which&quot;):
                return None
            trace = _get_cmd_res(&#039;objdump -s &#039; + trace.strip(&quot;\n&quot;) + &#039; | grep \&quot;\.dll\&quot; 2&gt;&amp;1&#039;)
            res = re.search(expr, trace)
            if not res:
               return None
            trace = _get_cmd_res(&#039;which &#039; + res.group(0) + &#039; 2&gt;&amp;1&#039;)
            if trace.startswith(&quot;which&quot;):
                return None
            return trace.strip(&quot;\n&quot;)
        except OSError, e:
           if e.errno != errno.ENOENT:
               raise

**[[MSRS]]のサービスでブラウザからアクセスできない件
-dsshost, 503
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3256288&amp;SiteID=1
でした．~
store/SecuritySettings.xmlを作成すればできる．
 &lt;?xml version=&quot;1.0&quot;?&gt;
 &lt;SecuritySettings xmlns=&quot;http://schemas.microsoft.com/robotics/2006/10/security.html&quot;&gt;
   &lt;AuthenticationRequired&gt;false&lt;/AuthenticationRequired&gt;
   &lt;OnlySignedAssemblies&gt;false&lt;/OnlySignedAssemblies&gt;
   &lt;Users /&gt;
 &lt;/SecuritySettings&gt;
#image(http://x5.byoubu.com/bin/ll?067553700)    </description>
    <dc:date>2008-06-06T19:36:13+09:00</dc:date>
    <utime>1212748573</utime>
  </item>
  </rdf:RDF>
