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

18
LINES

< > BotCompany Repo | #1015121 // Screen Scanner [continuously runs, OK]

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

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

!7

static double interval = 0.5;

p-experiment {
  bot("Screen Segmenter.");
  autoRestart();
  thread {
    repeat with sleep interval {
      long time = sysNow();
      int segments = l(segmentScreenToCacheFile());
      if (isMain()) {
        done2_always(time, n2(segments, "segment"));
        consoleTitle(str(segments));
      }
    }
  }
}

Author comment

Began life as a copy of #1010713

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: #1015121
Snippet name: Screen Scanner [continuously runs, OK]
Eternal ID of this version: #1015121/8
Text MD5: 1c7002195f5531132471f9843ce33375
Transpilation MD5: be13d5bc08535c110b6afc741c169115
Author: stefan
Category: javax / ocr
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 18:24:10
Source code size: 367 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 361 / 1275
Version history: 7 change(s)
Referenced in: [show references]