Uses 911K of libraries. Click here for Pure Java version (3916L/20K).
1 | !7 |
2 | |
3 | cmodule FreeDiskSpace > DynBigNumber { |
4 | switchable bool inGigabytes; |
5 | |
6 | start { |
7 | setDescription("FREE DISK"); |
8 | doEveryAndNow(5000, r actualUpdate); |
9 | } |
10 | |
11 | void actualUpdate { |
12 | //time "FDS" { // 0-1 ms |
13 | setValue(str_toGBorMB(inGigabytes, freeDiskSpace())); |
14 | //} |
15 | } |
16 | } |
Began life as a copy of #1016598
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: | #1016860 |
Snippet name: | Free Disk Space [on home partition, Dyn Module] |
Eternal ID of this version: | #1016860/5 |
Text MD5: | 8e66574f12608eb963524413bc7c65fa |
Transpilation MD5: | d55362d95a20fadda32b0921b0cd5971 |
Author: | stefan |
Category: | javax / modules |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-13 18:27:11 |
Source code size: | 305 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 356 / 29776 |
Version history: | 4 change(s) |
Referenced in: | [show references] |