memo.xight.org

日々のメモ

手塚治虫の十七回忌

Summary

  2005-02-09 が手塚治虫の十七回忌
  總禅寺に手塚治虫のお墓がある.
  「陽だまりの樹」の手塚良仙の墓石もある.
  山手線の大塚駅から都電荒川線の新庚申塚駅で降り,朝日小学校に向かって歩くとあるらしい.
東京都豊島区巣鴨5-32

Reference

  mixi - 手塚治虫コミュニティ
  http://mixi.jp/view_bbs.pl?id=7123

vim 6.3 - Source からの Install

解凍

$ tar -xjvf vim-6.3.tar.bz2
$ tar -xzvf vim-6.3-extra.tar.gz
$ tar -xzvf vim-6.3-lang.tar.gz

パッチをあてる

$ cat ../patches/6.3.* | patch -p0

configure , make

$ ./configure --enable-multibyte \
              --with-features=big \
              --disable-gui \
              --without-x
$ make
$ make test
# make install

誕生B - ブログの誕生日

Summary

  ChangeLog開始日は2002年11月28日[2002-11-28-1]
  今年(2005年)で3年目.

Reference

  blog-m - 2005-02-06 - ブログの誕生日
  http://yaplog.jp/blog-m/archive/480
  blog-m - 2005-02-06 - みんなのブログ誕生日
  http://yaplog.jp/blog-m/archive/481

via

  TABASCO PEPPER - 2005-02-07 - ブログの誕生日
  http://tabasco-pepper.com/log/eid798.html

VI-bindings in Mozilla Firefox

Firefox\res\builing\userHTMLBindings.xml (Johan Fredin - VI-bindings in Mozilla Firefox より)

<?xml version="1.0"?>
<!-- In order to work correctly, this file must be named -->
<!-- res/builtin/userHTMLBindings.xml in the mozilla tree. -->

<bindings id="htmlBindings"
	xmlns="http://www.mozilla.org/xbl"
	xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
	
	<binding id="browserUser">
		<handlers>
			<handler event="keypress" key="k" command="cmd_scrollLineUp"/>
			<handler event="keypress" key="j" command="cmd_scrollLineDown"/>
			<handler event="keypress" key="l" command="cmd_scrollRight"/>
			<handler event="keypress" key="h" command="cmd_scrollLeft"/>
		</handlers>
	</binding>
	
</bindings>


user.js (Johan Fredin - VI-bindings in Mozilla Firefox より)

// Find As You Type Configuration:
// Set this pref to false to disable Find As You Type:
user_pref("accessibility.typeaheadfind", true);
// If you set this pret to true, typing can automatically start Find As You Type.
// If false (default), you must hit / (find text) or ' (find links) before your search.
user_pref("accessibility.typeaheadfind.autostart", false);
// Set this pref to false if you want Find As You Type to search normal text too:
user_pref("accessibility.typeaheadfind.linksonly", false);
// Set this pref to true if you require that the link starts with the entered text:
user_pref("accessibility.typeaheadfind.startlinksonly", false);
// This is the time in milliseconds for the Find As You Type to stop watching for keystrokes:
user_pref("accessibility.typeaheadfind.timeout", 3000);


Reference

  Johan Fredin - VI-bindings in Mozilla Firefox (formerly Firebird)
  http://legonet.org/~griffin/firefox_vi-bindings.html

via

  TokuLog! - 2005-02-08
  http://tokuhirom.dnsalias.org/~tokuhirom/cl/2005-02-08-1.html

ロッテの小露

Summary

  小梅ちゃんの初恋の人「真さん」をイメージしたぶどう味のキャンディ「小露」が発売
  小梅と同様,包み紙の裏には,真に関するメモが書いてある.
・学生服に黒マントが特徴の旧制一高生.真も愛用しています.
・学業熱心で努力家な真.英国留学をめざしています.
・真は名門・綾小路家の一人息子.乗馬が得意な旧制一高生.
・下駄は,真が通う旧制一高生のトレードマークです.
・まじめで照れ屋な真は,いつも学生帽を深くかぶっています.
・真は17歳.さそり座のA型.性格は,まじめでロマンチスト.
・普段の真は「かすりの着物」で過ごしています.
Amazon - 本: 小梅ちゃん—初恋すとおりい
  

Reference

  ロッテ - 商品カタログ - 小梅シリーズ
  http://www.lotte.co.jp/products/candy/02.html
本: 小梅ちゃん—初恋すとおりい
  ロッテの小梅[2005-01-17-2]

使い捨て専用メールアドレス dodgeit

Summary

  使い捨てメールアドレスをなんの設定もせずに作れるサイト.
  作ったメールアドレスに送ったメールは誰にでも読める.
  RSS feed も有る.

Reference

  dodgeit - free. receive-only. email. no set up. rss.
  http://www.dodgeit.com/

via

  たつをのChangeLog - 2004-12-27
  http://chalow.net/2004-12-27-3.html

track feed

Summary

  Webサイトにリンクが張られたら瞬時にRSSで配信
  生成されたスクリプトをHPに貼るだけで,他のサイトからリンクが張られたことを瞬時にRSSでお知らせ

RSS

  apollo.u-gakugei.ac.jp に張られたリンク
  http://trackfeed.com/rss.php?r=b78ab5d1502jFt
  apollo.u-gakugei.ac.jp に張られたリンク (no spam)
  http://trackfeed.com/rss.php?r=b78ab5d1502jFt&nospam
  xight.org に張られたリンク
  http://trackfeed.com/rss.php?r=f2fb2cb0dafTMd
  xight.org に張られたリンク (no spam)
  http://trackfeed.com/rss.php?r=f2fb2cb0dafTMd&nospam
  ランキング
  http://trackfeed.com/rankrss.php?r=b78ab5d1502jFt

埋めるscript

  <script src="http://trackfeed.com/usr/b78ab5d150.js"></script>

Reference

  track feed
  http://trackfeed.com/