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

5
LINES

< > BotCompany Repo | #1012021 // ai_sortRelationsByImportance

JavaX fragment (include)

static L<WebRelation> ai_sortRelationsByImportance(L<WebRelation> rel) {
  ret sortByCalculatedFieldDesc_f1(rel, func(WebRelation r) -> Int {
    swic(web_text(r), "possibly ") ? 0 : 1
  });
}

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: #1012021
Snippet name: ai_sortRelationsByImportance
Eternal ID of this version: #1012021/3
Text MD5: d68279025233d03ee4a47b0032923336
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-16 04:55:24
Source code size: 196 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 397 / 445
Version history: 2 change(s)
Referenced in: [show references]