Libraryless. Click here for Pure Java version (1225L/10K/29K).
1 | !752 |
2 | |
3 | answer { |
4 | if (matchStart("t", s, m) || matchStart("tinybrain search", s, m)) exceptionToUser { |
5 | S query = m.rest().trim(); |
6 | new L<S> l; |
7 | for (S[] idTitle : search2(query)) |
8 | l.add(idTitle[0] + " - " + idTitle[1]); |
9 | ret slackSnippet(fromLines(l)); |
10 | } |
11 | } |
Began life as a copy of #1002476
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: | #1002570 |
Snippet name: | Advanced TinyBrain Search Bot |
Eternal ID of this version: | #1002570/1 |
Text MD5: | 71efb42f2c9fdbbdf91e73042a5de330 |
Transpilation MD5: | 9d676c3da82501a759924b6dfd928dad |
Author: | stefan |
Category: | |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-02 16:51:20 |
Source code size: | 285 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 714 / 1176 |
Referenced in: | [show references] |