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

15
LINES

< > BotCompany Repo | #1011819 // Scan for globalIDs in softwareMadeWebs

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

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

!7

p {
  Set<S> inv = ai_invalidatedWebs();
  int n = 0, invCount = 0;
  for (S s : scanLog_iterator(programFile(#1010745, "webs-made.txt"))) {
    S id = first(ai_tok_scanForGlobalIDs(s));
    if (containsNotNull(inv, id)) {
      print("Invalid >> " + id);
      ++invCount;
    }
    ++n;
  }
  print(n + " / " + invCount + " (of " + l(inv) + ")");
}

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: #1011819
Snippet name: Scan for globalIDs in softwareMadeWebs
Eternal ID of this version: #1011819/9
Text MD5: 4d8f8345898ec89bf27dc43b1a7d83b9
Transpilation MD5: 28dd80b02c0023f5c7f4b7f7bdc72e37
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:31:07
Source code size: 368 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 846
Version history: 8 change(s)
Referenced in: [show references]