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

13
LINES

< > BotCompany Repo | #1018396 // Last 3 Lines From Hello Computer Group [Dyn Module]

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

Libraryless. Click here for Pure Java version (16218L/113K).

!7

sclass Last3LinesOfChat extends DynObjectTable<Map> {
  start {
    doEvery(5000, r updateIt);
  }
  
  void updateIt {
    setData(map_putKeysFirst((L)
      objectsToMaps(takeLast(3, serverTelegramLog_lazy())),
      'text, 'firstName, 'lastName));
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018396
Snippet name: Last 3 Lines From Hello Computer Group [Dyn Module]
Eternal ID of this version: #1018396/7
Text MD5: 8996731bd35367ae6478fd40d2706f1e
Transpilation MD5: 87445abd61aca951207758f338ca9226
Author: stefan
Category: javax / a.i.
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-25 21:02:26
Source code size: 272 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 302 / 456
Version history: 6 change(s)
Referenced in: [show references]