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

10
LINES

< > BotCompany Repo | #1015349 // requiredPhraseImageMD5s

JavaX fragment (include)

static HashSet<S> requiredPhraseImageMD5s() {
  new HashSet<S> md5s;
  for (S s : scanLog_iterator(glyphTeachLog())) {
    s = afterSquareBracketStuff(s);
    Pair<S> p = splitAroundColon_toPair(s);
    if (p == null) continue;
    addUnlessNull(md5s, regexpFirstGroupIC("Image (" + md5Regexp() + ")", p.a);
  }
  ret md5s;
}

Author comment

Began life as a copy of #1006193

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: #1015349
Snippet name: requiredPhraseImageMD5s
Eternal ID of this version: #1015349/5
Text MD5: 67a41965736a72bcae83ca69cb5e114a
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 12:46:43
Source code size: 334 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 327 / 366
Version history: 4 change(s)
Referenced in: [show references]