Libraryless. Click here for Pure Java version (1617L/10K/34K).
1 | !752 |
2 | |
3 | static S html() {
|
4 | ret htmlTable(getData()); |
5 | } |
6 | |
7 | static L<Map> getData() {
|
8 | new L<Map> data; |
9 | for (S progID : litlist("#1001915", "#1002017"))
|
10 | for (S s : scanLog(progID, "feedback-log")) pcall {
|
11 | Map map = cast safeUnstructure(s); |
12 | data.add(map); |
13 | } |
14 | ret data; |
15 | } |
16 | |
17 | answer {
|
18 | if "count positive feedback" |
19 | ret l(filterByField(getData(), "score", 1L)) + " thumbups"; |
20 | if "dump feedback" |
21 | ret structure(getData()); |
22 | } |
Began life as a copy of #1001947
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001989 |
| Snippet name: | List User Feedback Bot |
| Eternal ID of this version: | #1001989/1 |
| Text MD5: | 1476aac05289643364741da4d938d735 |
| Transpilation MD5: | 9610f19fdb1c6cf88ccc380a64262eda |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-12 01:37:37 |
| Source code size: | 467 bytes / 22 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1306 / 3000 |
| Referenced in: | [show references] |