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

20
LINES

< > BotCompany Repo | #1001994 // Look Up Standard Function Bot

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

Libraryless. Click here for Pure Java version (2328L/16K/53K).

!752

p {
  makeBot("Look Up Standard Function Bot.");
}

static S answer(S s) {
  new Matches m;
  if (match("look up *", s, m) || match("lookup *", s, m)) {
    S fname = m.unq(0);
    Map<S, S> map = parseStdFunctionsList(loadSnippet("#761"));
    S id = map.get(fname);
    if (id == null)
      id = lookupIgnoreCase(map, fname);
    if (id != null)
      ret "tinybrain.de/" + parseSnippetID(id);
    ret "function not found";
  }
  null;
}

Author comment

Began life as a copy of #1001993

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001994
Snippet name: Look Up Standard Function Bot
Eternal ID of this version: #1001994/1
Text MD5: 6fbca8c65527002efa3e8f51fb2d20ac
Transpilation MD5: 33fca257ae17df8115cc81d034f88761
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-05-25 16:57:36
Source code size: 465 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 684 / 2252
Referenced in: #1001915 - Slack Bot! (not used anymore. relp.slack.com, #talkingbots, can be redirected to other channel)
#1002476 - Simple TinyBrain Search Bot
#1003193 - parseStdFunctionsList
#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
#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)