RSS 5 projects tagged "Java 1.5+"

No download Website Updated 29 Apr 2010 WebJaxe

Screenshot
Pop 23.60
Vit 33.43

WebJaxe is a free CMS based on editing XML documents. Semantic editing is provided by a graphical Web interface using Jaxe as a Java applet. HTML publishing is done with PHP and XSLT stylesheets. WebJaxe includes sample configurations for the XPAGES and XHTML languages.

No download No website Updated 10 Nov 2010 Self-Adjusting Top Tree Implementation

Screenshot
Pop 20.27
Vit 30.37

Self-Adjusting Top Tree Implementation maintains a forest that changes over time through edge insertions and deletions. This implementation focuses on the simplified Top Tree interface, which allows you to solve a number of interesting graph problems like finding common ancestors, the heaviest edge, maintaining the diameter, center, or median and other (mostly network flow) problems. Using Top Tree interfaces, all outline problems can be solved in a clean declarative way. This implementation uses adapting ST-trees as the underlying data structure, achieving O(log n) time per expose(v,w) operation. There is also a demo that shows an easy way to integrate the toptree library and the host application.

No download Website Updated 22 Apr 2011 Markdown taglib

Screenshot
Pop 21.26
Vit 27.54

Markdown is a lightweight markup language. It allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML. This taglib brings Markdown to your JSP pages.

Download Website Updated 22 Apr 2011 pegdown-cli

Screenshot
Pop 40.17
Vit 1.42

pegdown-cli is a command line tool that uses the pegdown library to render Markdown.

Download Website Updated 22 Apr 2011 jEdit Markdown Plugin

Screenshot
Pop 40.77
Vit 1.00

jEdit Markdown Plugin is a plugin for jEdit that can render Markdown text from the current buffer or from selected text. The resulting HTML is written to a new buffer or copied to the clipboard. The plugin can also show a preview in a Web browser (using the Info Viewer plugin).

Screenshot

Project Spotlight

pyPEG

A parser-interpreter in Python for context free languages.

Screenshot

Project Spotlight

help2info

A command which generates a simple info manual from other commands.