<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.mylibe.net/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>メモ置き場</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/"/>
    <id>http://wiki.mylibe.net/</id>
    <updated>2010-09-08T18:42:31+09:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://wiki.mylibe.net/feed.php" />
    <entry>
        <title>apache</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/apache?rev=1254489435"/>
        <published>2009-10-02T22:17:15+09:00</published>
        <updated>2009-10-02T22:17:15+09:00</updated>
        <id>http://wiki.mylibe.net/apache?rev=1254489435</id>
        <summary>apacheをいつもソースからインストールしているしているため、パッケージシステムに則った作法を知らないので勉強する
sudo apt-get install apache2 apache2-mpm-prefork apache2-utils
sudo apt-get install php5 libapache2-mod-php5

いきなりデーモン立ち上がるとかうざいよね</summary>
    </entry>
    <entry>
        <title>c_cplusplus</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/c_cplusplus?rev=1264139261"/>
        <published>2010-01-22T14:47:41+09:00</published>
        <updated>2010-01-22T14:47:41+09:00</updated>
        <id>http://wiki.mylibe.net/c_cplusplus?rev=1264139261</id>
        <summary>*  C++リファレンス
	*  オブジェクト指向





typedef std::vector&lt;int&gt; intvector;

intvector vec = intvector(100);
// -&gt; vec.size = 100, vec.capacity = 100

vec.clear();
// -&gt; vec.size = 0, vec.capacity = 100

intvector().swap(vec);
// -&gt; vec.size = 0, vec.capacity = 0

vec.reserve(100);
vec.push_back(0);
// -&gt; vec.size = 1, vec.capacity = 100

intvector(vec).swap(vec);
// -&gt; vec.size = 1, vec.capacity = 1</summary>
    </entry>
    <entry>
        <title>cheetsheet</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/cheetsheet?rev=1265376315"/>
        <published>2010-02-05T22:25:15+09:00</published>
        <updated>2010-02-05T22:25:15+09:00</updated>
        <id>http://wiki.mylibe.net/cheetsheet?rev=1265376315</id>
        <summary>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;



&lt;img align=&quot;left&quot; style=&quot;float: left;&quot;/&gt;



&lt;br clear=&quot;all&quot;/&gt;&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;



&lt;a accesskey=&quot;&quot;&gt;&lt;/a&gt;



&lt;object declare id=&quot;xxx&quot; data=&quot;ファイル名.3gp&quot; type=&quot;video/3gpp&quot;&gt;
  &lt;param name=&quot;stream-type&quot; value=&quot;10&quot; valuetype=&quot;data&quot;&gt;
&lt;/object&gt;
&lt;a href=&quot;#xxx&quot;&gt;ストリーミング&lt;/a&gt;</summary>
    </entry>
    <entry>
        <title>markdown</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/markdown?rev=1265164414"/>
        <published>2010-02-03T11:33:34+09:00</published>
        <updated>2010-02-03T11:33:34+09:00</updated>
        <id>http://wiki.mylibe.net/markdown?rev=1265164414</id>
        <summary>*  &lt;http://blog.2310.net/archives/6&gt; 
日本語リファレンス
	*  &lt;http://daringfireball.net/projects/markdown/syntax&gt; 
本家リファレンス
	*  &lt;http://en.wikipedia.org/wiki/Markdown&gt; 
Wikipediaにもリファレンスがあった


- list1
- list2
 - list3
- list1
 - list2
   - list3</summary>
    </entry>
    <entry>
        <title>mysql</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/mysql?rev=1251162963"/>
        <published>2009-08-25T10:16:03+09:00</published>
        <updated>2009-08-25T10:16:03+09:00</updated>
        <id>http://wiki.mylibe.net/mysql?rev=1251162963</id>
        <summary>*   &lt;http://www.mysql.com/&gt;
		*   &lt;http://www-jp.mysql.com/&gt;

	*   &lt;http://www.mysql.gr.jp/&gt;
	*   &lt;http://nippondanji.blogspot.com/search/label/mysql&gt;
	*   &lt;http://www.mysqlpracticewiki.com/index.php/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8&gt;</summary>
    </entry>
    <entry>
        <title>postgresql</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/postgresql?rev=1259341217"/>
        <published>2009-11-28T02:00:17+09:00</published>
        <updated>2009-11-28T02:00:17+09:00</updated>
        <id>http://wiki.mylibe.net/postgresql?rev=1259341217</id>
        <summary>*  &lt;http://www.postgresql.jp/&gt;
	*  &lt;http://pgfoundry.org/&gt;
	*  &lt;http://lets.postgresql.jp/&gt;
		*  目的別ガイド：チューニング編
		*  目的別ガイド：運用管理編

	*  &lt;http://handsout.jp/slide/1150&gt;
		*  JPUGの人が作ったスライド。とても勉強になる！</summary>
    </entry>
    <entry>
        <title>programming_collective_intelligence</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/programming_collective_intelligence?rev=1251219999"/>
        <published>2009-08-26T02:06:39+09:00</published>
        <updated>2009-08-26T02:06:39+09:00</updated>
        <id>http://wiki.mylibe.net/programming_collective_intelligence?rev=1251219999</id>
        <summary>*  &lt;http://www.oreilly.co.jp/books/9784873113647/&gt;
	*  &lt;http://oreilly.com/catalog/9780596529321/index.html&gt;

chapter2

recommendations.py -&gt; recommendations.rb

映画評論家データ
今まで評価した映画の名前と評価値



# critics == 批評家, 鑑定家, 批判者, 評論家
critics = {
  'Lisa Rose' =&gt; {
    'Lady in the Water' =&gt; 2.5,
    'Snakes on a Plane' =&gt; 3.5,
    'Just My Luck' =&gt; 3.0,
    'Superman Returns' =&gt; 3.5,
    'You, Me and Dupree' =&gt; 2.5,
    'The Night Listener' =&gt; 3.0
  },
  'Gene Seymour' =&gt; {
    'Lady in the Water' =&gt; 3.0,
…</summary>
    </entry>
    <entry>
        <title>screen</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/screen?rev=1255540259"/>
        <published>2009-10-15T02:10:59+09:00</published>
        <updated>2009-10-15T02:10:59+09:00</updated>
        <id>http://wiki.mylibe.net/screen?rev=1255540259</id>
        <summary>prefix + C-c new window
prefix + C-n next window
prefix + C-p previous window
prefix + K   kill window



bind 'U' eval &quot;encoding utf8&quot; &quot;stuff 'export LANG=ja_JP.UTF-8\012'&quot;
bind 'E' eval &quot;encoding euc&quot; &quot;stuff 'export LANG=ja_JP.EUC-JP\012'&quot;


	*  &lt;http://www.catonmat.net/blog/screen-terminal-emulator-cheat-sheet/&gt;</summary>
    </entry>
    <entry>
        <title>sidebar</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/sidebar?rev=1258682068"/>
        <published>2009-11-20T10:54:28+09:00</published>
        <updated>2009-11-20T10:54:28+09:00</updated>
        <id>http://wiki.mylibe.net/sidebar?rev=1258682068</id>
    </entry>
    <entry>
        <title>start</title>
        <link rel="alternate" type="text/html" href="http://wiki.mylibe.net/start?rev=1258571407"/>
        <published>2009-11-19T04:10:07+09:00</published>
        <updated>2009-11-19T04:10:07+09:00</updated>
        <id>http://wiki.mylibe.net/start?rev=1258571407</id>
    </entry>
</feed>
