SJEA version 1.0 - Simple Java Encryption Algorithm. SJEA is a simple command-line binary encryption algorithm (symmetric block cipher) written in JAVA. It uses a password and a byte-vector array to scramble the input file.
A traslator from BPEL4WS processes to YAWL workflows that works with translation patterns. It takes a BPEL document in input and creates a YAWL workflow that rapresents it.
As it goes by the project name, this tool finds out unique words (and their total count) in a given input file. Very useful for learning new languages, improving word skills, etc. Easily customizable.
jRSVP is a tool for Rapid Serial Visual Presentation, a technique for extremely fast reading, written in Java. It runs under Java 1.4 and uses the Multivalent library for parsing of input documents. It reads PDF, PS, HTML, man pages and others.
Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
This project aims to create a simple, interactive tool for learning and practicing XSL.
The basic tool has three "File-Listing" areas, one for XML input, another for XSL input and one for the output produced when you hit the "translate" button.
The Stemmer class transforms a word into its root form. The input word is provided from the add() methods. The stem() method will return the stem as will toString() after stem() has been
called). The clear() method will wipe the Stemmer buffer and allow a new word to be input.
This version extends Martin Porter's original stemming algorithm by allowing capital letters to exist in words.