danishbelal / Primes

Primes Projektarbeit 2012/2013 Primzahlberechnung mit Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is PrimesWorkbench?

PrimesWorkbench is an application for determining primes with multiple different methods.
You can export the primes to a file or utilize them for various mathematical uses.

It was made for our school project:
Projektarbeit 2012/2013 Primzahlenberechnung mit Java

Who are the devs behind PrimesWorkbench?

danishbelal Marco01809

Source

The source can be found on GitHub.
Download the latest builds from Jenkins. Build Status

License

PrimesWorkbench is licensed under the MIT License.
Please see the LICENSE.txt for details.

Compiling

PrimesWorkbench uses Maven for compiling, tests and packaging.

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean install

Pull Requests

No pull requests are accepted, due to this being a school project.

About

Primes Projektarbeit 2012/2013 Primzahlberechnung mit Java

License:MIT License


Languages

Language:Java 100.0%