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

16
LINES

< > BotCompany Repo | #1000907 // Extract questions, make snippets for them

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

Libraryless. Click here for Pure Java version (1835L/15K/43K).

!747

m {
  p {
    Class c = hotwire ("#1000887");
    S[][] entries = cast get(c, "entries");
    for (S[] e : entries) {
      S q = e[0];
      S id = findSnippetNamed(q);
      if (id != null)
        print("Question has snippet: " + id + " " + quote(q));
      else
        print("Question: " + quote(q));
    }
  }
}

Author comment

Began life as a copy of #1000901

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: #1000907
Snippet name: Extract questions, make snippets for them
Eternal ID of this version: #1000907/1
Text MD5: 54f67e6dfa98c4fb644ce4a26b8e897e
Transpilation MD5: 2ad2e5300c60645dbc48fd381b787aa6
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-09-07 17:09:24
Source code size: 338 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 612 / 642
Referenced in: [show references]