<?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:dc="http://purl.org/dc/elements/1.1/"
 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xml:lang="ja">
<channel rdf:about="https://rssblog.ameba.jp/vanguard-innovations/rss.html">
<title>知識とテクノロジーとその未来</title>
<link>https://ameblo.jp/vanguard-innovations/</link>
<description>やってみた、読んでみた、行ってみたことの紹介など</description>
<dc:language>ja-jp</dc:language>
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11263314923.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11263310589.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11241049489.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11240067624.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11239815019.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11239767137.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11149022301.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11148424420.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11135453180.html" />
<rdf:li rdf:resource="https://ameblo.jp/vanguard-innovations/entry-11126310235.html" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11263314923.html">
<title>Python　インストール 2</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11263314923.html</link>
<description>
Pythonをインストールして使い始めた。インストールがうまくいかないことが多い。Windows 7 64bitを使っているのが原因であるみたいだ。モジュールをインストールする際は非公式サイトの下記を利用するとうまくいくことが分かった。http://www.lfd.uci.edu/~gohlke/pythonlibs/
</description>
<dc:date>2012-05-29T00:16:51+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11263310589.html">
<title>Pythonのインストールの覚書</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11263310589.html</link>
<description>
Python2.7をインストールした際の覚え書き。Perlをインストールしたときよりも多少てこずった。基本的には以下のサイトを参照した。http://www.pythonweb.jp/install/http://d.hatena.ne.jp/uriyuri/20080325/1206458586 本家のサイトhttp://pypi.python.org/pypi/setuptools 大事な点・Pathを通す。Python, Phytho&#92;Scripts, ・easy_install を使える
</description>
<dc:date>2012-05-29T00:14:03+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11241049489.html">
<title>Processing を触ってみる（１）</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11241049489.html</link>
<description>
Processing というソフトを最近知った。http://processing.org/ビジュアルなプログラミングを簡単に行うためのプログラミングソフトらしい。WikipediaによるとMITのメディアラボで作られたもののようだ。ダウンロードページから1.5.1をダウンロードし、展開するだけで使える。僕はさらにControlP５というGUIのライブラリも追加した。http://www.sojamo.de/libraries/controlP5/ ControlP5もダウンロードし、付属のテキ
</description>
<dc:date>2012-05-04T09:34:34+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11240067624.html">
<title>mbedを触ってみる（３）</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11240067624.html</link>
<description>
次に試してみたのは、PS3コントローラーとの接続以下のサイトを参考にした。http://blog.goo.ne.jp/roboz80/e/10e7bf38d3a63b996ca2894e9fb5e3b6USB bluetoothドングルは昔買ったbluetooth用のレシーバー（corega製）を用いた。PS3_BlueUSBをインポートしてコンパイル。http://mbed.org/users/BartJanssens/programs/PS3_BlueUSB/lq9h2hTera Termに
</description>
<dc:date>2012-05-03T08:49:18+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11239815019.html">
<title>mbedを触ってみる（2）</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11239815019.html</link>
<description>
mbedの応答を見るにはUSBを使ってシリアル通信するらしい。調べて結果以下の通り。１）http://mbed.org/handbook/Windows-serial-configurationでPCにソフトをダウンロードする。2)tera termっいうソフトをダウンロードしてインストール。3)http://mbed.org/handbook/Terminalsを参照してTera Term 経由で応答をみる。#include &quot;mbed.h&quot;              Serial pc(US
</description>
<dc:date>2012-05-02T22:48:26+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11239767137.html">
<title>mbedを触ってみる（１）</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11239767137.html</link>
<description>
mbedというものを買ってみた。マイコンを触ってみたかっのでmbedを買うことにした。Amazon経由できばん本舗からmbed NXP LPC1768 と☆ボードオレンジ　を購入。きばんとオレンジボートをはめ込んで、USBで接続。ドライブとしてまず認識されるので、それをクリックするとhtmlファイルがある。ユーザー登録をすると自分のページがもてる。hello world のファイルを探して、importしてコンパイル。コンパイルしたファイルは直接mbedのフォルダにコピー。mbedの真ん中の「リ
</description>
<dc:date>2012-05-02T22:17:55+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11149022301.html">
<title>Microsoft Academic search で引用関係を探ってみる（１）</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11149022301.html</link>
<description>
論文の引用、被引用の関係を視覚化したいと前から思っていた。つながり分析はGephiやPajekを用いてできそうだ。元になるデーターはWeb of scienceから取ることもできるが、今回は無料で使えるMicrosoft Academic search （http://academic.research.microsoft.com/）を用いることにした。まず、身近な領域で著名な研究者とその論文リスト（A)、その論文が引用した論文リスト（B)、その論文を引用した論文リスト（C)があれば良いのだが。
</description>
<dc:date>2012-01-29T02:46:16+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11148424420.html">
<title>地図のGPSデータ取得方法</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11148424420.html</link>
<description>
http://ds9.jaist.ac.jp:8080/ResearchData/sub/10/20101212.pdfを参考にした覚書。１．http://www.geocoding.jpで座標を調べる。２．https://proself2.jaist.ac.jp/public/OtPggAOIpgEAxEoBv70sixTeq2GkX_AbF9jYVg-ywjlFで緯度経度を平面直角座標系に変換する。３．Pajekなどで表示する。下方向がｘ、横方向がｙ、原点が左上になっているので、９０度回転さ
</description>
<dc:date>2012-01-28T13:48:04+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11135453180.html">
<title>ネットワーク分析</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11135453180.html</link>
<description>
ネットワーク分析に興味があて調べていたら、DephiとPajekに行きついた。Dephiのほうがデザイン性が高い。Dephiは属性を任意につけられるから、おもしろそう。世の中に散らばるテクノロジー情報を分析できないか、方法を検討中。
</description>
<dc:date>2012-01-14T13:05:52+09:00</dc:date>
</item>
<item rdf:about="https://ameblo.jp/vanguard-innovations/entry-11126310235.html">
<title>skype と 050 plus と 携帯電話</title>
<link>https://ameblo.jp/vanguard-innovations/entry-11126310235.html</link>
<description>
050 plus の通話料はどれくらいなのか調べてみた。Docomo42円-17.25円/分050 plus固定電話 8.4円/3分　（2.8円1分）携帯電話 16.8円/分skype固定電話  3.220円/分携帯     17.500円/分050 plus の方は315円かかるので、電話番号がいらいないという人は携帯電話：315/0.7＝450分固定電話：315/0.422&#61;766分以上かけないと050 plusはお得ではない。後は通話品質、アプリの使いやすさ次第であろう。
</description>
<dc:date>2012-01-04T12:36:26+09:00</dc:date>
</item>
</rdf:RDF>
