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

1  
!752
2  
3  
!include #1004681 // Concepts
4  
5  
sclass UserSignedStatement extends Concept {
6  
  S text;
7  
}
8  
9  
p {
10  
  loadConceptsFrom("#1004859");
11  
  for (UserSignedStatement uss : listConcepts(UserSignedStatement.class)) {
12  
    print(indent("> " , uss.text));
13  
    print();
14  
    if (locallyVerifyUserStatement(uss.text))
15  
      print("VERIFIES!");
16  
    else
17  
      print("DOES NOT VERIFY!");
18  
    print();
19  
  }
20  
}

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