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)); } } } }
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: | 501 / 1512 |
Version history: | 7 change(s) |
Referenced in: | #1015110 - Gather facts from things on screen [OK] #1015126 - Mouse ToolTip & Log [OK] #1015142 - Mouse ToolTip & Log & Key Log [OK] #3000526 - Smart Bot's answer to: !fresh latestPrograms() |