Libraryless. Click here for Pure Java version (1730L/12K/41K).
1 | !7 |
2 | |
3 | p { |
4 | S html = loadPage("http://tinybrain.de:8080/tb/snippets.php?withmd5=1"); |
5 | new TableFinder finder; |
6 | finder.go(html); |
7 | |
8 | for (int i = 1; i < finder.data.size(); i++) { |
9 | L<S> row = finder.getRow(i); |
10 | S title = dropAllTags(row.get(0)); |
11 | S id = dropAllTags(row.get(1)); |
12 | S md5 = dropAllTags(row.get(2)); |
13 | print("ID: " + id + ", MD5: " + md5 + ", title: " + quote(title)); |
14 | } |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1001214 |
Snippet name: | Retrieve snippets.php (containing the latest changes) |
Eternal ID of this version: | #1001214/2 |
Text MD5: | 50786bb0243f5f04f616681efd61b274 |
Transpilation MD5: | 1a07ee1dd44df32f73680fb20b1e735e |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-26 01:51:26 |
Source code size: | 415 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 638 / 685 |
Version history: | 1 change(s) |
Referenced in: | [show references] |