リンク: [ホーム] [自己紹介] [リンク集] [アルバム] [ソフトウェア] [発表文献] [その他]

まさおのChangeLogメモ / 2003-01-14

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

2003-01-14 Tue

* PHP4

cf. [2002-05-24]
php-4.3.0 を入れなおしてみる。

% ./configure --enable-mbstring --enable-mbstr-enc-trans \
        --enable-mbregex --with-apxs=/usr/local/apache/bin/apxs \
        --with-openssl \
        --with-db3 --with-png --with-zlib \
        --with-bz2 --enable-exif \
        --with-gd --enable-gd-native-ttf --with-ttf \
        --with-jpeg-dir=/usr/local --with-zlib-dir=/usr/local \
        --with-png-dir=/usr/local \
        --with-gettext --with-iconv --with-dom \
        --with-dom-xslt --with-dom-exslt
% make
% sudo make install

* msearch

http://www.kiteya.net/script/msearch/
「タダなび」で使っていた Web 用全文検索エンジン。

Perl で書かれていてよくできている感じ。
ソースもきれいなのでナイス。

* 授業をよくする方法 - 若い大学教師への助言 -

from [ARG-150]
http://www0.let.kumamoto-u.ac.jp/cs/cu/021216useful.html
非常におもしろい。
色んな意味でタメになるかも。