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

12
LINES

< > BotCompany Repo | #1006490 // Regularly grab screenshot from other PC

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

Libraryless. Click here for Pure Java version (6612L/46K/158K).

1  
!7
2  
3  
static S ip;
4  
5  
p {
6  
  ip = otherPC();
7  
  repeat with sleep 10 {
8  
    BufferedImage img;
9  
    time { img = grabScreenshotFrom(ip); }
10  
    quickShowImage("Screenshot from " + ip, img);
11  
  }
12  
}

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: #1006490
Snippet name: Regularly grab screenshot from other PC
Eternal ID of this version: #1006490/1
Text MD5: 6968b7f08ae34f3f489c9f48a73c3dd9
Transpilation MD5: 8d141be44cab12d7b453becdae47f748
Author: stefan
Category: javax / networking / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-10 18:47:09
Source code size: 197 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 453 / 536
Referenced in: [show references]