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

14
LINES

< > BotCompany Repo | #1004847 // List AI Jobs

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

Libraryless. Click here for Pure Java version (2689L/17K/60K).

!752 // Standard JavaX language level

!include #1004681 // Database core
!include #1004848 // AIJob custom class (optional!)

p {
  loadConceptsFrom("#1004845");
  
  for (AIJob job : listConcepts(AIJob.class)) {
    S type = job.done ? "DONE Job"
      : job.hot ? "HOT JOB" : "Non-hot Job";
    print(type + " >> " + job.description);
  }
}

Author comment

Began life as a copy of #1004845

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004847
Snippet name: List AI Jobs
Eternal ID of this version: #1004847/1
Text MD5: 461e1e8cd61f9da0720682aac8b8639f
Transpilation MD5: fffec014a6319ddb4cb51d3fdc3be144
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-09-05 17:15:33
Source code size: 356 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 546 / 559
Referenced in: [show references]