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

17
LINES

< > BotCompany Repo | #1020518 // Input Patterns CRUD

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

Uses 1059K of libraries. Click here for Pure Java version (14429L/77K).

!7

concept Pattern {
  S pattern;
  S patternType;
}

cmodule2 InputPatterns > DynCRUD<Pattern> {
  afterVisualize {
    addButton("Load mech list...", rThread {
      dm_selectMechList("Mech list to import", voidfunc(S name) {
        for (S s : mL(name))
          uniq_sync Pattern(pattern := s);
      })
    });
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020518
Snippet name: Input Patterns CRUD
Eternal ID of this version: #1020518/4
Text MD5: a1ef8d3722e2da5744672b00e5a0bbac
Transpilation MD5: 35a3f8c4e471a471b58be2dea69fe99d
Author: stefan
Category: javax / stefan's os / a.i.
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-05 23:15:59
Source code size: 339 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 227 / 2139
Version history: 3 change(s)
Referenced in: [show references]