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

14
LINES

< > BotCompany Repo | #1014806 // Download all images from image server [OK]

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

Download Jar. Libraryless. Click here for Pure Java version (8319L/60K).

!7

static ImageSurface imageSurface;

p {
  long firstID = 1100016, lastID = parseLong(loadPage(imageServerURL() + "highest-id"));
  for (long id = lastID; id >= firstID; id--) {
    S _id = fsI(id);
    pcall {
      imageSurface = showImage_centered(imageSurface, _id + "/" + lastID, loadImage2(_id));
    }
    sleep(10);
  }
}

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: 277 / 732
Version history: 11 change(s)
Referenced in: