1 | static S findSnippet(S text, S title) { |
2 | S url = "http://tinybrain.de:8080/tb-int/find-snippet.php" |
3 | + "?title=" + urlencode(title) + "&md5=" + md5(text); |
4 | S s = loadPage(url); |
5 | ret isSnippetID(s) ? s : null; |
6 | } |
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: | 672 / 918 |
Referenced in: | [show references] |