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

12
LINES

< > BotCompany Repo | #1009368 // Test recording of URL openings [WORKS]

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

Libraryless. Click here for Pure Java version (1854L/13K/43K).

!7

p {
  long count = toLong(getOpt(javax(), 'urlsOpenedCounter);
  print("URLs opened in this VM: " + count);
  print("Computers: "+  numberOfComputers());
  long count2 = toLong(getOpt(javax(), 'urlsOpenedCounter);
  print("URLs opened in this VM now: " + count2);
  print("Last URLs: " + sfu(getOpt(javax(), 'lastURLsOpened)));
  assertTrue(count2 > count);
  print("OK");
}

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: 371 / 434
Version history: 3 change(s)
Referenced in: [show references]