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: 604 / 909
Referenced in: #3000201 - Answer for stefanreich (>> list all files)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000203 - Answer for stefanreich (>> timing hello bot)
#3000208 - Answer for bgrgndz (>> list sub bots)
#3000209 - Answer for bgrgndz (>> list sub bots)
#3000238 - Answer for stefanreich (>> t power bot)
#3000369 - Answer for Stefan (>> list sub bots)
#3000376 - Answer for stefanreich (>> list sub bots)
#3000377 - Answer for stefanreich (>> timing eleu?)
#3000380 - Answer for stefanreich (>> list sub bots)
#3000381 - Answer for speedforce (>> list sub bots)
#3000382 - Answer for ferdie (>> t = 1, f = 0)