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

15
LINES

< > BotCompany Repo | #1001550 // Read pouet one liners (developing)

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

Libraryless. Click here for Pure Java version (2410L/16K/53K).

!752

p {
  S html = loadPage("http://pouet.net");
  print("Page length: " + l(html));

  // analysis
  
  new TableFinder tf;
  tf.go(html);
  for (int i = 0; i < tf.data.size(); i++) {
    S cell = tf.data.get(i).get(0);
    print(cell);
  }
}

Author comment

Began life as a copy of #1000849

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
1138 stefan Example HTML in #1001551 2015-10-24 15:12:05

add comment

Snippet ID: #1001550
Snippet name: Read pouet one liners (developing)
Eternal ID of this version: #1001550/1
Text MD5: 0ff422e7e9d6267c4ff403db0d29fc0c
Transpilation MD5: 3f95e815daa7de7455d94a40f90d3fb7
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-23 23:10:27
Source code size: 261 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 710 / 694
Referenced in: [show references]