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

15
LINES

< > BotCompany Repo | #1011825 // Put all webs in concept DB

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

Download Jar. Libraryless. Click here for Pure Java version (15692L/111K).

!7

concept DWeb {
  S globalID;
  Web web;
}

p {
  dbIndexing(DWeb, 'globalID);
  print("n=" + countConcepts(DWeb));
  for (Web web : allIndexedWebs())
    cset_compareByStruct(uniq(DWeb, globalID := web.globalID), +web);
  print("n=" + countConcepts(DWeb));
  if (noConsole()) cleanKillVM_noTimeOut();
}

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: #1011825
Snippet name: Put all webs in concept DB
Eternal ID of this version: #1011825/5
Text MD5: 219e759c4ead375718e76ad7516d1660
Transpilation MD5: 111102b4a1ecb5b69cbb2ffdc16fa6f1
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-06 01:14:43
Source code size: 320 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 350 / 768
Version history: 4 change(s)
Referenced in: [show references]