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

16
LINES

< > BotCompany Repo | #1001764 // Test getBotNameFromSnippet

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1353L/9K/30K).

!747

m {
  p {
    L<S> snippets = search("Bot");
    int count = 0;
    for (S id : snippets) {
      S name = getBotNameFromSnippet(id);
      if (name != null) {
        print(id + " - " + getSnippetTitle(id) + ": " + quote(name));
        ++count;
      }
    }
    print("Found " + count + " bots - " + l(snippets) + " snippets looked at.");
  }
}

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: 516 / 563
Referenced in: [show references]