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

7
LINES

< > BotCompany Repo | #1003966 // tbSearchRunnable - searches runnable snippets

JavaX fragment (include)

static L<Snippet> tbSearchRunnable(int max, S query) {
  ret tbSearch(max, or2(query, "_") + " type:runnable");
}

static L<Snippet> tbSearchRunnable(S query) {
  ret tbSearch(or2(query, "_") + " type:runnable");
}

Author comment

Began life as a copy of #1003925

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003966
Snippet name: tbSearchRunnable - searches runnable snippets
Eternal ID of this version: #1003966/1
Text MD5: ced219ee902e3c2c17c9c68ed04abde4
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-04 14:25:36
Source code size: 222 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 454 / 450
Referenced in: [show references]