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).

!7

concept Correction {
  S heard, meant;
}

module SpeechCorrectionDB > DynCRUD<Correction> {
  *() { super(Correction); }

  start {  
    dbIndexing(Correction, 'heard);
    ownResource(watchSpeechConfirmations_fromStart(voidfunc(S heard, S meant) {
      uniq_sync(Correction, +heard, +meant);
    }));
  }
}

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: 216 / 587
Version history: 2 change(s)
Referenced in: [show references]