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

13
LINES

< > BotCompany Repo | #1010713 // Print things on screen [OK]

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

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

!7

static double interval = 4.0;

p-experiment {
  autoRestart();
  repeat with sleep interval {
    long time = sysNow();
    L<S> list = thingsOnScreen_newestFirst();
    done2_always(time, localDateWithSeconds() + ": Found: " + list);
    consoleTitle(l(list) + " " + joinWithComma(list));
  }
}

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: #1010713
Snippet name: Print things on screen [OK]
Eternal ID of this version: #1010713/22
Text MD5: 6b9669424627bebcf8a49a6475124fb1
Transpilation MD5: 2dfb6d5cb705bb2ccf8518e0cb7facfb
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-08 14:06:58
Source code size: 311 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 498 / 1776
Version history: 21 change(s)
Referenced in: [show references]