1 | static LS dm_retrieveConceptsFileFromAllOnlineControllableComputers(S programID) { |
2 | new LS computerIDs; |
3 | for (S computerID : dm_onlineControllableComputers()) pcall { |
4 | S path = fsI(programID) + "/" + conceptsFileName(); |
5 | dm_retrieveFileFromOtherMachineIfDifferent(computerID, "JavaX-Data/" + path, |
6 | standardPathForFileFromOtherComputer(computerID, path)); |
7 | computerIDs.add(computerID); |
8 | } |
9 | ret computerIDs; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020826 |
Snippet name: | dm_retrieveConceptsFileFromAllOnlineControllableComputers |
Eternal ID of this version: | #1020826/3 |
Text MD5: | 38d8e84ce8cef2584746d235104f82f7 |
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-03-10 09:18:58 |
Source code size: | 435 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 307 / 352 |
Version history: | 2 change(s) |
Referenced in: | [show references] |