Uses 911K of libraries. Click here for Pure Java version (6931L/37K).
1 | !7 |
2 | |
3 | cmodule AgiBlueFirstBot > DynSingleFunctionWithPrintLog {
|
4 | transient PKIKeyPair keys; |
5 | |
6 | start { keys = keyPairForProgram(); }
|
7 | |
8 | void doIt {
|
9 | LS pages = agiBot_allPagesEndingWith("/robots.txt");
|
10 | |
11 | print(shorten1000(agiBot_postMulti(keys, map(pages, page -> litorderedmap( |
12 | q := page, key := "is in slice", value := "the robot slice" |
13 | ))))); |
14 | } |
15 | } |
Began life as a copy of #1023673
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: | #1023679 |
| Snippet name: | agi.blue first bot v3 (move ALL "robots.txt" page to the robots.txt slice, sign posts) |
| Eternal ID of this version: | #1023679/10 |
| Text MD5: | 2661716d25d0221766576930371f65bf |
| Transpilation MD5: | f669e8a6289fdfa5e87b80dec554cd57 |
| 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-04 10:20:55 |
| Source code size: | 384 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 595 / 826 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |