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; }
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: | 1012 / 1272 |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1003233 - findSnippetByText #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |