static SS dm_markComputersControllableByMe() { new SS map; for (S computerID : dm_onlineComputerIDsWithoutMe()) { bool b = dm_canEvalAtAllOnOtherMachine(computerID); dm_callModule(dm_requireComputerNames(), 'setControllableByMe, computerID, b); map.put(computerID, yesNo_short(b)); } ret map; }
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: | 469 / 535 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |