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

34
LINES

< > BotCompany Repo | #1001324 // Heart (silent because console is a little stupid - but definitely active)

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

Libraryless. Click here for Pure Java version (1322L/9K/31K).

1  
!747
2  
3  
m {
4  
  static volatile long beatCount;
5  
  static volatile int delay = 1000;
6  
  static long booted;
7  
  static volatile boolean loud;
8  
  
9  
  p {
10  
    booted = now();
11  
    readLocally("beatCount");
12  
    makeAndroid3("Heart.");
13  
    print("Beating at 1/" + delay + " ms...");
14  
    
15  
    while (true) {
16  
      if (loud)
17  
        print("beep!");
18  
      ++beatCount;
19  
      saveLocally("beatCount");
20  
      sleep(delay);
21  
    }
22  
  }
23  
  
24  
  static synchronized S answer(S s, L<S> history) {
25  
    if (match3("get beat count", s))
26  
      return "" + beatCount;
27  
    if (match3("get delay", s))
28  
      return "" + delay;
29  
    if (match3("booted when", s))
30  
      return "" + booted;
31  
      
32  
    return null;
33  
  }
34  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001324
Snippet name: Heart (silent because console is a little stupid - but definitely active)
Eternal ID of this version: #1001324/1
Text MD5: 4b8b8e35e95e580619e3a7312c218668
Transpilation MD5: af1ecb977535fc59f25267929edf4070
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-09 21:10:47
Source code size: 713 bytes / 34 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 524 / 578
Referenced in: [show references]