Uses 45750K of libraries. Click here for Pure Java version (23326L/133K).
1 | !7 |
2 | |
3 | // BEA Gazelle's "left brain hemisphere" (where all the bots run) |
4 | |
5 | cmodule2 GazelleBEABot > DynGazelleMultiBot {
|
6 | start {
|
7 | set considerMasterPostsSafe; // trust the masters |
8 | } |
9 | |
10 | void augmentCode(CodeInRewriting cir, GazellePost post) {
|
11 | super.augmentCode(cir, post); |
12 | |
13 | /* dev. |
14 | if (cir.contains("allBEAObjects"))
|
15 | cir.add([[ |
16 | embedded Cl<BEAObject> allBEAObjects() {
|
17 | ret lazyMap_bitSet quickImport(asList((Cl) dm_call(dm_current_generic(), "getAllPosts"))); |
18 | } |
19 | ]]); |
20 | */ |
21 | } |
22 | } |
Began life as a copy of #1029997
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030628 |
| Snippet name: | bea.gazelle.rocks Multi-Bot [LIVE on bea-bot.botcompany.de] |
| Eternal ID of this version: | #1030628/5 |
| Text MD5: | d7671a5aaa87c8b182c0b5ec59b05717 |
| Transpilation MD5: | 82109573d33303864aca0fa2e0ee6f60 |
| Author: | stefan |
| Category: | javax / gazelle.rocks |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-13 17:50:50 |
| Source code size: | 559 bytes / 22 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 497 / 3480 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |