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

50
LINES

< > BotCompany Repo | #1033577 // Standalone November Gazelle [backup]

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

Download Jar. Uses 2032K of libraries. Click here for Pure Java version (11840L/64K).

// WELCOME!! This is THE PROGRAM YOU ARE LOOKING FOR.

!7

!include early #1033540 // include GazelleHost early for flags like PingV3

!include early #1033576 // November Gazelle

sS windowTitle = "November Gazelle v1";
sS progIDForDBAndAutoUpdate = #1033525;
sbool pingSourceStrictMode;

static GazelleHost host;
static GazelleV client;
static ThreadPool threadPool;

p {
  loadableUtils.utils.__setJavaX(x30.class);
  standaloneInit();
  
  ping_v3_setPingSourceMaker(-> {
    System.out.println("pingSourceMaker");
    if (pingSourceStrictMode)
      fail("Strict mode - make a ping source first!!");
    ret new PingSource(threadPool, "legacy");
  });
  
  threadPool = new ThreadPool(findIntArg cores(args, numberOfCores()));
  print(threadPool);
  //threadPool.verbose = true;
  PingSource ps = new(threadPool, print("Starting Gazelle"));
  ps.do(-> {
    System.out.println("Pinging");
    ping();
    //if (true) fail("error test");
  
    print("Pinged");
    
    programID = progIDForDBAndAutoUpdate;
      
    host = new GazelleHost(threadPool, -> {
      ret client = new GazelleV;
    });
    host.windowTitle = windowTitle;
    host.run(args);
    print("Stopping System.out");
    printAlsoToSystemOut = false;
  });
  print("aha.");
}

Author comment

Began life as a copy of #1033525

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033577
Snippet name: Standalone November Gazelle [backup]
Eternal ID of this version: #1033577/3
Text MD5: 06ebefb1bbfb7d0cc79ebbc12e8e3e26
Transpilation MD5: 9b194becd78605988f58cd6a9286ba84
Author: stefan
Category: javax / screen recognition
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-04 01:27:33
Source code size: 1301 bytes / 50 lines
Pitched / IR pitched: No / No
Views / Downloads: 90 / 516
Version history: 2 change(s)
Referenced in: [show references]