static List<String> findSnippetsNamed(String title) ctex { List<String> list = new ArrayList<String>(); String url = "http://tinybrain.de:8080/nt-int/find_title_lin.php?title=" + urlencode(title) + "&alltypes=1"; for (String line : toLines(loadPage(url))) { if (line.length() != 0) list.add(line); } return list; }
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: | #1000581 |
| Snippet name: | findSnippetsNamed |
| Eternal ID of this version: | #1000581/1 |
| Text MD5: | 893c15c3ee987846a63b59258d00d998 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-08-14 23:14:23 |
| Source code size: | 342 bytes / 9 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 956 / 1204 |
| Referenced in: | [show references] |