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

1  
!7
2  
3  
p {
4  
  Set<S> inv = ai_invalidatedWebs();
5  
  int n = 0, invCount = 0;
6  
  for (S s : scanLog_iterator(programFile(#1010745, "webs-made.txt"))) {
7  
    S id = first(ai_tok_scanForGlobalIDs(s));
8  
    if (containsNotNull(inv, id)) {
9  
      print("Invalid >> " + id);
10  
      ++invCount;
11  
    }
12  
    ++n;
13  
  }
14  
  print(n + " / " + invCount + " (of " + l(inv) + ")");
15  
}

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: 337 / 870
Version history: 8 change(s)
Referenced in: [show references]