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

14
LINES

< > BotCompany Repo | #1018216 // Log Size of Multi-Line Java Eval [Dyn Module]

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

Libraryless. Click here for Pure Java version (5632L/38K).

!7

sclass LogFileLines > DynBigNumber {
  transient File file;
  transient int count;
  
  start {
    setDescription("EXPRESSIONS EVALUATED");
    file = programFile(#1017551, "expressions.txt");
    watchQuotedLog_fromStart(file, 1000, voidfunc(S s) {
      setValue(++count)
    });
  }
}

Author comment

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: 312 / 838
Referenced in: [show references]