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

34
LINES

< > BotCompany Repo | #1029850 // Eleu Cruddie [LIVE, for the cruddie server, serving cruddie.site + avor.botcompany.de + more]

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

Uses 2568K of libraries. Click here for Pure Java version (17837L/99K).

1  
!7
2  
3  
cmodule EleuCruddie > DynEleu {
4  
  void start {
5  
    set redirectHttpToHttps;
6  
    super.start();
7  
  }
8  
  
9  
  S moduleForDomain(S domain) {  
10  
    if (domainIsUnder(domain, "wikify.live") || swic(dropPrefixIC("www.", domain), "wikify."))
11  
      try answer dm_findModuleWithParams("#1029430/WikifyLive", enabled := true);
12  
      
13  
    if (domainIsUnder(domain, "avor.botcompany.de"))
14  
      try answer dm_findModule("#1029802/AvorDemonstrator");
15  
16  
    if (domainIsUnder(domain, "actualbackground.website"))
17  
      try answer dm_findModule("#1029697/ScribbleDemo");
18  
      
19  
    if (domainIsUnder(domain, "ir.masterbot.online"))
20  
      try answer dm_findModule("#1029824/ImageRecogDemoBot");
21  
22  
    if (domainIsUnder(domain, "masterbot.online"))
23  
      try answer dm_findModule("#1029807/WebCamDemo");
24  
25  
    if (domainIsUnder(domain, "bibo.digital"))
26  
      try answer dm_findModule("#1029671/Bibo");
27  
      
28  
    // CRUDDIE as default
29  
30  
    try answer dm_findModuleWithParams("#1028961/Cruddie", enabled := true);
31  
    
32  
    null;
33  
  }
34  
}

Author comment

Began life as a copy of #1028671

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1029850
Snippet name: Eleu Cruddie [LIVE, for the cruddie server, serving cruddie.site + avor.botcompany.de + more]
Eternal ID of this version: #1029850/8
Text MD5: 392d1bca1da865e3d3fc1fc71d035bd7
Transpilation MD5: 300a0671c9cfef595d0148f76db761b0
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-09-28 17:16:03
Source code size: 1046 bytes / 34 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 5065
Version history: 7 change(s)
Referenced in: [show references]