1 | static S imageServerLink(S md5OrID) {
|
2 | if (possibleMD5(md5OrID)) |
3 | ret "https://botcompany.de/images/md5/" + md5OrID; |
4 | ret imageServerLink(parseSnippetID(md5OrID)); |
5 | } |
6 | |
7 | static S imageServerLink(long id) {
|
8 | ret "https://botcompany.de/images/" + id; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1007521 |
| Snippet name: | imageServerLink - from MD5 or snippet ID |
| Eternal ID of this version: | #1007521/8 |
| Text MD5: | b9ec9e22b305e3bbede156ee9de6eb95 |
| Author: | stefan |
| Category: | javax / images |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-20 20:51:06 |
| Source code size: | 261 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 843 / 1310 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |