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

21
LINES

< > BotCompany Repo | #1019074 // Latest Modules [newly created or changed]

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

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

!7

cmodule LatestModules > DynObjectTable<Snippet> {
  start {
    itemToMap = func(Snippet s) -> Map {
      litorderedmap("ID" := s.id, "Name" := s.title)
    };
    
    dm_onSnippetTranspiled(voidfunc(S snippetID) {
      if (getSnippetType(snippetID) == snippetType_dynModule())
        setData(
          takeFirst(3, listPlus_inFront(withoutObjectsHaving(data, id := snippetID), Snippet(snippetID, getSnippetTitle(snippetID)))));
    });
  }
  
  afterVisualize {
    tableDefaultAction(table(), "Make Module", rThread {
      dm_makeOrShowModuleFromSnippetID(selected().id)
    });
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019074
Snippet name: Latest Modules [newly created or changed]
Eternal ID of this version: #1019074/13
Text MD5: aaef38745a3b0f42eba08f0e6044a52a
Transpilation MD5: da95d7aa9aabadc33d0b0bf707e0caee
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: 2020-01-23 16:53:08
Source code size: 616 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 337 / 64566
Version history: 12 change(s)
Referenced in: [show references]