- 28 Aug, 2018 1 commit
-
-
javaeryang authored
-
- 26 Aug, 2018 3 commits
- 23 Aug, 2018 2 commits
- 22 Aug, 2018 3 commits
- 21 Aug, 2018 3 commits
-
-
skylot authored
New language: Spanish + Small typo corrected on a LOG.error String argument.
-
JaviLukiOfficial authored
-Small typo corrected on a LOG.error String argument.
-
Donlon authored
-
- 20 Aug, 2018 2 commits
- 19 Aug, 2018 6 commits
- 16 Aug, 2018 2 commits
- 15 Aug, 2018 4 commits
-
-
Skylot authored
-
Skylot authored
-
Skylot authored
-
Sergey Toshin authored
-
- 04 Aug, 2018 3 commits
- 01 Aug, 2018 1 commit
-
-
Skylot authored
-
- 30 Jul, 2018 4 commits
-
-
skylot authored
Making the Classloader threadsafe
-
skylot authored
Performance issue when building strings
-
skylot authored
Directory Bug
-
Felix Bergmann authored
-
- 29 Jul, 2018 2 commits
-
-
Felix Bergmann authored
The correct pattern to make a directory is: `if (!dir.mkdirs() && !dir.isDirectory()) { error }` mkdirs checks for exists so the exists check is redundant.
-
Felix Bergmann authored
Improve performance by using StringBuilder instead of StringBuffer.
-
- 28 Jul, 2018 3 commits
- 22 Jul, 2018 1 commit
-
-
Skylot authored
-