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

19
LINES

< > BotCompany Repo | #1006299 // Where Did I Surf Today? [works, part of that other program]

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

Libraryless. Click here for Pure Java version (8218L/56K/194K).

!7

concept Recognition {
  new Ref shot;
  S text;
}

p {
  Concepts in = new Concepts(#1006248).load();
  new TreeSet<S> set;
  for (Recognition r : in.list(Recognition)) {
    S url = trim(ocr_withoutSymbols(r.text));
    if (set.add(url))
      print(url);
  }
  
  showTableWithSearcher(withKey(asList(set), "URL"), "Where Did I Surf Today?");
  hideConsole();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006299
Snippet name: Where Did I Surf Today? [works, part of that other program]
Eternal ID of this version: #1006299/1
Text MD5: d652cd87a1f4d8c5f30000689d02033a
Transpilation MD5: 332e6b64896872943eabe439e9fa58ea
Author: stefan
Category: javax / ocr / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-26 21:56:40
Source code size: 385 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 427 / 726
Referenced in: [show references]