ScrollZ is an IRC client based on ircII with many enhancements (colors,
userlists, enhanced scripting, and more). The main difference from
other clients is that it implements many useful features that you would
normally find in a script, thus making it faster than such scripts
paired up with ircII.
It also has many unique features, such as three-line status bars, CDCC
(which has reget/resend ability), and its environment is highly
customizable.
HITCHCOCK'S BIBLE NAMES Dictionary was produced by Mr. Brad Haugaard.
This file is converted from the original dictionary into JIS X 4081
format (that is a subset of EPWING V1) by FreePWING. So this can be
used by EPWING viewers on Unix and the other OS (e.g. Windows or
MacOS).
o URL for the original dictionary:
ftp://ccel.wheaton.edu/ebooks/HTML/bible_names/
o URL for this converted dictionary:
This flower dictionary was produced by Mr. Yoshio Kobayashi. This
file is converted from the original dictionary into JIS X 4081 format
(that is a subset of EPWING V1) by FreePWING. So this can be used by
EPWING viewers on Unix and the other OS (e.g. Windows or MacOS).
o URL for the original dictionary:
http://www.inv.co.jp/~yoshio/DW/Flower/Flower.htm
o URL for this converted dictionary:
This is an abbreviation (alphabet-->Japanese) dictionary whose
Japanese name is Ryakugo Jisyo. It was produced by Fumeikai Ryakugo
Jiten Hensyu committee.
This file is converted from the original dictionary into JIS X 4081
format (that is a subset of EPWING V1) by FreePWING. So this can be
used by EPWING viewers on Unix and the other OS (e.g. Windows or
MacOS).
o URL for the original dictionary:
http://www1.nisiq.net/~cpulot/Dic.htm
o URL for this converted dictionary:
This Japanese <--> English dictionary for Life Science was produced by
Lsd Project. This file is converted from the original dictionary
into JIS X 4081 format (that is a subset of EPWING V1) by
FreePWING. So these can be used by EPWING viewers on Unix and the
other OS (e.g. Windows or MacOS).
o URL for the original dictionary:
http://lsd.pharm.kyoto-u.ac.jp/
o URL for this converted dictionary:
This Esperanto-Japanese dictionary was produced by Mr. HIROTAKA
Masaaki. This file is converted from the original dictionary into JIS
X 4081 format (that is a subset of EPWING V1) by FreePWING. So this
can be used by EPWING viewers on Unix and the other OS (e.g. Windows
or MacOS).
o URL for the original dictionary:
http://www2.saganet.ne.jp/vastalto/
o URL for this converted dictionary:
This module provides methods to convert different written forms of
Japanese into one another. It enables conversion between romanized
Japanese, hiragana, and katakana. It also includes a number of
unusual encodings such as Japanese braille and morse code, as well as
conversions between Japanese and Cyrillic and Hangul. It also handles
conversion between the Chinese characters (kanji) used before and
after the character reforms of 1949, as well as the various bracketed
and circled forms of kana and kanji.
This dictionary is an abbreviation (alphabet-->Japanese) dictionary
whose Japanese name is "Ryakugo Jisyo". It was produced by Mr. Yoshio
Kobayashi.
This file is converted from the original dictionary into JIS X 4081
format (that is a subset of EPWING V1) by FreePWING. So this can be
used by EPWING viewers on Unix and the other OS (e.g. Windows or
MacOS).
o URL for the original dictionary:
http://www.inv.co.jp/~yoshio/DW/Ryaku/Ryaku.htm
o URL for this converted dictionary:
xGate is a webmail system.
o Implement as Java Servlet.
o Support IMAP4rev1 and POP3 back-end mail engine.
o Provide mails to PC, mobile-phones and PDA with
high security method.
o Supported by Orangesoft Inc with low cost management.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
If you can use apache 2.2 and mod_proxy_ajp, add following
lines to httpd.conf:
LoadModule proxy_module libexec/apache22/mod_proxy.so
LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so
ProxyPass /xgate/ ajp://localhost:8009/xgate/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
A suite of classes that extend or augment the Java Collections Framework.
There are certain holes left unfilled by Sun's implementations, and the
Jakarta-Commons Collections Component strives to fulfill them. Among the
features of this package are:
Special-purpose implementations of Lists and Maps for fast access Adapter
classes from Java1-style containers (arrays, enumerations) to Java 2-style
collections. Methods to test or create typical set-theory properties of
collections such as union, intersection, and closure.