Uses 911K of libraries. Click here for Pure Java version (4961L/26K).
1 | !7 |
2 | |
3 | cmodule AllLoadedLibraries > DynCalculatedList {
|
4 | LS calc() {
|
5 | MultiMap<S> mm = allLoadedLibrariesPlusLoadingProgramIDs(); |
6 | new LS out; |
7 | for (S libID, L<S> progIDs : multiMapToMap(mm)) {
|
8 | out.add(snippetWithTitle_cached(libID)); |
9 | for (S progID : progIDs) |
10 | out.add(" loaded by " + snippetWithTitle_cached(progID));
|
11 | } |
12 | ret out; |
13 | } |
14 | } |
Began life as a copy of #1016404
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016406 |
| Snippet name: | All Loaded Libraries v2 |
| Eternal ID of this version: | #1016406/4 |
| Text MD5: | c185c8beab1eacb8e4a098b09ec357e0 |
| Transpilation MD5: | 0d86adcad2fcfeb75cccb87e41693ead |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-26 09:47:40 |
| Source code size: | 383 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 773 / 1559 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |