2006-08-17から1日間の記事一覧

Notify::XMPP 0.03

- 最新版はこのへんにあるす。 変更点 コネクション張るのを1回だけにした。(0.02までは、entryごとに接続/切断を繰り返してたのでした) Google Talkに接続できるようにした。ただし、XML::Streamをちと変更する必要あり(後述) pod書いた。

XMPP Specs

SASL

RFC 4422 Simple Authentication and Security Layer (SASL) RFC 2195 IMAP/POP AUTHorize Extension for Simple Challenge/Response (CRAM-MD5) RFC 2595 Using TLS with IMAP, POP3 and ACAP (PLAIN) Google TalkはSASL PLAINのみ対応、ただしstarttls必須…

Linuxでiptablesを使ってDSRする

1. リアルサーバ側にもグローバルIPを振る必要がある(IPが少ないところは結構きついかも).リアルサーバでは、VIPをループバックインターフェースにIP aliasすればいいので、リアルサーバの数だけグローバルIPアドレスを消費するってことはないような。(誤読…

my.cnfで外部ファイルをinclude

某Sさんに教えてもらいました。m(_ _)m Beginning with MySQL 5.0.4, it is possible to use !include directives in option files to include other option files and !includedir to search specific directories for option files. For example, to inclu…

ORG_mode_Manual - Emacsでアウトライン ORG-Mode マニュアルの翻訳

Mac OS X付属の「計算機」が無駄に高機能な件

mac

8進、10進、16進の変換 0、1のバイナリ表現 入力した数値をUCS2とした場合のグリフ その他、ようわからんちんなボタンたち スゴ。ちなみに、10進→16進数変換はこんなsh関数でもできるすね。 d2h () { for i in $(echo $*|tr 'a-z' 'A-Z'); do echo -e "obase…

MochiKit

js

MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world…

PlotKit - Javascript Chart Plotting | liquidx

js

PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support.

FD/CDブートなロードバランサ(など多数の機能)を提供するLinuxディストロ

IPnuts IPnuts は ネットワークアプライアンス用OSとして開発された、リナックスのディストリビューションです。IPnutsはパソコンを利用して、ファイアーウォール、VPN装置、ロードバランサーを構築します。 いっかい、デモを見せてもらったことがあるんです…