Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1001214 // Retrieve snippets.php (containing the latest changes)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

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: 586 / 609
Version history: 1 change(s)
Referenced in: [show references]