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

23
LINES

< > BotCompany Repo | #1009911 // General Web

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

Download Jar. Libraryless. Click here for Pure Java version (10092L/66K).

!7

static Web web;

p {
  web = persistentObject("Web", Web);
  web.useCLParse = false;
  bot("General Web.");
  bot("General Web Meta.", f meta);
}

answer {
  s = trim(s);
  web.node(s);
  if (swic(s, "meta:", m))
    ret meta(m.rest());
  try answer n(l(web.nodes), "node");
}

sS meta(S s) {
  if "struct" ret struct(web);
  null;
}

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: #1009911
Snippet name: General Web
Eternal ID of this version: #1009911/9
Text MD5: 302bd3095695ad08bfe20a8a98752358
Transpilation MD5: 34e402aebb8535ffbb703a126451e708
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-08-25 19:31:21
Source code size: 359 bytes / 23 lines
Pitched / IR pitched: No / No
Views / Downloads: 383 / 784
Version history: 8 change(s)
Referenced in: [show references]