Download Jar. Uses 2032K of libraries. Click here for Pure Java version (11840L/64K).
1 | // WELCOME!! This is THE PROGRAM YOU ARE LOOKING FOR. |
2 | |
3 | !7 |
4 | |
5 | !include early #1033540 // include GazelleHost early for flags like PingV3 |
6 | |
7 | !include early #1033576 // November Gazelle |
8 | |
9 | sS windowTitle = "November Gazelle v1"; |
10 | sS progIDForDBAndAutoUpdate = #1033525; |
11 | sbool pingSourceStrictMode; |
12 | |
13 | static GazelleHost host; |
14 | static GazelleV client; |
15 | static ThreadPool threadPool; |
16 | |
17 | p { |
18 | loadableUtils.utils.__setJavaX(x30.class); |
19 | standaloneInit(); |
20 | |
21 | ping_v3_setPingSourceMaker(-> { |
22 | System.out.println("pingSourceMaker"); |
23 | if (pingSourceStrictMode) |
24 | fail("Strict mode - make a ping source first!!"); |
25 | ret new PingSource(threadPool, "legacy"); |
26 | }); |
27 | |
28 | threadPool = new ThreadPool(findIntArg cores(args, numberOfCores())); |
29 | print(threadPool); |
30 | //threadPool.verbose = true; |
31 | PingSource ps = new(threadPool, print("Starting Gazelle")); |
32 | ps.do(-> { |
33 | System.out.println("Pinging"); |
34 | ping(); |
35 | //if (true) fail("error test"); |
36 | |
37 | print("Pinged"); |
38 | |
39 | programID = progIDForDBAndAutoUpdate; |
40 | |
41 | host = new GazelleHost(threadPool, -> { |
42 | ret client = new GazelleV; |
43 | }); |
44 | host.windowTitle = windowTitle; |
45 | host.run(args); |
46 | print("Stopping System.out"); |
47 | printAlsoToSystemOut = false; |
48 | }); |
49 | print("aha."); |
50 | } |
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: | 218 / 818 |
Version history: | 2 change(s) |
Referenced in: | [show references] |