// 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; }
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: | 880 / 1168 |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000202 - Answer for stefanreich (>> T conversion bot) #3000238 - Answer for stefanreich (>> t power bot) #3000382 - Answer for ferdie (>> t = 1, f = 0) |