Libraryless. Click here for Pure Java version (1192L/9K/30K).
1 | !747 |
2 | !awt { |
3 | !actionListener { |
4 | !pcall { |
5 | |
6 | m { |
7 | static S vmName = "This is a JavaX VM."; // Use any VM |
8 | static int delay = 1000; |
9 | static int len; |
10 | |
11 | static JTextArea textArea; |
12 | |
13 | p { |
14 | S output = unquote(sendToLocalBot(vmName, "get output")); |
15 | len = l(output); |
16 | textArea = showText("Output of VM " + quote(vmName), output); |
17 | installTimer(textArea, runnable { |
18 | S s = unquote(sendToLocalBot(vmName, "get output substring from *", len)); |
19 | textArea.append(s); |
20 | len += l(s); |
21 | }, delay); |
22 | } |
23 | } |
Began life as a copy of #1001729
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1001731 |
Snippet name: | Show console for other process (simple version) |
Eternal ID of this version: | #1001731/1 |
Text MD5: | 2d619677c5bbd80ae99fcb72ae46027d |
Transpilation MD5: | 47e95fb3a6c0541eb6a0d0044eda0573 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-11-10 20:03:40 |
Source code size: | 542 bytes / 23 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 671 / 776 |
Referenced in: | [show references] |