1 | static SS dm_markComputersControllableByMe() { |
2 | new SS map; |
3 | for (S computerID : dm_onlineComputerIDsWithoutMe()) { |
4 | bool b = dm_canEvalAtAllOnOtherMachine(computerID); |
5 | dm_callModule(dm_requireComputerNames(), 'setControllableByMe, computerID, b); |
6 | map.put(computerID, yesNo_short(b)); |
7 | } |
8 | ret map; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020811 |
Snippet name: | dm_markComputersControllableByMe |
Eternal ID of this version: | #1020811/4 |
Text MD5: | f0feab83b26f148f6992a03000cbe29e |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-03 18:34:52 |
Source code size: | 322 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 268 / 324 |
Version history: | 3 change(s) |
Referenced in: | [show references] |