<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="ja">
<title>プログラム　メモ</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/" />
<modified>2006-03-15T15:53:55Z</modified>
<tagline></tagline>
<id>tag:www.toshinao.com,2009:/blogs/program/5</id>
<generator url="http://www.movabletype.org/" version="3.2-ja-2">Movable Type</generator>
<copyright>Copyright (c) 2006, toshinao</copyright>
<entry>
<title>Python修行その１</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2006/03/python.html" />
<modified>2006-03-15T15:53:55Z</modified>
<issued>2006-03-15T15:52:59Z</issued>
<id>tag:www.toshinao.com,2006:/blogs/program/5.121</id>
<created>2006-03-15T15:52:59Z</created>
<summary type="text/plain"> #define a function def hello(name):   p...</summary>
<author>
<name>toshinao</name>


</author>
<dc:subject>python</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<pre style="overflow:auto;border:2px inset silver;padding:1ex;line-height:125%;font-size:small;color:black;background-color:white;">
<span style="color:#dd0000;">#define a function
</span><span style="color:#ff7700;">def</span> <span style="color:#0000ff;">hello</span>(name):
  <span style="color:#ff7700;">print</span>(name)
  <span style="color:#ff7700;">print</span>(<span style="color:#00aa00;">"Hello!!"</span>)

<p>hello(<span style="color:#00aa00;">"abc"</span>)  <span style="color:#dd0000;"># calling</span><br />
</pre><br />
</p>]]>

</content>
</entry>
<entry>
<title>コンパイルオプション</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2006/03/post_4.html" />
<modified>2006-03-15T15:04:25Z</modified>
<issued>2006-03-09T11:49:21Z</issued>
<id>tag:www.toshinao.com,2006:/blogs/program/5.111</id>
<created>2006-03-09T11:49:21Z</created>
<summary type="text/plain">GNUの-mcpu=commonがAIXの-qarch=com ...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>GNUの-mcpu=commonがAIXの-qarch=com<br />
</p>]]>

</content>
</entry>
<entry>
<title>fedora</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/10/fedora.html" />
<modified>2006-03-15T15:04:12Z</modified>
<issued>2005-10-11T06:26:02Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.63</id>
<created>2005-10-11T06:26:02Z</created>
<summary type="text/plain">rpm -ql mysql-server どこにインストールされたか。 rpm ...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>rpm -ql mysql-server<br />
どこにインストールされたか。<br />
rpm -qlコマンド</p>

<p>/sbin/chkconfig mysqld on<br />
mysqlをlinux起動時にONにする。</p>]]>

</content>
</entry>
<entry>
<title>google MAP API</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/google_map_api.html" />
<modified>2006-03-15T15:04:05Z</modified>
<issued>2005-07-11T14:28:56Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.40</id>
<created>2005-07-11T14:28:56Z</created>
<summary type="text/plain">世の中google MAP APIなるものがあついらしい。 AMAZONのＡＰＩ...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>世の中google MAP APIなるものがあついらしい。<br />
AMAZONのＡＰＩも理解したい。<br />
amazonは、XMLが出てきたようなきがする。</p>

<p>XML分からないと話になんねぇな！<br />
</p>]]>

</content>
</entry>
<entry>
<title>作りたいプログラム</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/post_3.html" />
<modified>2006-03-15T15:04:04Z</modified>
<issued>2005-07-07T18:17:43Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.34</id>
<created>2005-07-07T18:17:43Z</created>
<summary type="text/plain">Windows上で動くブログへの自動投稿ソフト。 XMLRPCをつかって、投稿し...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>Windows上で動くブログへの自動投稿ソフト。<br />
XMLRPCをつかって、投稿したい。</p>

<p>できれば、windows上に投稿を一時保存して、バックグランドで投稿処理をしてくれると吉。<br />
</p>]]>

</content>
</entry>
<entry>
<title>XMLRPCを用いたメールをWEBに載せる方法</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/xmlrpcweb.html" />
<modified>2006-03-15T15:03:58Z</modified>
<issued>2005-07-05T21:44:14Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.22</id>
<created>2005-07-05T21:44:14Z</created>
<summary type="text/plain">下でテストしてたのは、何をしているかというと、メールをWEBに載せる方法を模索し...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>下でテストしてたのは、何をしているかというと、メールをWEBに載せる方法を模索していたのでした。</p>

<p>WEBはブログを用いたいので、ブログに対してXMLRPCで受け付けてもらえるように、<br />
mt-xmplrpc.cgiのチェックをしていました。</p>

<p>use Jcode;<br />
use XMLRPC::Lite;</p>

<p>などなどが鍵ですねえ。<br />
JcodeでUTF8に変換するのがポイントらしい。</p>

<p>あとは、メールの取り込みをどうするか。いま候補は２つ。<br />
１）mbox形式のparseをがんばる。これはどうも基幹ホストのperlの具合がよくないので断念かな。<br />
２）popでがんばる。これは出来そうだけど、一歩間違えるとプライベートメールを思いっきり衆目のもとにさらすことになるので怖い。ま、いっかなあ。</p>

<p>p.s<br />
crontabで定期起動を覚えよう。<br />
crontab -eで設定っぽい。<br />
</p>]]>

