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: | 653 / 721 |
Referenced in: | #1006544 - Google Auto Complete Bot For Command Line #3000380 - Answer for stefanreich (>> list sub bots) #3000381 - Answer for speedforce (>> list sub bots) #3000382 - Answer for ferdie (>> t = 1, f = 0) |