Download Jar. Libraryless. Click here for Pure Java version (8319L/60K).
1 | !7 |
2 | |
3 | static ImageSurface imageSurface; |
4 | |
5 | p {
|
6 | long firstID = 1100016, lastID = parseLong(loadPage(imageServerURL() + "highest-id")); |
7 | for (long id = lastID; id >= firstID; id--) {
|
8 | S _id = fsI(id); |
9 | pcall {
|
10 | imageSurface = showImage_centered(imageSurface, _id + "/" + lastID, loadImage2(_id)); |
11 | } |
12 | sleep(10); |
13 | } |
14 | } |
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: | #1014806 |
| Snippet name: | Download all images from image server [OK] |
| Eternal ID of this version: | #1014806/12 |
| Text MD5: | 13d8cf2c7df98a60426710cecc09a56a |
| Transpilation MD5: | 3c02e4aa40fca4c0afdd191faf897c7a |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-02 16:30:56 |
| Source code size: | 344 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 657 / 1575 |
| Version history: | 11 change(s) |
| Referenced in: | [show references] |