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

16
LINES

< > BotCompany Repo | #1020703 // Speech Correction DB

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

Libraryless. Click here for Pure Java version (18185L/132K).

1  
!7
2  
3  
concept Correction {
4  
  S heard, meant;
5  
}
6  
7  
module SpeechCorrectionDB > DynCRUD<Correction> {
8  
  *() { super(Correction); }
9  
10  
  start {  
11  
    dbIndexing(Correction, 'heard);
12  
    ownResource(watchSpeechConfirmations_fromStart(voidfunc(S heard, S meant) {
13  
      uniq_sync(Correction, +heard, +meant);
14  
    }));
15  
  }
16  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020703
Snippet name: Speech Correction DB
Eternal ID of this version: #1020703/3
Text MD5: cc0936516acd275fa468e006b57173c6
Transpilation MD5: 96e245df0c50d9ddbf4477fa557c1460
Author: stefan
Category: javax / a.i. / gui
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-31 20:17:39
Source code size: 328 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 219 / 591
Version history: 2 change(s)
Referenced in: [show references]