static S getSnippetTitle_overBot(S snippetID) { startBot("Snippet Title Bot", "#1001747"); // Use local version //S s = sendToLocalBot(getVMPort() + "/Snippet Title Bot", "what is the title of snippet *", snippetID); // Use bot VM version S s = sendToLocalBot_cached("Snippet Title Bot", "what is the title of snippet *", snippetID); new Matches m; if (match("The title of snippet * is *.", s, m)) ret m.unq(1); throw fail("Bot said: " + s); }
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: | #1002577 |
Snippet name: | getSnippetTitle_overBot |
Eternal ID of this version: | #1002577/1 |
Text MD5: | 58801e78a0f8ff030f1f7ff27511ee23 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-02 21:14:49 |
Source code size: | 475 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 615 / 653 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000202 - Answer for stefanreich (>> T conversion bot) #3000238 - Answer for stefanreich (>> t power bot) #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) |