1 | static L<Web> randomWeb_pool; |
2 | |
3 | static Web randomWeb() { |
4 | if (empty(randomWeb_pool)) |
5 | randomWeb_pool = concatLists(localWebs(), downloadedTypicalWebs()); |
6 | ret popRandomElement(randomWeb_pool); |
7 | } |
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: | #1010629 |
Snippet name: | randomWeb |
Eternal ID of this version: | #1010629/1 |
Text MD5: | fbc818c37ce2ea3bb265402bde796d2c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-23 23:32:13 |
Source code size: | 204 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 469 / 490 |
Referenced in: | [show references] |