Libraryless. Click here for Pure Java version (1353L/9K/30K).
1 | !747 |
2 | |
3 | m { |
4 | p { |
5 | L<S> snippets = search("Bot"); |
6 | int count = 0; |
7 | for (S id : snippets) { |
8 | S name = getBotNameFromSnippet(id); |
9 | if (name != null) { |
10 | print(id + " - " + getSnippetTitle(id) + ": " + quote(name)); |
11 | ++count; |
12 | } |
13 | } |
14 | print("Found " + count + " bots - " + l(snippets) + " snippets looked at."); |
15 | } |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1001764 |
Snippet name: | Test getBotNameFromSnippet |
Eternal ID of this version: | #1001764/1 |
Text MD5: | 8102565747613a476b6a27ab2ac19081 |
Transpilation MD5: | 2b29d6aab0b3e52b1e780b656cbd6b84 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-11-13 16:37:12 |
Source code size: | 368 bytes / 16 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 594 / 661 |
Referenced in: | [show references] |