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

19
LINES

< > BotCompany Repo | #1003477 // Kevin Bot (Local Speech Generator on Desktop)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 13052K of libraries. Click here for Pure Java version (5624L/39K/129K).

1  
!7
2  
3  
p {
4  
  kevin_debug = true;
5  
  //kevin("This is Kevin");
6  
  becomeMouth();
7  
  makeBot("Kevin.");
8  
  print("Type here to make me speak!");
9  
}
10  
11  
ssynchronized S answer(S s) {
12  
  print(s);
13  
  if (eq(s, "!blip")) blip();
14  
  else {
15  
    kevin(s);
16  
    kevin_wait();
17  
  }
18  
  ret "OK";
19  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv, xhsrmoityime

No comments. add comment

Snippet ID: #1003477
Snippet name: Kevin Bot (Local Speech Generator on Desktop)
Eternal ID of this version: #1003477/7
Text MD5: 006a45684ae37c9c6bb7162fc9216c6f
Transpilation MD5: 5b2d2004d8ae4fa88ddf1065f941440e
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-09 17:35:58
Source code size: 287 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 666 / 799
Version history: 6 change(s)
Referenced in: [show references]