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

8
LINES

< > BotCompany Repo | #1001577 // suckHumans

JavaX fragment (include)

// Suck only human postings of web chat
static L<ChatLine> suckHumans(S myName) {
  new L<ChatLine> lines;
  for (ChatLine l : suckWebChat(myName))
    if (!l.isBot)
      lines.add(l);
  ret lines;
}

Author comment

Began life as a copy of #1001576

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: #1001577
Snippet name: suckHumans
Eternal ID of this version: #1001577/1
Text MD5: 2ebd22d1d5a2f63ff8fea46340ff872d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-25 17:49:50
Source code size: 207 bytes / 8 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 566 / 856
Referenced in: [show references]