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

17
LINES

< > BotCompany Repo | #1013525 // Numbers [Dyn]

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

Download Jar. Libraryless. Click here for Pure Java version (12153L/82K).

1  
!759
2  
3  
!include once #1013530 // Dyn
4  
5  
html {
6  
  new L data;
7  
  for (S name : sortedIC(ai_texts_verified("$X", "is", "a varying number"))) {
8  
    S value = ai_text_verified(name, "has value", "$X");
9  
    S schedule = ai_text_verified(name, "changes", "$X");
10  
    data.add(litorderedmap("Number" := name, "Value" := value, "Changes how often" := schedule));
11  
  }
12  
13  
  ret htitle("Some Numbers!")
14  
    + hfullcenter(
15  
        h2("Some Numbers! (" + l(data) + ")")
16  
      + htable(data));
17  
}

Author comment

Began life as a copy of #1013356

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013525
Snippet name: Numbers [Dyn]
Eternal ID of this version: #1013525/12
Text MD5: 6bb4ca46db6795347a23cc14cafc8562
Transpilation MD5: d959e30e4ed5523d83c882f150c1a0eb
Author: stefan
Category: javax / a.i. / html
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-08 06:22:38
Source code size: 490 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 314 / 799
Version history: 11 change(s)
Referenced in: [show references]