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

20
LINES

< > BotCompany Repo | #1004862 // Verify signed user statements

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

Libraryless. Click here for Pure Java version (3170L/20K/70K).

!752

!include #1004681 // Concepts

sclass UserSignedStatement extends Concept {
  S text;
}

p {
  loadConceptsFrom("#1004859");
  for (UserSignedStatement uss : listConcepts(UserSignedStatement.class)) {
    print(indent("> " , uss.text));
    print();
    if (locallyVerifyUserStatement(uss.text))
      print("VERIFIES!");
    else
      print("DOES NOT VERIFY!");
    print();
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004862
Snippet name: Verify signed user statements
Eternal ID of this version: #1004862/1
Text MD5: c65e49fee4b80d50984b99990bbb7594
Transpilation MD5: f79db26bf1d45511e1acf4168a7b5cf4
Author: stefan
Category: javax / talking robots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-09-06 19:21:06
Source code size: 407 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 493 / 548
Referenced in: [show references]