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

1  
!7
2  
3  
static double interval = 0.5;
4  
5  
p-experiment {
6  
  bot("Screen Segmenter.");
7  
  autoRestart();
8  
  thread {
9  
    repeat with sleep interval {
10  
      long time = sysNow();
11  
      int segments = l(segmentScreenToCacheFile());
12  
      if (isMain()) {
13  
        done2_always(time, n2(segments, "segment"));
14  
        consoleTitle(str(segments));
15  
      }
16  
    }
17  
  }
18  
}

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