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

13
LINES

< > BotCompany Repo | #1021220 // Eval Log (show expressions evaluated by user, latest first)

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

Uses 911K of libraries. Click here for Pure Java version (4306L/21K).

!7

cmodule EvalLog > DynObjectTable<S> {
  start {
    set withSearcher;
    File f = dm_evalExpressionsLogFile();
    long length = fileSize(f);
    setData(reversed(map dropLeadingIntAndSpace(scanLog_bounded_iterator(f, length))));
    watchQuotedLog_fromIndex(f, length, voidfunc(S line) {
      add(0, dropLeadingIntAndSpace(line))
    });
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1021220
Snippet name: Eval Log (show expressions evaluated by user, latest first)
Eternal ID of this version: #1021220/7
Text MD5: 1c5e51dc1b8d95c219fc11d9afb705e7
Transpilation MD5: 7a901908da004c086e70c38f5b2af092
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 13:50:29
Source code size: 361 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 230 / 15710
Version history: 6 change(s)
Referenced in: [show references]