Uses 865K of libraries. Click here for Pure Java version (6006L/42K/139K).
1 | !7 |
2 | |
3 | p { |
4 | //consoleAutoScrollOff(); |
5 | maxConsoleChars(1000); |
6 | int n = 0; |
7 | for (WikiPage page : streamInSimpleWikipedia()) { |
8 | //print(page.title); |
9 | //print(bytesToHex(toUtf8(page.title))); |
10 | //if (n >= 92381) sleep(100); |
11 | ++n; |
12 | //if (n != 87192 && n != 92550 && n != 92557) |
13 | System.out.println(n + ". " + page.title); |
14 | //System.out.println(n + ". " + bytesToHex(toUtf8(page.title))); |
15 | } |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008068 |
Snippet name: | Test streamInSimpleWikipedia [AWT hang bug FIXED] |
Eternal ID of this version: | #1008068/30 |
Text MD5: | 3756e20b0957fa4e08722050e276fe87 |
Transpilation MD5: | b4fd8d33d7274c3fadea7bdfe1b91ff9 |
Author: | stefan |
Category: | javax / a.i. / networking |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-23 16:46:54 |
Source code size: | 431 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 537 / 1244 |
Version history: | 29 change(s) |
Referenced in: | [show references] |