1 | !636 |
2 | !standard functions |
3 | |
4 | main { |
5 | psvm { |
6 | String title = "Magnets"; |
7 | String url = "http://tinybrain.de:8080/nt-int/find_title_lin.php?title=" + urlencode(title) + "&alltypes=1"; |
8 | for (String line : toLines(loadPage(url))) { |
9 | if (line.length() != 0) |
10 | System.out.println("ID found: " + line); |
11 | } |
12 | } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1000579 |
Snippet name: | Snippet finding test (by title) |
Eternal ID of this version: | #1000579/1 |
Text MD5: | ec9bc70e6468127e84c7a9a442bcc70e |
Author: | stefan |
Category: | |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-08-14 23:07:45 |
Source code size: | 336 bytes / 13 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 680 / 615 |
Referenced in: | [show references] |