https://github.com/thexxturboxx/math-toolbox
Computes everything for you!
https://github.com/thexxturboxx/math-toolbox
Last synced: about 1 month ago
JSON representation
Computes everything for you!
- Host: GitHub
- URL: https://github.com/thexxturboxx/math-toolbox
- Owner: ThexXTURBOXx
- License: other
- Created: 2016-05-09T15:04:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T21:13:09.000Z (over 8 years ago)
- Last Synced: 2024-10-14T14:08:01.334Z (7 months ago)
- Language: Java
- Homepage: http://thexxturboxx.github.io/Math-Toolbox
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Toolbox
This program gets written by ThexXTURBOXx.
Once it's finished, it will compute everything you need for your school/study.### System Requirements:
- Java 6/7/8 (it doesn't matter, if it is 32-bit or 64-bit)### Important links:
[Downloads](https://github.com/ThexXTURBOXx/Math-Toolbox/releases)
[Website](http://thexxturboxx.github.io/Math-Toolbox)### Translation:
You want to have this program translated to your language? You know 2 languages? You want to help me out?
1. Then fork this repository (Click on "Fork" in the upper right)
2. Navigate to /Math Toolbox/src/main/resources/de/thexxturboxx/resources/lang/ and copy one of the lang-files.
3. The new file needs to be named after your language-code. The code for your language can be found [here](http://minecraft.gamepedia.com/Language#Available_languages).
4. Translate as much Text-Strings as you can *without* changing %1$s and similar.
5. You can then create a new [Pull Request](https://github.com/ThexXTURBOXx/Math-Toolbox/compare) and I will include your language into the program.
6. Thanks for participating and helping! I will try to give credit in some way to you!### API:
[Here](https://github.com/ThexXTURBOXx/Math-Toolbox/tree/master/Math%20Toolbox/src/main/java/de/thexxturboxx/mathtoolbox/api) it is.