POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin
that provides DNS query facilities to the channels it occupies and via
private messaging.
It uses POE::Component::Client::DNS to do non-blocking DNS queries. By
default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor.
POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin
that provides DNSBL query facilities to the channels it occupies and via
private messaging.
It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries.
By default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor
POE::Component::IRC is a POE component (who'd have guessed?) which acts
as an easily controllable IRC client for your other POE components and
sessions. You create an IRC component and tell it what events your
session cares about and where to connect to, and it sends back
interesting IRC events when they happen. You make the client do things
by sending it events.
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.
lipsf is a text filter which converts plain text file
to LIPS (LIPSIII is default).
EUC and JIS KANJI codes are detected automatically.
pols is an interactive tool for printing through lipsf.
see /usr/local/share/doc/lipsf/ for details.
An example for startup:
Put lipsf entry to /etc/printcap file:
lipsf|lipsf printer:\
:lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh:
Nkf is a yet another kanji code converter among networks, hosts and
terminals. It converts input kanji code to designated kanji code such
as 7-bit JIS, MS-kanji (shifted-JIS), EUC, or UTF-8.
One of the most unique facicility of nkf is the guess of the input
kanji code. It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS),
EUC, and UTF-8. So users needn't the input kanji code specification.
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.
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.
Jakarta Commons Logging library.
There is a great need for debugging and logging information inside of Commons
components such as HTTPClient and DBCP. However, there are many logging APIs
out there and it is difficult to choose among them.
The Logging package is an ultra-thin bridge between different logging
libraries. Commons components may use the Logging API to remove compile-time
and run-time dependencies on any particular logging package, and contributors
may write Log implementations for the library of their choice.