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

17
LINES

< > BotCompany Repo | #1001720 // List injections (in all VMs)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1342L/9K/32K).

!747
!pcall

m {
  p {
    for (DialogIO vm : talkToAllVMs()) {
      pcall {
        int vmPort = vm.getPort();
        S injections = vm.ask("get injections");
        print("VM " + vmPort + " injections: " + injections);
        O o = safeUnstructure(injections);
        print("Restructured: " + structure(o));
      }
      vm.close();
    }
  }
}

Author comment

Began life as a copy of #1001671

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001720
Snippet name: List injections (in all VMs)
Eternal ID of this version: #1001720/1
Text MD5: 4d4ffe3f0caa03cf49bd1b2b5028a2e7
Transpilation MD5: be2759546a726c3f5ee2df0bf01a2470
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-11 19:16:36
Source code size: 368 bytes / 17 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 555 / 591
Referenced in: [show references]