Welcome
to in2's download page
(back to main page)
slides
reports
-
Google Inc. final report (microsoft word format)
and
final presentation (microsoft powerpoint format)
(both in traditional chinese)
for the class 'Strategies of Software industry' (2004 fall)
with Keng-Hao Chang and Shao-Yu Cheng.
utilities
-
EasyRRD
is a wrapper for the
rrdtool.
See the manuals for detalis,
and you could download it here .
(warning: EasyRRD is still in alpha release now.)
-
exportssh
is a very simple tunnel program. This program allows you
to connect to a server port (typically port 22 for sshd)
behind nat if you have another server with static ip.
-
ModPerl::RegistryPrefork.pm
for apache 2.x with
mod_perl2
to change path to where the program is first.
WARNING: this is NOT thread safe. so do NOT use this in MPM worker.
(thanks for orignal url)