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

15
LINES

< > BotCompany Repo | #1015409 // Download & unpack characters.zip

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

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (7755L/54K).

!7

static S snippetID;

p-experiment {
  snippetID = latestFileOnServerNamed("characters.zip");
  File zip = loadBinarySnippet(snippetID);
  for (S name : listZip(zip)) {
    if (isImageFileName(name)) {
      if (!dirContainsFile(screenClipsDir(), name))
        extractFileFromZipVerbose(zip, name, newFile(screenClipsDir(), name));
    } else if (eqic(name, "glyph-teaching.txt"))
      mergeLinesIntoGlyphTeachLog(snippetID, loadTextFileFromZip(zip, name));
  }
}

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: #1015409
Snippet name: Download & unpack characters.zip
Eternal ID of this version: #1015409/8
Text MD5: 2a2f5cd840a16c6359088478e54cebfd
Transpilation MD5: 7c88bcd41599cc2be7d0a6c2dc615b04
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 19:16:13
Source code size: 482 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 297 / 1000
Version history: 7 change(s)
Referenced in: [show references]