Uses 911K of libraries. Click here for Pure Java version (4306L/21K).
1 | !7 |
2 | |
3 | cmodule EvalLog > DynObjectTable<S> {
|
4 | start {
|
5 | set withSearcher; |
6 | File f = dm_evalExpressionsLogFile(); |
7 | long length = fileSize(f); |
8 | setData(reversed(map dropLeadingIntAndSpace(scanLog_bounded_iterator(f, length)))); |
9 | watchQuotedLog_fromIndex(f, length, voidfunc(S line) {
|
10 | add(0, dropLeadingIntAndSpace(line)) |
11 | }); |
12 | } |
13 | } |
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: | 495 / 16037 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |