Libraryless. Click here for Pure Java version (1854L/13K/43K).
1 | !7 |
2 | |
3 | p {
|
4 | long count = toLong(getOpt(javax(), 'urlsOpenedCounter); |
5 | print("URLs opened in this VM: " + count);
|
6 | print("Computers: "+ numberOfComputers());
|
7 | long count2 = toLong(getOpt(javax(), 'urlsOpenedCounter); |
8 | print("URLs opened in this VM now: " + count2);
|
9 | print("Last URLs: " + sfu(getOpt(javax(), 'lastURLsOpened)));
|
10 | assertTrue(count2 > count); |
11 | print("OK");
|
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: | #1009368 |
| Snippet name: | Test recording of URL openings [WORKS] |
| Eternal ID of this version: | #1009368/4 |
| Text MD5: | 11030ab9418af08964ed07e6a7ba1545 |
| Transpilation MD5: | e080ceca701fbe1d6a5b4f2de2dac83d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-07-25 18:32:55 |
| Source code size: | 389 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 700 / 832 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |