Download Jar. Uses 3874K of libraries. Click here for Pure Java version (8939L/64K).
1 | !7 |
2 | |
3 | p-experiment { |
4 | new TreeSet<S> seen; |
5 | for (File f : conceptBackupFiles(#1015871)) { |
6 | print(f); |
7 | Collection<DynamicObject> concepts = values((Map) safeUnstructureGZFile(f)); |
8 | print(n2(concepts, "concept")); |
9 | seen.addAll(map shortDynClassName(concepts)); |
10 | for (DynamicObject o : concepts) |
11 | if (eq(shortDynClassName(o), 'DynamicModule)) { |
12 | S moduleID = cast getOpt(o, 'moduleID); |
13 | if (moduleID == null) continue; |
14 | S className = cast getOpt(o, '_className); |
15 | if (className != null) moduleID += "/" + dropPrefix("main$", className); |
16 | addIfNempty(seen, moduleID); |
17 | } |
18 | } |
19 | pnl(seen); |
20 | addToMechList("Used Modules", seen); |
21 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016101 |
Snippet name: | Find all module IDs & static module classes used in OS & upload to mech list [OK] |
Eternal ID of this version: | #1016101/10 |
Text MD5: | cb25621c209253e9c315cacc21279a93 |
Transpilation MD5: | 2a61320e856d39b4cdda4e839cc88857 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-06 01:57:04 |
Source code size: | 704 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 535 / 1224 |
Version history: | 9 change(s) |
Referenced in: | [show references] |