- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2006-02-16 Thu
Favicon Generator
- Reference
Favicon Generator
http://antifavicon.com/
- via
Visitors - fast web log analyzer
http://www.hping.org/visitors/
Spybot Search & Destroy の TeaTimer 文字化け修正のパッチ
- Reference
bottom dead center - ReMOSitory
http://bdc.s15.xrea.com/?option=com_remository&Itemid=59
bottom dead center - ReMOSitory - TeaTimer 1.4.0.2 文字化け修正ファイル
http://bdc.s15.xrea.com/component/option,com_remository/Itemid,59/func,fileinfo/id,9/
- via
子供、いらない:Spybot-S&D 1.4システム設定常駐保護のパッチ
http://blog.goo.ne.jp/mid_knight/e/3a77f7ed7ddef2ad96c042bfd0ca2291
はてなダイアリーキーワード連想語API
- Reference
はてなダイアリー - はてなダイアリーキーワード連想語APIとは
http://d.hatena.ne.jp/keyword/%a4%cf%a4%c6%a4%ca%a5%c0%a5%a4%a5%a2%a5%ea%a1%bc%a5%ad%a1%bc%a5%ef%a1%bc%a5%c9%cf%a2%c1%db%b8%ecAPI
- via
はてなダイアリー日記 - キーワード連想語API公開について
http://d.hatena.ne.jp/hatenadiary/20060215/1139987004
Selenium IDE - Web アプリケーションテストツール Selenium のテスト記述を容易にする
- Reference
Selenium: Selenium
http://www.openqa.org/selenium/
Selenium IDE: Selenium IDE
http://www.openqa.org/selenium-ide/
- via
[戯] Web アプリケーションテストツール Selenium のテスト記述から開放してくれる Firefox 拡張 Selenium IDE
http://cl.pocari.org/2006-02-15-3.html
2nd life - webアプリケーションテストツール seleniumがヤバすぎる
http://d.hatena.ne.jp/secondlife/20050525/1116947520
PHP の Easter Eggs
- Reference
Chris Shiflett: PHP Easter Eggs
http://shiflett.org/archive/191
- via
phpspot開発日誌 - PHPの隠し機能について
http://phpspot.org/blog/archives/2006/02/php_32.html
Google Cloud.com - Googleでタグクラウド
Googlecloud.com/japan - aggregating the wisdom and madness of the crowd
http://www.googlecloud.com/
百式 - コミュニティタグクラウド (Google Cloud.com)
http://www.100shiki.com/archives/2006/02/_google_cloudco.html
[観] Googlecloud が「叫び」の場になっている件
http://watcher.moe-nifty.com/memo/2006/02/googlecloud__d497.html
pool.ntp.org - public ntp time server for everyone
- Summary
一般に公開されている ntp server.
Debian の ntpdate でのデフォルトの同期先になっている.
- Reference
pool.ntp.org: the internet cluster of ntp servers
http://www.pool.ntp.org/
namazu の最新版を Debian で使うための apt-line
# binary deb http://www.namazu.org/debian sarge main # source deb-src http://www.namazu.org/debian sarge main
exploring enron - エンロンの電子メールを視覚化
- Reference
exploring enron | visual data mining
http://jheer.org/enron/
エンロン・コーパスファイル
http://www.ceas.cc/papers-2004/168.pdf
- via
米エンロン社の電子メール150万通:その利用法(下)
http://hotwired.goo.ne.jp/news/technology/story/20060202305.html
セキュリティホールmemo - 2006-02-01
http://www.st.ryukoku.ac.jp/%7Ekjm/security/memo/2006/02.html#20060201__enron
侵入傾向分析レポート
- Reference
LAC - JSOC Report
http://www.lac.co.jp/business/sns/intelligence/jsoc_report.html
- via
セキュリティホールmemo - 2006-02-07
http://www.st.ryukoku.ac.jp/%7Ekjm/security/memo/2006/02.html#20060207__JSOC
Blackhole DNS - 既知の悪性プログラムに関連するドメインのリスト
- Reference
the Bleeding Edge of Snort - Blackhole DNS
http://www.bleedingsnort.com/staticpages/?page=bhdns
Index of /blackhole-dns/files
http://www.bleedingsnort.com/blackhole-dns/files/
- via
セキュリティホールmemo - 2006-02-02
http://www.st.ryukoku.ac.jp/%7Ekjm/security/memo/2006/02.html#20060202__DNS
[Snort-users-jp:01937] Updated Malware Domain List
http://www.snort.gr.jp/MLarchive/snort-users-jp/2006-February/001936.html
Mozilla Firefox における弱い暗号化を無効化する設定
- Summary
Firefox には SSL2 無効化はあっても弱い暗号の無効化設定がない.
user.js を変更して,弱い暗号を無効化.
- user.js
user_pref("security.enable_ssl2", false); user_pref("security.ssl2.des_64", false); user_pref("security.ssl2.rc2_128", false); user_pref("security.ssl2.rc2_40", false); user_pref("security.ssl2.rc4_128", false); user_pref("security.ssl2.rc4_40", false); user_pref("security.ssl3.dhe_dss_des_sha", false); user_pref("security.ssl3.dhe_rsa_des_sha", false); user_pref("security.ssl3.rsa_1024_des_cbc_sha", false); user_pref("security.ssl3.rsa_1024_rc4_56_sha", false); user_pref("security.ssl3.rsa_des_sha", false); user_pref("security.ssl3.rsa_fips_des_sha", false); user_pref("security.ssl3.rsa_rc2_40_md5", false); user_pref("security.ssl3.rsa_rc4_128_md5", false); user_pref("security.ssl3.rsa_rc4_128_sha", false); user_pref("security.ssl3.rsa_rc4_40_md5", false);
- Reference
おおいわのこめんと(2005-09-24)
http://www.oiwa.jp/~yutaka/tdiary/20050924.html#p01
おおいわのこめんと(2005-09-23)
http://www.oiwa.jp/~yutaka/tdiary/20050923.html#p02
- via
セキュリティホールmemo - 2006-02-07
http://www.st.ryukoku.ac.jp/%7Ekjm/security/memo/2006/02.html#20060207__Firefox
ウェブ進化論 本当の大変化はこれから始まる

