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

7
LINES

< > BotCompany Repo | #1012472 // ai_triplesFromSource

JavaX fragment (include)

static L<TripleWeb> ai_triplesFromSource(S source) {
  new L<TripleWeb> l;
  for (TripleWeb w : ai_allTriples())
    if (eq(w.source(), source))
      l.add(w);
  ret l;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012472
Snippet name: ai_triplesFromSource
Eternal ID of this version: #1012472/2
Text MD5: 2616d2b8ed7af017628c0f8d3ed10c1f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-26 05:39:00
Source code size: 177 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 347
Version history: 1 change(s)
Referenced in: [show references]