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

6
LINES

< > BotCompany Repo | #1003233 // findSnippetByText

JavaX fragment (include)

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

Author comment

Began life as a copy of #1001643

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: #1003233
Snippet name: findSnippetByText
Eternal ID of this version: #1003233/1
Text MD5: dd75556d7853354a2dfbe3376e6f2c13
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-05 22:08:21
Source code size: 184 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 460 / 424
Referenced in: [show references]