1 | static List<String> findSnippetsNamed(String title) ctex { |
2 | List<String> list = new ArrayList<String>(); |
3 | String url = "http://tinybrain.de:8080/nt-int/find_title_lin.php?title=" + urlencode(title) + "&alltypes=1"; |
4 | for (String line : toLines(loadPage(url))) { |
5 | if (line.length() != 0) |
6 | list.add(line); |
7 | } |
8 | return list; |
9 | } |
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: | 721 / 960 |
Referenced in: | [show references] |