Search found 193 matches

by Avi
11 Jul 2017, 09:19
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25405

Re: Anime

Watching Baccano. It's a mindfuck series.
by Avi
03 Mar 2017, 04:02
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

Hi Dave,
Apparently rFuncs is also defined in the API.ahk file (ohh bad design). https://github.com/aviaryan/Clipjump/bl ... PI.ahk#L10
Add getChStrength there and it should work. (i.e. getChStrength should be added to both rFuncs)
by Avi
02 Mar 2017, 09:25
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

Hey, sorry for not understanding you earlier. Yes I think that the absence of getChStrength from rFuncs := "|getClipAt|getClipLoc|getVar|runFunction|" could be a reason that is not working. Just make that line as rFuncs := "|getClipAt|getClipLoc|getVar|runFunction|getChStrength|" and maybe it will w...
by Avi
02 Mar 2017, 06:07
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

You need to access getChStrength as cj.getChStrength(channel) . http://clipjump.sourceforge.net/help.htm

Code: Select all

temp4 := cj.getChStrength(0)
MsgBox, %temp4%
by Avi
24 Feb 2017, 13:06
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

Hello Avi, my problem below is really a show-stopper for me. I asked already 22 Jul 2016, 17:41 . Any hints are highly appreciated before you retire ! Is there an event after something is copied to the clipboard available? Or a callback function? The background of that question is that I have an ap...
by Avi
05 Feb 2017, 23:10
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

[Looking for Maintainers/Successors] Clipjump

Hey everyone. It must have been obvious for the past few months but now it's official. I am retiring from developing Clipjump. It was great working on the project, it really was a life-time experience. I thank everyone for their support, feedback and patience with Clipjump. I hope someone will be wi...
by Avi
25 Dec 2016, 23:23
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: Clipjump : The Ultimate Clipboard Manager [v12.5]

Hi Avi, ClipJump continues to be very useful to me....I've just started using the api, but have the following Q on this code: #Include publicAPI.ahk cj := new Clipjump() cj.paste(1, 1) ; From ClipJump paste entry 1 from channel 1 temp1 := cj.getClipAt(0, 1, 1) temp2 := cj.version temp3 := cj.getChS...
by Avi
25 Dec 2016, 23:06
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25405

Re: Anime

Has anyone watched "Kimi No Na Wa" yet ? It's amazing, a masterpiece. The characters are adorable and the music is outstanding.
by Avi
25 Dec 2016, 23:00
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

Guest wrote:Perhaps simply download it https://www.appveyor.com/docs/how-to/download-file/ - no need to install ahk in that case?
:thumbup: Yes we can do that. That would be much simpler if you are planning to use AHK_H. Thanks for sharing.
by Avi
09 Nov 2016, 11:55
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

Is it possible to configure this to use AHK_H instead of AHK_L ? I take it I would need to start an AHK_H chocolatey package? Maybe this will help . https://github.com/aviaryan/Ahk-CI-Example#using-custom-test-framework Sorry it's been a while since I have used AHK so I don't clearly remeber what A...
by Avi
22 Apr 2016, 12:12
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

Re: Clipjump : The Ultimate Clipboard Manager [v12.5]

Hi Avi, Just to say that I've been using the latest version for over a week now with no crashes :D :D :D . Even for spreadsheet and image copy/paste which for sure would have caused CJ last release to keel over - and no probs. Thanks for the effort - really very much appreciated. Good to know :dance:
by Avi
22 Apr 2016, 09:32
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

guest3456 wrote:great

looks like AppVeyeor supports GitLab too!
Yes. It supports url for Git, Mercurial and Subversion so basically every project running a VCS. ;)
by Avi
20 Apr 2016, 13:40
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

SnowFlake wrote:What is AppVeyor?
Check the OP. I have updated it.
by Avi
20 Apr 2016, 00:53
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

hoppfrosch wrote::thumbup: Great! Was to start something similar recently ....
:D I hope people find this useful.
by Avi
20 Apr 2016, 00:44
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Re: Ahk Continuous Testing using AppVeyor

Updated the project with a custom test script without using Yunit lib. https://github.com/aviaryan/Ahk-CI-Example/blob/master/tests/testCustomSimple.ahk It goes something like this /* This file shows a custom, barebones test script made functional without using any other libs */ global errorcode := ...
by Avi
19 Apr 2016, 17:04
Forum: Scripts and Functions (v1)
Topic: Ahk Continuous Testing using AppVeyor
Replies: 13
Views: 5687

Ahk Continuous Testing using AppVeyor

An example project to demonstrate how to use AppVeyor and Uberi's Yunit to set up continuous testing for your project. Using a custom test framework is possible. See README https://img.shields.io/appveyor/ci/aviaryan/ahk-ci-example/master.svg?maxAge=2592000 The project is at https://github.com/aviar...
by Avi
17 Apr 2016, 05:02
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25405

Re: Anime

Grave of fireflies and Giovani Island both are said stories :( I liked wolfchindren, To-to-ro , howlng moving castle, laputa, princes moniko and many I saw Grave of the fireflies yesterday but didn't get that sad. :? Wold children and Princess mononoke are both in top 20 in themoviedb, they are the...
by Avi
14 Apr 2016, 13:10
Forum: Other Utilities & Resources
Topic: alternative to bluestacks
Replies: 2
Views: 2497

Re: alternative to bluestacks

+1 to GenyMotion. Free and fast.
by Avi
14 Apr 2016, 12:03
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65628

v12.5 released

v12.5 •Fixed crashing issues in v12.3 by using TooltipEx •Now using SQlite database for History •Ignore quick (<200ms) clipboard changes to prevent crashes •[New] Option to use Win-C and Win-X for copying to Clipjump •[New] Option to disable automatic clipboard monitoring Note There is an issue whe...
by Avi
11 Apr 2016, 22:40
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25405

Re: Anime

I never seem to notice the Music that Anime contains. There are some really great pieces out there: https://www.youtube.com/watch?v=ljocB4rPieU https://www.youtube.com/watch?v=t1LpZ5I8Iks https://www.youtube.com/watch?v=l6Bz7vCctFM Ya. I download music tracks of almost any anime I watch. My favorit...

Go to advanced search