Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/maven_lottozahlen
Einfaches Java-Kommandozeilenprogramm, das einen Tipp für Lotto "6 aus 49" (und andere) auf die Konsole schreibt; zur Demonstration von "GitHub Actions"
https://github.com/mdecker-mobilecomputing/maven_lottozahlen
demo gh-pages java lotto-numbers maven
Last synced: 8 days ago
JSON representation
Einfaches Java-Kommandozeilenprogramm, das einen Tipp für Lotto "6 aus 49" (und andere) auf die Konsole schreibt; zur Demonstration von "GitHub Actions"
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_lottozahlen
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2023-11-26T19:07:44.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-08T10:03:33.000Z (12 months ago)
- Last Synced: 2024-04-13T23:08:58.220Z (7 months ago)
- Topics: demo, gh-pages, java, lotto-numbers, maven
- Language: Java
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lottozahlen-Generator #
Das Repo enthält ein Maven-Projekt mit einem einfachen Java-Kommandozeilenprogramm,
das einen Zahlentipp für das deutsche Zahlenlotto "6 aus 49" auf die Konsole schreibt.
Die eigentlichen Implementierung (siehe Paket `de.eldecker.dhbw.lottozahlen.engine`)
kann aber auch Zahlentipps für andere Lottosysteme erzeugen.Das Maven-Projekt soll mit [GitHub Actions](https://github.com/features/actions) in der Cloud
gebaut werden, siehe auch
[Tab "Actions" des Repos](https://github.com/MDecker-MobileComputing/Maven_Lottozahlen/actions).
Siehe [hier für JavaDoc-Doku](https://mdecker-mobilecomputing.github.io/Maven_Lottozahlen/) (erzeugt
mit [dieser 3rd-Party-Action](https://github.com/marketplace/actions/deploy-publish-javadoc) und
bereitgestellt mit [GitHub Pages](https://pages.github.com/)).
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).