Libraryless. Click here for Pure Java version (749L/6K/18K).
1 | !752 |
2 | |
3 | p { |
4 | L<File> files = findAllFiles_noDirs(new File(userHome(), "dev/mochadoom-src/src")); |
5 | new StringBuilder buf; |
6 | for (File f : files) |
7 | if (f.getName().endsWith(".java")) { |
8 | buf.append(loadTextFile(f) + "\n"); |
9 | print(f2s(f) + " [" + l(buf) + "]"); |
10 | } |
11 | saveTextFileVerbose(getProgramFile("mochadoom.java"), str(buf)); |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005014 |
Snippet name: | Merge all .java files in a directory [Mocha Doom Sources] |
Eternal ID of this version: | #1005014/1 |
Text MD5: | 316e4fd1058dccc1d282479785a2f78b |
Transpilation MD5: | f141e360e68c156aa3d44b7e1036fcea |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-09-27 23:03:59 |
Source code size: | 355 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 662 / 930 |
Referenced in: | [show references] |