Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7297c9cf8f | |||
| 48dd1880f0 |
@@ -0,0 +1,13 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright 2020 Joel Baldauf
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
||||||
|
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
# IHK Punkte-/Notenrechner
|
||||||
|
|
||||||
|
Mit diesem Notenrechner können durch Eingabe einer Gesamtpunktzahl die zugehörigen Prozente sowie daraus folgend die IHK-Noten berechnet und ausgegeben werden.
|
||||||
|
|
||||||
|
Außerdem können auch die Noten der IHK-Abschlussprüfung Teil 1 und 2 (Bereich Elektroniker) berechnet werden
|
||||||
|
|
||||||
|
Es handelt sich dabei um ein *Projekt von Auszubildenen* im Rahmen einer Java-Woche
|
||||||
|
|
||||||
|
|
||||||
|
## Nutzung
|
||||||
|
|
||||||
|
portabel ausführbar
|
||||||
|
|
||||||
|
Download unter [Releases](/joel/notenrechner/releases) in zwei verschiedenen Varianten:
|
||||||
|
|
||||||
|
* jar-File (Java Runtime vorausgesetzt)
|
||||||
|
* ausführbare EXE mit gepackter Runtime
|
||||||
|
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## License
|
||||||
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
Reference in New Issue
Block a user