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

28
LINES

< > BotCompany Repo | #1002093 // List All Commands Bot

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

Libraryless. Click here for Pure Java version (2569L/18K/57K).

!752

static Class mainBot;

p {
  startBot("Snippet Text Bot", "#1002084");
}

static S html() {
  ret "<p>These are the commands of which I know that I know them:</p>" + htmlTable(allQuestions());
}

static L<S> allQuestions() {
  L<S> botIDs = cast get(mainBot, "botIDs");
  new Set<S> set;
  for (S botID : botIDs) pcall {
    S src = loadSnippetThroughBot(botID);
    set.addAll(getSupportedQuestions(src));
  }
  ret list(set);
}

static S loadSnippetThroughBot(S snippetID) {
  S answer = sendToLocalBot("Snippet Text Bot", "what is the text of snippet *", snippetID);
  new Matches m;
  assertTrue(match("the text of snippet * is *", answer, m));
  ret m.unq(1);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002093
Snippet name: List All Commands Bot
Eternal ID of this version: #1002093/1
Text MD5: 348fe100772f3ea816d2ebaff9a38e3d
Transpilation MD5: 436189a978f4aa87ddf8e49fc129e1b0
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-18 00:39:47
Source code size: 699 bytes / 28 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 717 / 1876
Referenced in: #3000169 - Answer for stefanreich
#3000174 - Answer for stefanreich
#3000175 - Answer for stefanreich
#3000176 - Answer for stefanreich
#3000177 - Answer for stefanreich
#3000179 - Answer for stefanreich
#3000180 - Answer for stefanreich
#3000181 - Answer for stefanreich
#3000182 - Answer for stefanreich
#3000184 - Answer for stefanreich
#3000185 - Answer for stefanreich
#3000190 - Answer for stefanreich(>> t 20 questions)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000203 - Answer for stefanreich (>> timing hello bot)
#3000208 - Answer for bgrgndz (>> list sub bots)
#3000209 - Answer for bgrgndz (>> list sub bots)
#3000238 - Answer for stefanreich (>> t power bot)
#3000369 - Answer for Stefan (>> list sub bots)
#3000376 - Answer for stefanreich (>> list sub bots)
#3000377 - Answer for stefanreich (>> timing eleu?)
#3000380 - Answer for stefanreich (>> list sub bots)
#3000381 - Answer for speedforce (>> list sub bots)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)