1 | sS uploadToImageServer(BufferedImage img, S name) { |
2 | ret uploadToImageServerIfNotThere(img, name); |
3 | } |
4 | |
5 | sS uploadToImageServer(S name, BufferedImage img) { |
6 | ret uploadToImageServerIfNotThere(img, name); |
7 | } |
8 | |
9 | sS uploadToImageServer(File f) { |
10 | ret uploadFileToImageServer(f); |
11 | } |
Began life as a copy of #1004606
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1004609 |
Snippet name: | uploadToImageServer - short for uploadToImageServerIfNotThere - returns URL |
Eternal ID of this version: | #1004609/4 |
Text MD5: | df4cdca9e97b0ea237555fd4910a9495 |
Author: | stefan |
Category: | javax / images |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-18 20:38:05 |
Source code size: | 284 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 685 / 668 |
Version history: | 3 change(s) |
Referenced in: | [show references] |