1 | static L<Snippet> recentlyChangedSnippetsOfType(int type) { |
2 | ret recentlyChangedSnippetsOfType(type, 50); |
3 | } |
4 | |
5 | static L<Snippet> recentlyChangedSnippetsOfType(int type, int n) { |
6 | ret snippetsFromHTML(tb_mainServer() + "/tb/snippets.php?reverse=1&withmd5=1&type=" + type + "&perpage=" + n + standardCredentials()); |
7 | } |
Began life as a copy of #1009919
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015328 |
Snippet name: | recentlyChangedSnippetsOfType |
Eternal ID of this version: | #1015328/6 |
Text MD5: | 777bb095a77c31d5ac36dd3fd8c2cb45 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-02 01:22:57 |
Source code size: | 323 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 355 / 390 |
Version history: | 5 change(s) |
Referenced in: | [show references] |