string-similarity.ahk
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
Updated by @chunjee
graphicsearch.ahk
A fast, super powerful, and flexible screen searching library for AHK
Updated by @chunjee
unit-testing.ahk
Simple unit testing class to perform and report tests for AutoHotkey projects
Updated by @chunjee
midday.ahk
Converts 24-hour (military) time string to 12-hour (meridiem) time string and vice versa.
Updated by @chunjee
expect.ahk
expect.ahk is a testing package to perform and report on tests for AutoHotkey projects. It is Test Anything Protocol (TAP) compliant
Updated by @chunjee
permutations.ahk
Generates all possible permutations of the input array or string using Heap's algorithm, which minimizes movement.
Updated by @chunjee