xcorp::When it rains, it pours.

"The nice thing about rain," said Eeyore, "is that it always stops. Eventually."

2005-02-05から1日間の記事一覧

ツールを作ろう

さてさて、移転もしたことだし、なんだかオラ、ワクワクしてきたゾ!(何 …ええと、アレだな。そう、ツールツールっと。 xlog 改め k2log 小汚いソースを全面改訂、フィルタ機能の実装、できればストリーム再構築機能(簡易版)の実装もしたいな SOAPモノ 単に…

move to hatena

というワケで、saposen.com からはてなに引っ越しました。これからもよろしくお願いします。なお、旧サイトで公開していたコンテンツはのちに復活予定です。終の終まで公開できなかった Secure Programming のコンテンツもおいおい書いていきたいと思います(…

and then...

xcorp@gw1:~/ > cc -o test test.c xcorp@gw1:~/ > test xcorp@gw1:~/ > UNIXの落とし穴(http://namazu.org/~satoru/misc/unix-sucks.html)より。

test program

#include <stdio.h> int main(void) { printf("Hello, Hatena world!\n"); }</stdio.h>