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

!752

static new L<S> dailyQuestions;

static long daySeen, day;

p {
  load("dailyQuestions");
  load("daySeen");
}

answer {
  try answer manageStringList(s, "daily self question", "dailyQuestions", master());
}

static void tick() {
  day = unixDay();
  if (day > daySeen) {
    daySeen = day;
    save("daySeen");
    
    print("Running daily questions!");
    
    //thread "daily questions" {
      runDailyQuestions();
    //}
  }
}

static void runDailyQuestions() {
  logStructure("daily-log", litmap(
    "day", day,
    "answers", mapQuestions(dailyQuestions)));
}

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: 600 / 905
Referenced in: [show references]