- Reference
ウェブ進化論 本当の大変化はこれから始まるちくま新書 : 本
- via
たつをのChangeLog - 2006-02-08
http://chalow.net/2006-02-08-4.html
Rubrica
- Summary
Linux向けアドレス管理ソフトウェア
- Reference
MOONGIFT - Rubrica
http://oss.moongift.jp/intro/i-1136.html
MOONGIFT - Rubrica レビュー
http://oss.moongift.jp/review/i-1145.html
点滴バー
- Reference
スラッシュドット ジャパン | バー感覚で気軽に点滴
http://slashdot.jp/article.pl?sid=06/02/10/0825224
ADSLよりも速いG-podによる高速プロトコルSNAP
- Reference
Slashdot Japan - ADSLよりも速いG-podによる高速プロトコルSNAP
http://slashdot.jp/comments.pl?sid=301438&cid=881472
IE7におけるCSSサポートの改善
IEBlog : Improving the CSS 2.1 strict parser for IE 7
http://blogs.msdn.com/ie/archive/2005/09/02/460115.aspx
IE7におけるCSSサポートの改善 | Web標準Blog | ミツエーリンクス
http://standards.mitsue.co.jp/archives/000076.html
Google Toolbar Spell Check API
- Reference
Google Toolbar Spell Check API
http://weblogs.asp.net/pwelter34/archive/2005/07/19/419838.aspx
amix.dk : GoogieSpell - Gmail like spell checker
http://amix.dk/googiespell
- via
[戯] Google Toolbar Spell Check API とは
http://cl.pocari.org/2006-02-14-2.html
[戯] Ajax と Google Toolbar Spell Check API を使ったスペルチェッカー
http://cl.pocari.org/2006-02-14-1.html
dBug - PHP のデバッグを容易にする変数表示ライブラリ
- Reference
dBug
http://dbug.ospinto.com/
[2004-12-04-7] Tulpes PHP4 Debug Helper
- via
[戯] PHP のデバッグが楽になる?変数の情報を見やすく表示する dBug
http://cl.pocari.org/2006-02-13-3.html
今日から使える JavaScript カスタム関数トップ 10
- Reference
Web Standards with Imagination - Top 10 custom JavaScript functions of all time
http://www.dustindiaz.com/top-ten-javascript
- via
[戯] 今日から使える JavaScript カスタム関数トップ 10
http://cl.pocari.org/2006-02-13-2.html
Canvas Graph library - canvas を使った JavaScript によるグラフ描画ライブラリ
- Reference
Announcement: new Javascript/Canvas Graph library
http://aslakhellesoy.com/articles/2006/02/09/announcement-new-javascript-canvas-graph-library
OpenSpace - HTMLタグリファレンス - <canvas>タグ
http://www.openspc2.org/HTML/appendix/canvas_param/title.html
- via
[戯] canvas を使った JavaScript によるグラフ描画ライブラリ
http://cl.pocari.org/2006-02-13-1.html
- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12