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

17
LINES

< > BotCompany Repo | #1003019 // Google Auto Complete Bot

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

Libraryless. Click here for Pure Java version (2331L/16K/51K).

!752

static int maxLength = 60;

answer {
  s = s.trim();
  if (ewic(s, "Google")) {
    s = dropSuffixIgnoreCase("Google", s).trim();
  if (s.endsWith("...")) {
    S query = dropSuffix("...", s);
    if (l(query) <= maxLength) {
      L data = autoComplete(query);
      if (nempty(data))
        ret structure(data);
    }
  }}
}

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: #1003019
Snippet name: Google Auto Complete Bot
Eternal ID of this version: #1003019/1
Text MD5: 9740420dc285de042e1d467b7659d67d
Transpilation MD5: 0d7b114426e5830647fadcd252d589f4
Author: stefan
Category: eleu / nl
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-16 01:47:58
Source code size: 349 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 559 / 629
Referenced in: [show references]