• Joined on 2020-07-10
felixm pushed to main at felixm/euler 2023-11-04 02:45:48 +01:00
26490282e6 Solve problem 144.
felixm pushed to main at felixm/euler 2023-10-31 01:35:37 +01:00
e2622048f9 Solve problem 119.
felixm pushed to main at felixm/euler 2023-10-23 18:33:00 +02:00
5df0bcb2ac Solve three easy problems to Easy Prey award.
felixm closed issue felixm/talos_solver#2 2023-10-19 14:53:18 +02:00
Avoid cloning pieces in recursion
felixm pushed to main at felixm/talos_solver 2023-10-19 14:53:18 +02:00
85ea0008fa Do not clone pieces to resolve #2.
felixm closed issue felixm/talos_solver#1 2023-10-19 14:03:24 +02:00
Update relative coords of pieces so that algorithm works with one field
felixm pushed to main at felixm/talos_solver 2023-10-19 14:03:24 +02:00
17984773d7 Orient all pieces rotations to 0 0 to resolve #1 and clean up.
felixm commented on issue felixm/ledgerai#2 2023-10-17 13:46:54 +02:00
Implement fuzzy search that does not rely on fzf

In general, it would still be desirable to get rid of fzf.

However, this issue was more about addressing the issue that accounts could not be added.

With this commit, this is now possible by…

felixm closed issue felixm/ledgerai#2 2023-10-17 13:45:22 +02:00
Implement fuzzy search that does not rely on fzf
felixm pushed to main at felixm/ledgerai 2023-10-17 13:45:22 +02:00
e29d08e0d7 Implement option to add account2s and commodities to resolve #2.
felixm commented on issue felixm/ledgerai#1 2023-10-17 13:43:46 +02:00
Allow use of mappings directory instead of mappings json

I don't think this is necessary or particularly helpful anymore. Closed.

felixm closed issue felixm/ledgerai#1 2023-10-17 13:43:46 +02:00
Allow use of mappings directory instead of mappings json
felixm opened issue felixm/ledgerai#3 2023-10-16 20:56:56 +02:00
Support a tags directory
felixm opened issue felixm/ledgerai#2 2023-10-16 20:55:49 +02:00
Implement fuzzy search that does not rely on fzf
felixm opened issue felixm/ledgerai#1 2023-10-16 20:53:22 +02:00
Allow use of mappings directory instead of mappings json
felixm opened issue felixm/talos_solver#2 2023-10-16 20:50:32 +02:00
Avoid cloning pieces and fields in recursion
felixm opened issue felixm/talos_solver#1 2023-10-16 20:49:17 +02:00
Update relative coords of pieces so that algorithm works with one field
felixm pushed to main at felixm/euler 2023-10-06 21:44:45 +02:00
18180491c2 Solve first 70% problem 161.
felixm pushed to main at felixm/euler 2023-10-04 22:50:25 +02:00
9c6187f51f Solve problem 118.
felixm pushed to main at felixm/euler 2023-10-03 20:53:36 +02:00
67526f1978 Solve 114 through 117.