Libraryless. Click here for Pure Java version (1730L/12K/41K).
!7 p { S html = loadPage("http://tinybrain.de:8080/tb/snippets.php?withmd5=1"); new TableFinder finder; finder.go(html); for (int i = 1; i < finder.data.size(); i++) { L<S> row = finder.getRow(i); S title = dropAllTags(row.get(0)); S id = dropAllTags(row.get(1)); S md5 = dropAllTags(row.get(2)); print("ID: " + id + ", MD5: " + md5 + ", title: " + quote(title)); } }
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: | 637 / 683 |
Version history: | 1 change(s) |
Referenced in: | #1001215 - Update Snippet Cache Bot with latest changed snippets #1003059 - listSnippetsOfType #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) |