static L<S> scanRunLog() { ret scanRunLog(#1000825); } static L<S> scanRunLog(S runnerID) { new L<S> log; new Matches m; for (S s : scanLog(runnerID, "run.log")) pcall { if "*: Running *" { log.add(addPrefix("#", trim(m.unq(1)))); } } ret log; }
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: | #1003780 |
Snippet name: | scanRunLog - get full list of run programs (with args) |
Eternal ID of this version: | #1003780/1 |
Text MD5: | 39d88e29d4a4b9da841a7ca810aa3e87 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-12-28 20:45:34 |
Source code size: | 285 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 637 / 634 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |