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

13
LINES

< > BotCompany Repo | #1016082 // Stefan's Countdown

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

Libraryless. Click here for Pure Java version (5199L/35K).

!7

sclass StefansCountdown extends DynBigNumber {
  void start {
    super.start();
    setDescription("Stefan's Countdown");
    ownTimer(doEveryAndNow(60.0, r updateMe));
  }
  
  void update {
    setValue(n2(17883-unixDay(), "day"));
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016082
Snippet name: Stefan's Countdown
Eternal ID of this version: #1016082/20
Text MD5: 4accfa959ea5a64c89cd5dc59ed4160a
Transpilation MD5: 986dd61cb4aae27b50be0c01f7bc9ae5
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-01 20:20:19
Source code size: 256 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 294 / 53419
Version history: 19 change(s)
Referenced in: [show references]