Transpiled version (1839L) is out of date.
1 | !752 |
2 | |
3 | p { |
4 | new MultiSet<S> programs; |
5 | |
6 | for (S s : scanLog("#1000825", "run.log")) pcall { |
7 | new Matches m; |
8 | if "*: Running *" { |
9 | programs.add(fsi(onlyUntilSpace(trim(m.unq(1))))); |
10 | } |
11 | } |
12 | |
13 | L<S> ids = programs.getTopTen(); |
14 | Map<S, S> titles = getSnippetTitles(ids); |
15 | for (int i = 0; i < l(ids); i++) { |
16 | S id = ids.get(i); |
17 | print(programs.get(id) + ": " + id + " - " + titles.get(id)); |
18 | } |
19 | |
20 | //printTopTen(programs, func(S s) { s + " - " + getSnippetTitle(s) }); |
21 | } |
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: | #1003756 |
Snippet name: | Find Run Programs, Sort By Incidence |
Eternal ID of this version: | #1003756/1 |
Text MD5: | cbb31052744aae50fd60ce463414ca32 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-26 22:58:05 |
Source code size: | 515 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 688 / 761 |
Referenced in: | [show references] |