Page 3 of 6

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 04 Dec 2017, 07:43
by hoppfrosch
@Killik: I found the following folder on my machine:

Code: Select all

Folder Gestures containing the following files:
12.11.2009  20:02            21.689 Gestures.ahk
17.05.2007  17:32             5.430 gestures.ico
12.11.2009  19:30             4.221 Gestures_Default.ahk
19.01.2010  12:23             4.822 Gestures_User.ahk
17.05.2007  17:32             5.430 nogestures.ico
06.12.2004  14:34            88.364 wurt_disabled.wav
06.12.2004  14:34            88.364 wurt_enabled.wav
This should be the complete Source of Gestures - but I'm not sure, if it's unmodified (cannot remember)

I put a downloadable ZIP file on https://drive.google.com/open?id=1iUva0 ... UGVjA-xifO - I will remove it again next week

@JOEDF: Feel free to add it to the archive ...

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 04 Dec 2017, 21:58
by joedf
@hoppfrosch
Thanks, will do :+1:

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 19 Feb 2018, 17:01
by Redeemed548
Hello All,

Does anyone have NoobSawce's Extended Image Search Library files? I'm looking to get full-screen captures in windows 7.

Main Release Topic:
https://autohotkey.com/board/topic/6378 ... rary-beta/

Reference Work-in-progress Topic:
https://autohotkey.com/board/topic/6366 ... -gamewin7/

Regards,

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 26 Feb 2018, 07:36
by jeeswg
I've been reading through:
AutoHotkey v2 Alpha Release - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/6531 ... a-release/

And noticed references to files such as:
format.ahk
lowlevel.ahk
Lib\EnvUpdate.ahk

Is the Lib folder available somewhere?
I'm more interested in the collection and not too concerned about the individual files mentioned.
Perhaps they are available in archives for old versions of AutoHotkey v2 alpha. The download page only goes back to 2016. Thanks.
Index of /download/2.0
https://autohotkey.com/download/2.0/

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 27 Feb 2018, 08:48
by Scr1pter
I'm also looking for NoobSawce's Extended Image Search Library!

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 22 Mar 2018, 07:13
by Frosti
Hello to all,

This is my first my posting here. I‘ve been using Autohotkey since a half year. I‘am using it to get my office workflow faster. In this time i‘ve collecting over 730 libs and classes from here and other sources. These Collection is maybe usefull for all of you. So i have decided to Upload all of them to my Github Account: https://github.com/Ixiko/AHK-libs-and-c ... ection.git.

I‘am impressed what can be done with Autohotkey.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 22 Mar 2018, 12:47
by tank
Now that is a truly impressive list

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 22 Mar 2018, 14:01
by joedf
wow very nice! :+1:

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 23 Mar 2018, 07:40
by brutus_skywalker
@Frosti

U SIR, ROCK!

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 23 Mar 2018, 11:07
by Frosti
Rather a thank to everyone who was so diligent and provided their code. I just copied the files from my Autohotkey\lib folder to Github.
I have a delicacy under the following link. https://github.com/Ixiko/AHK-Rare.git

This is my collection of rare functions. Some of them are certainly known. Others I have found only once. But all together can do a lot of work.

This function library can not be included via #include. This is just a foldable text file in Autohotkey format. You have to copy the functions into your script or library.

to my apology:
I initially did not think about leaving a link to the source of the code inside the function.
I am currently working on showing the origin of the functions. At my first time with Autohotkey, I was in a hurry to create my project, I was so in love with what I saw,
what I could do with Autohotkey and so I took what I could find.

And because I use so many free features for my main project, I decided to put my entire project under GNU license.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 23 Mar 2018, 12:58
by jeeswg
- When searching the AutoHotkey forums, it can be a good idea to use Bing instead of Google.
- I have a list of scripts here, in case it's helpful at all.
best utilities + best AutoHotkey scripts (+ useful tips) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=7&t=28149

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 23 Mar 2018, 14:02
by Frosti
thx jeeswg, your are one of the best

i'am using instead a free solution now: Yacy.
https://en.wikipedia.org/wiki/YaCy
I build my own crawler with it to search for .ahk files, all without the need using companies

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 25 Mar 2018, 12:31
by joedf
Oohhh cool! :+1:

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 25 Mar 2018, 16:20
by SL5
oh thanks thats great search engine! :bravo: just installed :thumbup:

