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

16
LINES

< > BotCompany Repo | #1001220 // Print JavaX's global flags

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

Libraryless. Click here for Pure Java version (2303L/15K/57K).

!7

p {
  typeWriterConsole();
  
  print("Global flags");
  print("------------");
  print();
  bool pc = publicCommOn();
  S pcMsg = pc ? "Bots on this machine are reachable from outside!" : "Bots on this machine are only reachable ON this machine.";
  print("Public comm  : " + pc + " - " + pcMsg);
  print("Consciousness: " + getAutoReportToChat());
  print("Pre-Spun VMs : " + usePreSpunVMs());
  print("Internet mode: " + (isOfflineMode() ? "OFFLINE (load nothing)" : "Online (always load latest snippets)"));
  print("VM options   : " + or2(javaxDefaultVMArgs(), "-"));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 21 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, dhtvkmknsjym, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv

No comments. add comment

Snippet ID: #1001220
Snippet name: Print JavaX's global flags
Eternal ID of this version: #1001220/2
Text MD5: 4173942b9d1950e75138ae4b215a6005
Transpilation MD5: e5cef317e07db01436bf3b32713d4098
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-18 12:59:07
Source code size: 595 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 524 / 655
Version history: 1 change(s)
Referenced in: [show references]