Open-Source Projects

Open-Source Projects

The software projects I present here are published open-source under the respective licence given in the  project description.

Bereich

LinAlg -- The Linear-Algebra Scala Library

SimGraf -- A Simple Scala Graphics Library

SI -- A Scala Library of Units of Measurement

Utilib -- A Scala Library of Programming Utilities

Algolib -- A Scala Library of Essential Algorithms

PA-Toolbox -- Predictive-Analytics Java Toolbox

h2taglets (Release 0.1)

h2taglets (Release 0.1)

Submitted by h2b on

h2taglets is a collection of Javadoc taglets that provide for mathematical typesetting, bibliographical references and general numerical references. It adds the following tags to Javadoc:

@math

includes mathematical formulas as HTML (with simple but convenient extensions), MathML or graphic

@label

produces a numerical label for cross-referencing

@ref

references that label

@biblio

builds a bibliography block

@cite

cites that block

They are intended to be used with the standard Javadoc doclet, at least Java version 1.5.0 is required. The complete syntax of these tags and examples for usage are included in the documentation of the corresponding taglets (see apidocs). The software including documentation and additional files is subject to the GNU General Public License, version 2 (see LICENSE).

Online documentation

README

Downloads (.zip archives) for binaries, documentation (equivalent to online documentation) and sources are provided below. Note that the three downloads are almost disjunct. Nevertheless, they will unpack into the same directory. This is safe, since all overlapping files are identical.

For use in your own documentation comments only the binaries are required. However, you should take a look at the documentation---either online or in the zip file.

Attachment Size
h2taglets-0.1-bin.zip 29.43 KB
h2taglets-0.1-doc.zip 273.75 KB
h2taglets-0.1-src.zip 90.24 KB
Bereich