</content>
</entry>
<entry>
<title>テストだけどいかが</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/post_2.html" />
<modified>2006-03-15T15:03:58Z</modified>
<issued>2005-07-05T21:41:23Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.21</id>
<created>2005-07-05T21:41:23Z</created>
<summary type="text/plain">テストだよん...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>テストだよん</p>]]>

</content>
</entry>
<entry>
<title>test</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/test.html" />
<modified>2006-03-15T15:03:57Z</modified>
<issued>2005-07-05T21:40:53Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.20</id>
<created>2005-07-05T21:40:53Z</created>
<summary type="text/plain">test jcode...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>test jcode</p>]]>

</content>
</entry>
<entry>
<title>$BF|K\8l$@$h(B</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/bfk8lhb.html" />
<modified>2006-03-15T15:03:57Z</modified>
<issued>2005-07-05T21:23:56Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.19</id>
<created>2005-07-05T21:23:56Z</created>
<summary type="text/plain">$B%7%s%0%k$J$i$$$$$+$J(B...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>$B%7%s%0%k$J$i$$$$$+$J(B</p>]]>

</content>
</entry>
<entry>
<title>test title</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/test_title.html" />
<modified>2006-03-15T15:03:57Z</modified>
<issued>2005-07-05T21:18:35Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.18</id>
<created>2005-07-05T21:18:35Z</created>
<summary type="text/plain">test body...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>test body</p>]]>

</content>
</entry>
<entry>
<title>perl モジュール</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/perl.html" />
<modified>2006-03-15T15:03:56Z</modified>
<issued>2005-07-05T15:03:52Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.16</id>
<created>2005-07-05T15:03:52Z</created>
<summary type="text/plain">perlモジュールをCPANでinstallする方法。 perl -MCPAN ...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>perlモジュールをCPANでinstallする方法。</p>

<p>perl -MCPAN -e shell</p>

<p>m /POP3/<br />
としてモジュールを探す。</p>

<p>そいで、</p>

<p>install なんちゃら<br />
でインストール。</p>

<p>異様に時間がかかるけどなんでだろう。<br />
</p>]]>

</content>
</entry>
<entry>
<title>複数のブログでテンプレート共有</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/post_1.html" />
<modified>2006-03-15T15:03:56Z</modified>
<issued>2005-07-01T18:58:29Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.15</id>
<created>2005-07-01T18:58:29Z</created>
<summary type="text/plain">複数のブログでどうやったらテンプレートを共有できるか考える。 一部だけ共有できる...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>複数のブログでどうやったらテンプレートを共有できるか考える。<br />
一部だけ共有できると吉。<br />
</p>]]>

</content>
</entry>
<entry>
<title>mbox</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/07/mbox.html" />
<modified>2006-03-15T15:03:56Z</modified>
<issued>2005-07-01T10:31:19Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.13</id>
<created>2005-07-01T10:31:19Z</created>
<summary type="text/plain">mboxは、 From office@toshinao.com  Wed May...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>mboxは、</p>

<p>From office@toshinao.com  Wed May 11 18:56:18 2005<br />
Return-Path: <office@toshinao.com><br />
ほにゃらら～。</p>

<p>ってな感じで、From:とは別に、From をつけて一つ一つのメールを分けているらしい。</p>

<p><br />
</p>]]>

</content>
</entry>
<entry>
<title>RSS</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/06/rss.html" />
<modified>2006-03-15T15:03:55Z</modified>
<issued>2005-06-27T09:04:54Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.9</id>
<created>2005-06-27T09:04:54Z</created>
<summary type="text/plain">マイクロソフトがRSSにマジらしい。 Internet Watchより。 ...</summary>
<author>
<name>toshinao</name>


</author>

<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>マイクロソフトがRSSにマジらしい。<br />
<a href="http://internet.watch.impress.co.jp/cda/news/2005/06/27/8156.html">Internet Watch</a>より。<br />
</p>]]>

</content>
</entry>
<entry>
<title>ブログを外部からコントロール</title>
<link rel="alternate" type="text/html" href="http://www.toshinao.com/blogs/program/archives/2005/06/post.html" />
<modified>2006-03-15T15:03:54Z</modified>
<issued>2005-06-26T02:23:16Z</issued>
<id>tag:www.toshinao.com,2005:/blogs/program/5.5</id>
<created>2005-06-26T02:23:16Z</created>
<summary type="text/plain">ブログペットがどうやって投稿しているのか調べた。 mt-xmlrpc.cgiとい...</summary>
<author>
<name>toshinao</name>


</author>
<dc:subject>ネット</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.toshinao.com/blogs/program/">
<![CDATA[<p>ブログペットがどうやって投稿しているのか調べた。<br />
mt-xmlrpc.cgiというプログラムがデフォルトでMovable Typeにインストールされていた。<br />
XMLを使って、やり取りするプログラムらしい。<br />
ここにもでてきたXML。<br />
WindowsでプログラミングしようとおもったらVisual StudioにXML関連のモジュールってあるんだろうか。<br />
グーグルするとプログラム関連だとlinuxがヒットすることがおおい今日この頃。<br />
Visual Studioはヘルプが膨大だから、ネットでかかれるまでもないのかな。</p>

<p>あとRSSの知識ももいまどき必須っぽい。<br />
ATOMってなんだろう。いまからならATOMなのか。<br />
</p>]]>

</content>
</entry>

</feed>