memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2006-07-25 Tue

PHP から Instant Messenger を操作するライブラリ

- flumpCakes
PHP から MSN Messenger を操作するライブラリ

<?php
include('msnp9.class.php');
include('msn_sb.class.php');
 
$msn = new msn;
 
if ($msn->connect('EMAIL@hotmail.com', 'PASSWORD'))
{
	$msn->rx_data();
}
?>


- Grab Yahoo
PHP から Yahoo! Messenger を操作するライブラリ

- Reference
PHP MSN Messenger Class : flumpCakes
http://flumpcakes.co.uk/php/msn-messenger

PHP Classes - Class: Grab Yahoo
http://www.phpclasses.org/browse/package/3127.html

- via
phpspot開発日誌 - 2006-07-25 - PHPからMSN Messengerを操作するクラスライブラリ : flumpCakes
http://phpspot.org/blog/archives/2006/07/phpmsn_messenge.html

カテゴリ: [PHP]

MovableType で時間を指定して投稿

- Summary
指定した時間に公開する「予約投稿」機能について.
MovableType 3.1 から予約投稿機能が利用できる.

tools/run-periodic-tasks を定期的に実行すれば良い.

- cronによる設定
$ sudo -u www-data crontab -e

0,15,30,45 * * * * cd /var/www/blog ; ./tools/run-periodic-tasks



- Reference
Movable Type 3.2 マニュアル - Movable Type 3.1 の新機能 - 予約投稿
http://www.sixapart.jp/movabletype/manual/3.2/mt31.html#scheduled_posting

カテゴリ: [MovableType]

リンクについての考え方 - リンクの自由

- Reference
リンクについての琵琶湖博物館の考え方
http://www.lbm.go.jp/lnkplcy.html

羅針盤「「リンクについての考え方」公表に至る背景について」
http://www.ne.jp/asahi/coffee/house/ARG/compass-047.html

- via
www.textfile.org - リンクについての琵琶湖博物館の考え方
http://d.hatena.ne.jp/textfile/20060721/link

カテゴリ: [Memo]

ICFP Programming Contest

- Reference
ICFP Programming Contest, 2006
http://icfpcontest.org/

更新履歴兼雑記 - 2006-07-25 - ICFP Programming Contest
http://d.hatena.ne.jp/shinichiro_h/20060725#1153760624

d.y.d. - 2006-07-25
http://www.kmonos.net/wlog/63.html#_0214060725

think physically about computation. think computationally about physics. - 2006-07-25
http://d.hatena.ne.jp/nushio/20060725#p1

- via
www.textfile.org - 2006-07-25 - ICFP Programming Contest
http://d.hatena.ne.jp/textfile/20060725/icfppc

カテゴリ: [Memo]

マウスホイールのイベント検知

- Summary

ブラウザ event property 手前に回転
Internet Explorer onmousewheel WheelDelta
Firefox DOMMouseScroll detail
Opera onmousewheel WheelDelta,detail

- Reference
Mouse wheel programming in JavaScript
http://adomas.org/javascript-mouse-wheel/

Mouse wheel programming in JavaScript - Demo
http://adomas.org/javascript-mouse-wheel/test.html

JavaScript++かも日記: マウスホイールで拡大縮小
http://jsgt.org/mt/archives/01/000044.html

インフォシーク ホームページ作成 - マウスホイールで画像を拡大縮小する
http://iswebmag.hp.infoseek.co.jp/sample105.html

せつないぶろぐ : JavaScriptによるマウスホイールのイベント処理
http://f56.aaa.livedoor.jp/~tdnr/ppblog/?id=06060007

暴満館 - OperaのJavaScriptでマウスホイールを検知できるようになった
http://bmky.net/diary/log/1336.html

- via
GIGAZINE - マウスホイールの回転イベントをJavaScriptで検知する
http://gigazine.net/index.php?/news/comments/20060725_javascript_wheel/

カテゴリ: [JavaScript]

The Venice Project

- Summary
Kazaa, Skype の技術を利用した動画配信.
- Reference
Kazaa, Skype, and now "The Venice Project"
http://www.businessweek.com/bwdaily/dnflash/content/jul2006/db20060724_713810.htm?chan=tc&campaign_id=rss_tech

- via
GIGAZINE - Kazaa、Skype、そして次は「The Venice Project」
http://gigazine.net/index.php?/news/comments/20060725_the_venice_project/

カテゴリ: [Memo]

CSRFの脆弱性

- Reference
@IT - 「ぼくはまちちゃん」 ——知られざるCSRF攻撃
http://www.atmarkit.co.jp/fsecurity/column/ueno/33.html

ITmedia News - mixiで“チェーン日記”「広めないで」とミクシィ
http://www.itmedia.co.jp/news/articles/0606/21/news028.html

ITmedia エンタープライズ - 大量の「はまちちゃん」を生み出したCSRFの脆弱性とは?
http://www.itmedia.co.jp/enterprise/articles/0504/23/news005.html

カテゴリ: [Security]

base-configのエラー

- Summary
Package: base-config
Version: 2.53.10.1

インストール時にエラー発生.

Template #30 in /var/lib/dpkg/info/base-config.templates does not contain a 'Template:' line


- 対処法
/var/lib/dpkg/info/base-config.templates の 2271行目を削除.

# vi +2271 /var/lib/dpkg/info/base-config.templates
dd
:wq
# apt-get -f install

- Reference
最近のKamaQ - ハンガリー語のサイト
http://kamatei.dip.jp/~a-kamata/?itemid=45

Bug#372734: Template #30 in /var/lib/dpkg/info/base-config.templates does not contain a 'Template:' line
http://lists.debian.org/debian-boot/2006/06/msg00500.html

Bug#372734: marked as done (Template #30 in /var/lib/dpkg/info/base-config.templatesdoes not contain a 'Template:' line)
http://lists.debian.org/debian-boot/2006/06/msg00875.html

Sarge base-config update error - Hungarian Unix Portal
http://hup.hu/node/26236

Google Csoportok: hun.lists.mlf.linux-kezdo
http://groups.google.co.hu/group/hun.lists.mlf.linux-kezdo/tree/browse_frm/thread/c0843fe40a32dcce/df45941a1987180e?rnum=1&hl=hu&_done=%2Fgroup%2Fhun.lists.mlf.linux-kezdo%2Fbrowse_frm%2Fthread%2Fc0843fe40a32dcce%2Fdf45941a1987180e%3Fhl%3Dhu%26#doc_df45941a1987180e

カテゴリ: [Debian]
2006-07 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.