and added feature synonyms to https://github.com/sl5net/global-Intell ... htly-Build

with this
examples

Code: Select all

search engine i like|rr||ahk|run,http://localhost:8090/index.html
YaCy|rr|
websearch|rr|
localsearch|rr|
peer-to-peer search |rr|
hello|rr||ahk|send,Hello world
search engine peer-to-peer|rr||ahk|q=search engine

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 28 Apr 2018, 16:36
by Frosti
I increased the library collection [https://github.com/Ixiko/AHK-libs-and-c ... collection] to 875. The index of functions is not finished yet. Sorry, my main project is progressing. I just wanted to make room.
I hope the libraries are all up to date. I think it's hard for everyone to see which library you do not have yet. You always have to compare that you do not download an old version.

Does anyone have an idea how to simplify that?

I control the content of the files, but most of them do not contain a creation date. So I visually compare the content. I've tried programs, but that's not much faster.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 29 Apr 2018, 08:18
by SL5
Frosti wrote:...Does anyone have an idea how to simplify that?
...
thanks a lot.

for searching in content i also like to open a foldern into a editor from jetbrains (some comunity versions are free and others need to restart every 30minutes) and then using strg+alt+f for searchinig throug all files. then its good to hava a regular expression for functions. for e.g.

for other you need script thas look at modified time. i have some scripts that do some nearly similar stuff.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 29 Apr 2018, 16:05
by Frosti
I think about a script like Tuncay's AhkStdLibCollection Explorer, but this should compare the libraries in the AutoHotkey\Lib\ with those in the Github directory. But it's just one of a hundred ideas that go through my head. Maybe someday I'll stumble upon something similar and then I'll do it.

I remember the JetBrains page. I think I tried something there. It was a year ago.
At the moment I am using a kind of file comparison, but in the end I have to control it myself. There are always differences and only because a bracket is one line down.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 29 Apr 2018, 17:00
by SL5
Frosti wrote:I think about a script like Tuncay's AhkStdLibCollection Explorer, but this should compare the libraries in the AutoHotkey\Lib\ with those in the Github directory. But it's just one of a hundred ideas that go through my head. Maybe someday I'll stumble upon something similar and then I'll do it.

I remember the JetBrains page. I think I tried something there. It was a year ago.
At the moment I am using a kind of file comparison, but in the end I have to control it myself. There are always differences and only because a bracket is one line down.
BTW https://www.google.de/search?q=jetbrain ... 19&bih=620

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 29 Apr 2018, 17:18
by jeeswg
- If there are multiple versions of a file, keep a record of the file size (in bytes) and a hash for each one, and if a version appears that you haven't seen before, you can compare it against your current preferred file (e.g. using WinMerge).
- It might be best to always convert the file to use LFs only (i.e. not CRLFs), prior to getting the file size and hash, to avoid listing the same file more than once.

Re: [Archive] Collection of lost AHK Scripts & Libraries

Posted: 01 May 2018, 09:38
by Frosti
I added more functions to my AHK-Rare Collection and changed the file layout (look at the picture)
https://github.com/Ixiko/AHK-Rare

[01-May-2018] - now 208 functions

+more functions added
  • PIC_GDI_GUI() - a GDI Gui for showing pictures and more
    FullScreenToggleUnderMouse() - Window to pseudo fullscreen and back
    ControlCreateGradient() - Paint a gradient over a control - i think over buttons is not working
    Edit control type functions - 6 functions for reading and manipulating an Edit Control
    DPIFactor() - get DPI Factor of system running this script
    FindWindow() - easily find any window
    GetContextMenuState(), GetContextMenuID(), GetContextMenuText() - self descripting
    MenuGetAll(), MenuGetAll_sub() - self descripting
    GetListViewItemText(), GetListViewText() - retreave info's from other Listview's
    CatMull_ControlMove() - move a control on a Bezier-Spline
    WM_DEVICECHANGE() - OnMessage Device Change function from Autohotkey-Forum
    GetHTMLFragment() - exactly function unknown - found anywhere maybe useful
Image