1 | static File unpackSimpleWikipedia() {
|
2 | File f1 = downloadSimpleWikipedia(); |
3 | File f2 = getProgramFile(#1008009, "simplewiki-latest-pages-articles.xml"); |
4 | if (!f2.exists()) {
|
5 | print("Unpacking...");
|
6 | bunzip(f1, f2); |
7 | } |
8 | ret f2; |
9 | } |
Began life as a copy of #1008013
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: | #1008019 |
| Snippet name: | unpackSimpleWikipedia |
| Eternal ID of this version: | #1008019/3 |
| Text MD5: | 6ded37d16fd53702ebdc078d0668f9c1 |
| Author: | stefan |
| Category: | javax / a.i. / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-20 19:06:49 |
| Source code size: | 247 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 730 / 775 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |