• Joined on 2020-07-10
felixm created repository felixm/aoc2022 2023-12-04 16:13:58 +01:00
felixm pushed to main at felixm/aoc2023 2023-12-03 23:23:45 +01:00
22a4b79550 Do day 3.
felixm pushed to main at felixm/aoc2023 2023-12-02 17:53:45 +01:00
c37789748e Add times.
felixm pushed to main at felixm/aoc2023 2023-12-02 17:52:12 +01:00
08115b061b Add license.
felixm created branch main in felixm/aoc2023 2023-12-02 17:51:43 +01:00
felixm pushed to main at felixm/aoc2023 2023-12-02 17:51:43 +01:00
3cf80cab1b Do day 2.
b927685801 Do day 1.
felixm created repository felixm/aoc2023 2023-12-02 17:50:33 +01:00
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