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).

1  
!7
2  
3  
static S snippetID;
4  
5  
p-experiment {
6  
  snippetID = latestFileOnServerNamed("characters.zip");
7  
  File zip = loadBinarySnippet(snippetID);
8  
  for (S name : listZip(zip)) {
9  
    if (isImageFileName(name)) {
10  
      if (!dirContainsFile(screenClipsDir(), name))
11  
        extractFileFromZipVerbose(zip, name, newFile(screenClipsDir(), name));
12  
    } else if (eqic(name, "glyph-teaching.txt"))
13  
      mergeLinesIntoGlyphTeachLog(snippetID, loadTextFileFromZip(zip, name));
14  
  }
15  
}

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: 310 / 1025
Version history: 7 change(s)
Referenced in: [show references]