static MultiSet<S> programTopTen() { new MultiSet<S> programs; new Matches m; for (S s : scanLog("#1000825", "run.log")) pcall { if "*: Running *" { programs.add(fsi(onlyUntilSpace(trim(m.unq(1))))); } } ret programs; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003768 |
| Snippet name: | programTopTen |
| Eternal ID of this version: | #1003768/1 |
| Text MD5: | 0e2d866d75d2e27d26bb7e99bca8a07d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-07-26 22:58:54 |
| Source code size: | 253 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 768 / 764 |
| Referenced in: | [show references] |