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

8
LINES

< > BotCompany Repo | #1001399 // talkToAll

JavaX fragment (include)

static Iterable<DialogIO> talkToAll(S searchPattern) {
  final L<ProgramScan.Program> list = quickBotScan(searchPattern);
  ret mapI(list, func(ProgramScan.Program p) { talkTo(p.port) });
}

static Iterable<DialogIO> talkToAll() {
  ret talkToAll("");
}

Author comment

Began life as a copy of #1001378

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: #1001399
Snippet name: talkToAll
Eternal ID of this version: #1001399/5
Text MD5: 05e6886e42628b0838dd3691e5e8f06f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-27 17:17:23
Source code size: 262 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 581 / 838
Version history: 4 change(s)
Referenced in: #1001436 - talkToAllVMs
#1001740 - talkToAllOtherVMs
#1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1007060 - talkToAll_full - find all sub-bots too
#3000188 - Answer for stefanreich(>> t search)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000238 - Answer for stefanreich (>> t power bot)
#3000382 - Answer for ferdie (>> t = 1, f = 0)