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

34
LINES

< > BotCompany Repo | #1002627 // Regular Self-Ask Bot (developing)

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

Libraryless. Click here for Pure Java version (1771L/11K/37K).

1  
!752
2  
3  
static new L<S> dailyQuestions;
4  
5  
static long daySeen, day;
6  
7  
p {
8  
  load("dailyQuestions");
9  
  load("daySeen");
10  
}
11  
12  
answer {
13  
  try answer manageStringList(s, "daily self question", "dailyQuestions", master());
14  
}
15  
16  
static void tick() {
17  
  day = unixDay();
18  
  if (day > daySeen) {
19  
    daySeen = day;
20  
    save("daySeen");
21  
    
22  
    print("Running daily questions!");
23  
    
24  
    //thread "daily questions" {
25  
      runDailyQuestions();
26  
    //}
27  
  }
28  
}
29  
30  
static void runDailyQuestions() {
31  
  logStructure("daily-log", litmap(
32  
    "day", day,
33  
    "answers", mapQuestions(dailyQuestions)));
34  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002627
Snippet name: Regular Self-Ask Bot (developing)
Eternal ID of this version: #1002627/1
Text MD5: 5ee98d2b0a42d0983858574f925c6661
Transpilation MD5: 4e8a60215e60ca58e9a16bd0a136f1e7
Author: stefan
Category: eleu / javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-06 03:59:05
Source code size: 609 bytes / 34 lines
Pitched / IR pitched: No / No
Views / Downloads: 605 / 912
Referenced in: [show references]