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

14
LINES

< > BotCompany Repo | #1012260 // Search for missing webs in websMadeByProgram

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (6341L/42K).

!7

p {
  L<Web> webs = websMadeByProgram(#1010745);
  print("n=" + l(webs));
  
  for (Web web : webs)
    if (web_includesSearchString(web, "showFrame"))
      printWeb(web);
      
  Web web = findWhere(webs, globalID := "vqfuiumplwcxwbdt");
  print(sfu(web));
  printWeb(web);
}

Author comment

Began life as a copy of #1012259

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: #1012260
Snippet name: Search for missing webs in websMadeByProgram
Eternal ID of this version: #1012260/3
Text MD5: e6a40e7e8a726e321f0b5b4803abc107
Transpilation MD5: 3d93eeffe5b4405e7d73344e176fb312
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-26 16:23:16
Source code size: 295 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 336 / 775
Version history: 2 change(s)
Referenced in: [show references]