Libraryless. Click here for Pure Java version (5199L/35K).
1 | !7 |
2 | |
3 | sclass StefansCountdown extends DynBigNumber {
|
4 | void start {
|
5 | super.start(); |
6 | setDescription("Stefan's Countdown");
|
7 | ownTimer(doEveryAndNow(60.0, r updateMe)); |
8 | } |
9 | |
10 | void update {
|
11 | setValue(n2(17883-unixDay(), "day")); |
12 | } |
13 | } |
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: | 576 / 53761 |
| Version history: | 19 change(s) |
| Referenced in: | [show references] |