// port -> various VM info static Map<Int, Map> computerVMs() { new LinkedHashMap<Int, Map> vms; for (Map inj : computerInjectionsData()) putIfNotExisting(vms, getInt(inj, "VM"), inj); ret vms; }
Began life as a copy of #1011324
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011574 |
Snippet name: | computerVMs |
Eternal ID of this version: | #1011574/4 |
Text MD5: | 7214c2a8b25dc85bfda7982088a25fbc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-31 17:51:59 |
Source code size: | 211 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 456 / 494 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011576 - computerVMs_shorter |