Uses 1059K of libraries. Click here for Pure Java version (14429L/77K).
1 | !7 |
2 | |
3 | concept Pattern {
|
4 | S pattern; |
5 | S patternType; |
6 | } |
7 | |
8 | cmodule2 InputPatterns > DynCRUD<Pattern> {
|
9 | afterVisualize {
|
10 | addButton("Load mech list...", rThread {
|
11 | dm_selectMechList("Mech list to import", voidfunc(S name) {
|
12 | for (S s : mL(name)) |
13 | uniq_sync Pattern(pattern := s); |
14 | }) |
15 | }); |
16 | } |
17 | } |
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: | 538 / 2524 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |