Libraryless. Click here for Pure Java version (5632L/38K).
1 | !7 |
2 | |
3 | sclass LogFileLines > DynBigNumber {
|
4 | transient File file; |
5 | transient int count; |
6 | |
7 | start {
|
8 | setDescription("EXPRESSIONS EVALUATED");
|
9 | file = programFile(#1017551, "expressions.txt"); |
10 | watchQuotedLog_fromStart(file, 1000, voidfunc(S s) {
|
11 | setValue(++count) |
12 | }); |
13 | } |
14 | } |
Began life as a copy of #1017750
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: | #1018216 |
| Snippet name: | Log Size of Multi-Line Java Eval [Dyn Module] |
| Eternal ID of this version: | #1018216/1 |
| Text MD5: | 1232ad6f539b6d930871cc9801796a85 |
| Transpilation MD5: | f630b83fb88c3dd3de5f80eeb84abc15 |
| 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-09-10 13:00:32 |
| Source code size: | 305 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 795 / 1469 |
| Referenced in: | [show references] |