Libraryless. Click here for Pure Java version (1668L/12K/40K).
1 | !752 |
2 | |
3 | p { |
4 | ProgramScan.verbose = true; |
5 | ProgramScan.maxNumberOfVMs = 10; // test if this speeds things up |
6 | |
7 | for (DialogIO io : talkToAllVMs()) { |
8 | try { |
9 | S progID = io.ask("what is the main program id?"); |
10 | continue unless isSnippetID(progID); |
11 | print("Program found: " + fsI(progID) + " - " + getSnippetTitle(progID) + " [VM " + io.getPort() + "]"); |
12 | } finally { |
13 | io.close(); |
14 | } |
15 | } |
16 | } |
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: | #1004203 |
Snippet name: | List Running Main Programs |
Eternal ID of this version: | #1004203/1 |
Text MD5: | c6486ec1f5ab958ed73af7d37b0801d2 |
Transpilation MD5: | bc129453df603375f378a356d1442cd2 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-10 15:14:38 |
Source code size: | 431 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 445 / 562 |
Referenced in: | [show references] |