libjakarta-servlet-api-java

Jakarta Servlet API

The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm.

kanjidic

Kanji Dictionary

The KANJIDIC file contains comprehensive information about Japanese kanji. It is a text file currently 6,355 lines long, with one line for each kanji in the two levels of the characters specified in the JIS X 0208-1990 set.

kanjidic-xml

Kanji Dictionary in XML format

The KANJIDIC file contains comprehensive information about Japanese kanji. It is a XML file containing 6,355 kanji from JIS X 0208, the 5,801 kanji from JIS X 0212 and the 3,625 kanji from JIS X 0213.

python3-lazyarray

Python module providing a NumPy-compatible lazily-evaluated array

The 'larray' class is a NumPy-compatible numerical array where operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible. Consequently, use of an 'larray' can potentially save considerable computation time and memory in cases where arrays are used conditionally, or only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array).

gfal2-plugin-file

Provides file support for gfal2

Provides the file support (file://) for gfal2. The file plugin provides local file operations, as copying from local to remote or the other way around.

gfal2-plugin-gridftp

Provides the gridftp support for gfal2

Provides the gridftp support (gsiftp://) for gfal2. The gridftp plugin provides the POSIX operations and the third party transfer support on the GSIFTP URLs.