这是一个纯Java实现的Berkeley(伯克利)数据库(由SleepyCat开发,现在是Oracle)。
编译时需要Java 1.5,虽然结果可以在1.4下运行。来自
“Berkeley(伯克利)数据库Java版设计基于Java。它充分利用Java环境。Berkeley
(伯克利)数据库Java版API提供了一个Java集合式(Java Collections-style)的接
口,以及一个类似Berkeley(伯克利)数据库API的编程接口。
Berkeley(伯克利)数据库Java版不同于其他的Java数据库。Berkeley(伯克利)
数据库Java版不是一个建立在Java上的关系性数据库引擎。它是一个Berkeley(伯克利)
数据库式的嵌入式存储,设计了给程序员用的接口,而不是DBA(数据库管理员)。Berkeley
(伯克利)数据库Java版的体系使用了基于日志的、不改写的存储系统,高并发和高速度,
同时提供ACID事务和记录级别的锁。Berkeley(伯克利)数据库Java版本在内存里高效地
缓存最频繁使用的数据,而没有应用程序上的限制。这样,Berkeley(伯克利)数据库
Java版充分利用JVM资源来提供访问非常大的数据集的能力。
Berkeley(伯克利)数据库Java版体系为任何需要高性能、交易完整性和可恢复性的
Java应用程序提供了一个潜在的存储层。”
Radiator is a highly configurable and flexible Radius server that supports
authentication by a huge range of authentication methods such as Flat files,
DBM files, Unix password files, SQL databases, remote Radius servers
(proxying), external programs, NT User Manager, Active Directory, LDAP, PAM,
iPASS, GRIC, NIS+, Tacacs+, a wide range of ISP billing packages such as
Emerald, Platypus, Rodopi, Hawk-i, Interbiller98, Freeside etc, your legacy
user database etc, etc.
Radiator now supports more 802.1x secure wireless and LAN authentication
methods than any other Radius server giving a wide choice of 802.1x network
clients.
Radiator also includes many features not found in other Radius servers such
as double-login prevention, username rewriting, full vendor-specific
attributes, time-of-day blocking and a GUI for running user tests. Full list
of technical features.
Runs on all Unix, Linux, Windows 95, 98, NT, 2000, Mac OS-9 and Mac OS-X, VMS.
Due to license restrictions, this package must be purchased and manually
downloaded from the Open System Consultants web site.
Tools for generating IP based Geo-block-ing and Geo-routing tables in
order to configure the system's firewall and/or routing facilities
In general, routing is determined by destination IP addresses, and access
control by the firewall is established by selectors that can be attrib-
uted to incoming and outgoing IP packets, like physical interfaces on
which the packets are going, source and target IP addresses, protocol
types, port numbers, content types and content, etc. The Geo-location
would be just another selector, but this information is not carried
explicitly with IP packets, however, it can be obtained using an IP
address as a key for looking-up the location in an IP database.
Online databases do exist, but these are usually limited to single queries
and in addition the look-up in an online database is by far too slow for
even thinking about being utilized at the firewall level, where IP packets
need to be processed in a microsecond time scale. Therefore, a locally
maintained Geo-location database is indispensable in the given respect.
The System's own routing and filtering tables can be configured to do
these tasks if there is a source of the appropriate data. The ipdbtools(1)
are designed to provide this data and to assist managing and using it.
Amberfish is general purpose text retrieval software, developed at Etymon
by Nassib Nassar and distributed as open source software under the terms
of version 2 of the GNU General Public License (GPL). Its distinguishing
features are indexing/search of semi-structured text (i.e. both free tex
and multiply nested fields), built-in support for XML documents using the
Xerces library, structured queries allowing generalized field/tag paths,
hierarchical result sets (XML only), automatic searching across multiple
databases (allowing modular indexing), TREC format results, efficient
indexing, and relatively low memory requirements during indexing (and the
ability to index documents larger than available memory). Z39.50 support
is available. Other features include Boolean queries, right truncation,
phrase searching, relevance ranking, support for multiple documents per
file, incremental indexing, and easy integration with other UNIX tools,
The architecture is also designed to permit proximity queries; however,
they are not fully implemented at present.
This port also includes the Porter stemming algorithm for suffix
stripping, available at:
http://www.tartarus.org/~martin/PorterStemmer