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

14
LINES

< > BotCompany Repo | #1011822 // Check triples

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

Download Jar. Libraryless. Click here for Pure Java version (15785L/112K).

!7

p {
  Set<S> inv = ai_invalidatedWebs();
  int n = 0, invCount = 0;
  for (Web web : ai_triplesMadeByProgram(#1010745)) {
    if (containsNotNull(inv, web.globalID)) {
      print("Invalid >> " + web.globalID);
      ++invCount;
    }
    ++n;
  }
  print(n + " / " + invCount + " (of " + l(inv) + ")");
}

Author comment

Began life as a copy of #1011819

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011822
Snippet name: Check triples
Eternal ID of this version: #1011822/1
Text MD5: d7f1816ced8fa96a21041fa94371395f
Transpilation MD5: c8592e49af32936a54a766f442af5f05
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 21:34:31
Source code size: 322 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 286 / 665
Referenced in: [show references]