Libraryless. Click here for Pure Java version (2410L/16K/53K).
1 | !752 |
2 | |
3 | p { |
4 | S html = loadPage("http://pouet.net"); |
5 | print("Page length: " + l(html)); |
6 | |
7 | // analysis |
8 | |
9 | new TableFinder tf; |
10 | tf.go(html); |
11 | for (int i = 0; i < tf.data.size(); i++) { |
12 | S cell = tf.data.get(i).get(0); |
13 | print(cell); |
14 | } |
15 | } |
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
ID | Author/Program | Comment | Date |
---|---|---|---|
1138 | stefan | Example HTML in #1001551 | 2015-10-24 15:12:05 |
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: | 815 / 821 |
Referenced in: | [show references] |