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

6
LINES

< > BotCompany Repo | #1001643 // findSnippet (by title & text)

JavaX fragment (include)

static S findSnippet(S text, S title) {
  S url = "http://tinybrain.de:8080/tb-int/find-snippet.php"
    + "?title=" + urlencode(title) + "&md5=" + md5(text);
  S s = loadPage(url);
  ret isSnippetID(s) ? s : null;
}

Author comment

Began life as a copy of #1001631

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: #1001643
Snippet name: findSnippet (by title & text)
Eternal ID of this version: #1001643/1
Text MD5: a0866e215e5eef207c16c45d5b11093b
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-31 17:28:43
Source code size: 221 bytes / 6 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 586 / 820
Referenced in: [show references]