Libraryless. Click here for Pure Java version (8516L/57K/189K).
1 | !7 |
2 | |
3 | static Set<S> unusableConcepts = asSet(splitAtSpace([[ |
4 | fljrlpqslulrsune |
5 | ]])); |
6 | |
7 | p-tt {
|
8 | centerHigherConsole(); |
9 | Concepts concepts = machineConceptsByTokens("=>");
|
10 | L<AIConcept> l = list(concepts, AIConcept); |
11 | l = [AIConcept c : l | |
12 | !unusableConcepts.contains(c.globalID) |
13 | && containsXYZVars(c.name)]; |
14 | l = sortByFieldLengthDesc(l, "name"); |
15 | printAIConcepts_noNumbers(l); |
16 | } |
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: | #1008288 |
| Snippet name: | Download standard concepts for rules etc [dev.] |
| Eternal ID of this version: | #1008288/10 |
| Text MD5: | b71b5e963666ef56b654a941dc159337 |
| Transpilation MD5: | fb6875ef92de5312fad76d073748a549 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-05-06 23:59:46 |
| Source code size: | 405 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 653 / 879 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |