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

12
LINES

< > BotCompany Repo | #1018978 // Internet Detector [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (5309L/36K).

!7

module OnlineChecker > DynBigNumber {
  start {
    setDescription("INTERNET");
    doEveryAndNow(10000, r actualUpdate);
  }
  
  void actualUpdate {
    setValue(areWeOnline() ? "ONLINE" : "OFFLINE");
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018978
Snippet name: Internet Detector [Dyn Module]
Eternal ID of this version: #1018978/3
Text MD5: 27dba183aa176f6ab28fa0ccdf03b700
Transpilation MD5: 67f7d6a5a9fa17228cb8d4b312aedff0
Author: stefan
Category: javax / networking
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-19 21:46:50
Source code size: 223 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 274 / 438
Version history: 2 change(s)
Referenced in: [show references]