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

8
LINES

< > BotCompany Repo | #1022161 // gazelle_loadConceptFilesFromCentralMachine

JavaX fragment (include)

// map(programID -> File)
static Map<S, File> gazelle_loadConceptFilesFromCentralMachine() {
  new Map<S, File> files;
  S computerID = gazelle_centralComputerID();
  for (S programID : gazelle_dataProgramIDs())
    files.put(fsI(programID), dm_retrieveConceptsFileFromOtherMachine(computerID, programID));
  ret files;
}

Author comment

Began life as a copy of #1020826

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: #1022161
Snippet name: gazelle_loadConceptFilesFromCentralMachine
Eternal ID of this version: #1022161/4
Text MD5: 6c8f16b1148609f87ae51fd247beb8cd
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 10:34:08
Source code size: 328 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 225 / 240
Version history: 3 change(s)
Referenced in: [show references]