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

6
LINES

< > BotCompany Repo | #1015231 // screenClipFiles

JavaX fragment (include)

static Map<S, File> screenClipFiles() {
  new Map<S, File> map;
  for (File f : filesEndingWith(screenClipsDir(), ".png"))
    map.put(toLower(dropSuffix(".png", f.getName())), f);
  ret map;
}

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: #1015231
Snippet name: screenClipFiles
Eternal ID of this version: #1015231/1
Text MD5: b49aa987db00ab4fa348de05371dbc72
Author: stefan
Category: javax / gui / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 21:56:19
Source code size: 198 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 266 / 313
Referenced in: [show references]