// returns "naked" ids (without the #) // might return ids more than once static L<S> programsRunningInAllVMs() { L<S> answers = sendToAllVMs("which programs are you running (ids only)"); new L<S> l; for (S s : answers) { new Matches m; if (match3("these: *", s, m)) l.addAll((L) unstructure(unquote(m.m[0]))); } ret l; }
Began life as a copy of #1001480
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: | #1001481 |
Snippet name: | programsRunningInAllVMs |
Eternal ID of this version: | #1001481/1 |
Text MD5: | 73769f7313320bae8407b40535831ee8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-10-17 19:41:32 |
Source code size: | 356 bytes / 12 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 511 / 758 |
Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |