Libraryless. Click here for Pure Java version (2303L/15K/57K).
1 | !7 |
2 | |
3 | p { |
4 | typeWriterConsole(); |
5 | |
6 | print("Global flags"); |
7 | print("------------"); |
8 | print(); |
9 | bool pc = publicCommOn(); |
10 | S pcMsg = pc ? "Bots on this machine are reachable from outside!" : "Bots on this machine are only reachable ON this machine."; |
11 | print("Public comm : " + pc + " - " + pcMsg); |
12 | print("Consciousness: " + getAutoReportToChat()); |
13 | print("Pre-Spun VMs : " + usePreSpunVMs()); |
14 | print("Internet mode: " + (isOfflineMode() ? "OFFLINE (load nothing)" : "Online (always load latest snippets)")); |
15 | print("VM options : " + or2(javaxDefaultVMArgs(), "-")); |
16 | } |
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: | 586 / 746 |
Version history: | 1 change(s) |
Referenced in: | [show references] |