1 | // returns "naked" ids (without the #) |
2 | // might return ids more than once |
3 | static L<S> programsRunningInAllVMs() {
|
4 | L<S> answers = sendToAllVMs("which programs are you running (ids only)");
|
5 | new L<S> l; |
6 | for (S s : answers) {
|
7 | new Matches m; |
8 | if (match3("these: *", s, m))
|
9 | l.addAll((L) unstructure(unquote(m.m[0]))); |
10 | } |
11 | ret l; |
12 | } |
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: | 760 / 1018 |
| Referenced in: | [show references] |