Libraryless. Click here for Pure Java version (4081L/27K).
1 | static L<S> sendToAllOtherVMs(S line, O... args) { |
2 | new L<S> answers; |
3 | |
4 | line = format3(line, args); |
5 | |
6 | for (DialogIO io : talkToAllOtherVMs()) { |
7 | temp io; |
8 | print(": " + dropAfterLastSlash(io.readLine())); |
9 | answers.add(io.askLoudly(line)); |
10 | } |
11 | |
12 | ret answers; |
13 | } |
Began life as a copy of #1001400
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019145 |
Snippet name: | sendToAllOtherVMs |
Eternal ID of this version: | #1019145/2 |
Text MD5: | 0537fce05ae6795def6dabef2e61ccbc |
Transpilation MD5: | 85e4ac8870773feb6cd8c60a1d058904 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-05 13:28:51 |
Source code size: | 287 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 315 / 399 |
Version history: | 1 change(s) |
Referenced in: | [show references] |