Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1010231 // googleImageSearch using module

JavaX fragment (include)

1  
static S googleImageSearch(S q) {
2  
  ret (S) call(hotwireOnce(#1010230), 'googleImageSearch, q);
3  
}
4  
5  
static L<S> googleImageSearch_multi(S q) {
6  
  ret (L<S>) call(hotwireOnce(#1010230), 'googleImageSearch_multi, q);
7  
}
8  
9  
static BufferedImage googleImageSearchFirst(S q) {
10  
  ret (BufferedImage) call(hotwireOnce(#1010230), 'googleImageSearchFirst, q);
11  
}

Author comment

Began life as a copy of #1008563

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010231
Snippet name: googleImageSearch using module
Eternal ID of this version: #1010231/4
Text MD5: 129254ee6c9882411f086306fb704fac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-07 01:00:09
Source code size: 357 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 403 / 418
Version history: 3 change(s)
Referenced in: [show references]