Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1016406 // All Loaded Libraries v2

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (4961L/26K).

!7

cmodule AllLoadedLibraries > DynCalculatedList {
  LS calc() {
    MultiMap<S> mm = allLoadedLibrariesPlusLoadingProgramIDs();
    new LS out;
    for (S libID, L<S> progIDs : multiMapToMap(mm)) {
      out.add(snippetWithTitle_cached(libID));
      for (S progID : progIDs)
        out.add("  loaded by " + snippetWithTitle_cached(progID));
    }
    ret out;
  }
}

Author comment

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: 320 / 958
Version history: 3 change(s)
Referenced in: [show references]