1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 04:31:00 +00:00
serenity/Userland/Applications/Assistant
Karol Kosek d40c36a16e Assistant: Fix adding sequential bonus in Fuzzy Match
It was comparing if they both had the same index position (which was
always false).
2021-10-25 13:00:32 +02:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Fix adding sequential bonus in Fuzzy Match 2021-10-25 13:00:32 +02:00
FuzzyMatch.h Assistant: Make strings const referenced 2021-10-25 13:00:32 +02:00
main.cpp Assistant: Fix lockfile logic 2021-09-08 10:53:49 +02:00
Providers.cpp Assistant: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00