Search found 104 matches

by murataygun
23 Sep 2022, 10:35
Forum: Ask for Help (v1)
Topic: The order of creating classes (OOP)
Replies: 5
Views: 593

The order of creating classes (OOP)

Hi :wave: - Controller class controls common tasks and options. - Telemetri is a class which gets new options from API What im trying to do is; when telemetri gets new Interval value, change the interval of the timer. Both classes has referances to each other. What is the correct order to create the...
by murataygun
05 Sep 2022, 09:53
Forum: Ask for Help (v1)
Topic: OCR fast and reliable... is it possible?
Replies: 9
Views: 2180

Re: OCR fast and reliable... is it possible?

Thank you. I just wanted that i cant even OCR that simple image. Its nothing about solving captchas.
by murataygun
02 Sep 2022, 13:56
Forum: Ask for Help (v1)
Topic: OCR fast and reliable... is it possible?
Replies: 9
Views: 2180

Re: OCR fast and reliable... is it possible?

I cant even OCR this captcha.
[Mod edit: Link removed.]
by murataygun
02 Sep 2022, 13:46
Forum: Ask for Help (v1)
Topic: "Ç" key is not spelled correctly
Replies: 2
Views: 516

Re: "Ç" key is not spelled correctly

Save with encoding UTF-8 With BOM
by murataygun
12 Aug 2022, 05:56
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61199

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Can we use real URL's instead of local html files? How?
by murataygun
30 Jul 2022, 05:20
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133144

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Can i wait user to click a specified button and then continue? why not use automation? just write a code to automatically click the button with the specific condition. Make a code wait is very simple, Just put some conditions to make it sleep while something is not visible/vanished/done/undone Etc....
by murataygun
27 Jul 2022, 13:23
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133144

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Can i wait user to click a specified button and than continue?
by murataygun
04 Jul 2022, 10:48
Forum: Ask for Help (v1)
Topic: Cloud Compiling with docker image on ubuntu server
Replies: 0
Views: 228

Cloud Compiling with docker image on ubuntu server

Do you have any setup for cloud compiling?

Our companys antivirus started to decribe AutoHotkey_Hs compiler as trojan. I have an ubuntu server at my house. How can i use docker with windows image, pull github repository, compile and upload to a webserver.

Thanks for guiding.
by murataygun
01 Apr 2022, 10:22
Forum: Ask for Help (v1)
Topic: 2 Way Realtime communication between 2 AHK scripts [IRC/WebSocket/WinSock]
Replies: 6
Views: 903

Re: 2 Way chat

May write a back end for this. Or use websocket if it has to be realtime.
by murataygun
25 Mar 2022, 14:20
Forum: Ask for Help (v1)
Topic: Schedule to run every 2 hours
Replies: 2
Views: 261

Re: Schedule to run every 2 hours

Script can sleep for two hours.
by murataygun
25 Mar 2022, 14:19
Forum: Ask for Help (v1)
Topic: Activating the Last Active Window Topic is solved
Replies: 18
Views: 4108

Re: Activating the Last Active Window Topic is solved

I think if you omit all the options winactivate just activates the last active window.
by murataygun
12 Jan 2022, 13:07
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

Now the second name isn't followed by " - " But it is followed by " - " Sorry to bother you but I'm getting windows titles and searching user names on each line. I got 3 different titles which has user names in it. I should collect all. This covers number 2 and 3. (?<= : ).*(?= - ) This covers numb...
by murataygun
12 Jan 2022, 12:34
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

Am i missing something
by murataygun
12 Jan 2022, 12:11
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

Actually, the problem with getting the second name is a problem if we are just trying to isolate that it is preceded with a " : " and followed by a " - ", because that occur elsewhere and would also capture the IP address shown earlier. Will the second instance always be preceded by "Kullanıcı : "?...
by murataygun
12 Jan 2022, 12:10
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

Updated example
by murataygun
12 Jan 2022, 12:08
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

Actually, the problem with getting the second name is a problem if we are just trying to isolate that it is preceded with a " : " and followed by a " - ", because that occur elsewhere and would also capture the IP address shown earlier. Will the second instance always be preceded by "Kullanıcı : "?...
by murataygun
12 Jan 2022, 11:54
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

Re: A Regex problem

boiler wrote:
12 Jan 2022, 11:51
For the first instance: (?<=\()[^)]*
But it should match with the other one which has no parentheses around too. It should match both lines.
by murataygun
12 Jan 2022, 11:49
Forum: Ask for Help (v1)
Topic: A Regex problem
Replies: 13
Views: 516

A Regex problem

I need to get user names as i highlited. But ı cant figure out how to.

Here is the link. Thank you very much.
by murataygun
27 Dec 2021, 18:12
Forum: Ask for Help (v1)
Topic: Cant get variable value from global class [OOP] Topic is solved
Replies: 1
Views: 350

Cant get variable value from global class [OOP] Topic is solved

Why i cant access the global 'Settings class's variable from another class? I can access variable from "autorun section" but cant access inside the core class. See the code please; Settings := new Settings_Class() Core := new Core_Class() MsgBox, % Settings.publicVar class Core_Class { __New() { Msg...
by murataygun
11 Dec 2021, 15:18
Forum: Gaming Help (v1)
Topic: Implement Counter Strike Scoreboard like feature Topic is solved
Replies: 1
Views: 443

Implement Counter Strike Scoreboard like feature Topic is solved

Any way to show a gui just as long as you hold the tab key (or any other key) ?

As you may know the game Counter Strike has that feature. It shows scoreboard if you push the tab button and hides it when you release it. :)

Go to advanced search