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

15
LINES

< > BotCompany Repo | #1024239 // agi.blue Bot: Upload adjectives from mech list [OK]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (7731L/42K).

!7

cmodule AgiBlueBot_PostAdjectives > DynSingleFunctionWithPrintLog {
  transient PKIKeyPair keys;
  
  start { keys = keyPairForProgram(); }
  
  void doIt {
    LS words = mL("Adjectives");

    print(shorten1000(agiBot_postMulti(keys, map(words, word -> litorderedmap(
      q := word, key := "is", value := "an adjective"
    )))));
  }
}

Author comment

Began life as a copy of #1023679

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024239
Snippet name: agi.blue Bot: Upload adjectives from mech list [OK]
Eternal ID of this version: #1024239/3
Text MD5: fac297afab4eb799458b1b00715e494a
Transpilation MD5: f3b4ffa74e8aa997c9a0ea9c3d483f17
Author: stefan
Category: javax / agi.blue
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 16:57:16
Source code size: 358 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 144 / 253
Version history: 2 change(s)
Referenced in: [show references]