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

17
LINES

< > BotCompany Repo | #1001328 // What programs are running Bot (returns program IDs)

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

Libraryless. Click here for Pure Java version (1245L/9K/31K).

!747

m {
  p {
    makeAndroid3("Running programs info bot.");
  }
  
  static synchronized S answer(S s, L<S> history) {
    if (match3("what programs are running?", s))
      return structure(makeList());
    return null;
  }
  
  static L<S> makeList() {
    return getListOfRunningProgramIDs();
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001328
Snippet name: What programs are running Bot (returns program IDs)
Eternal ID of this version: #1001328/1
Text MD5: 6826f6c7514629e8cea4855048868857
Transpilation MD5: b6f600e1a45a3e8abdc4f180b9e62b91
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-10 15:28:10
Source code size: 321 bytes / 17 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 501 / 540
Referenced in: [show references]