Chris Hodges chrisly42
  • Sweden
  • Joined on 2023-08-29
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-13 06:57:51 +01:00
3b1410e2fd No time for day 13.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-12 20:35:01 +01:00
9ececeeb43 Day 12 :-/
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-12 07:17:38 +01:00
ee3629989b Giving up on day 12.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-11 06:33:15 +01:00
834d170921 Day 11.
chrisly42 commented on issue chrisly42/cajon-plugin#13 2023-12-10 22:52:12 +01:00
Greater prominence

Not sure if there is a generic way, other than to look into the plugin.xml of each plugin. You could ask the Jetbrains support.

chrisly42 commented on issue chrisly42/cajon-plugin#13 2023-12-10 13:12:05 +01:00
Greater prominence

Hi there,

indeed it is a collection of inspections with intentions. They are all listed in the AssertJ section as shown in the image below. Once you have activated the plugins intention (which…

chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-10 11:31:18 +01:00
b98653f2b9 Slept in, didn't hurry to finish Day 10. Considering the solution elegant regarding the traversal of the pipes.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 11:47:22 +01:00
56fcbfe165 Better properties handling.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 09:21:25 +01:00
fb3a5ce5d2 Added overdue helper functions splitInts() and splitLongs()
837e5827f4 removed dead code.
Compare 2 commits »
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 07:53:16 +01:00
3c4b32fc78 Found some math code in my hackerrank repository that might become useful.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 06:56:51 +01:00
4c922f356d Day 8 revisited: Replaced manual prime factorization by new gcd and lcm toolset.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 06:23:55 +01:00
f026dfb6de Day 9.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-09 05:59:28 +01:00
9d314599e4 Day 8.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-07 09:28:35 +01:00
ba3d677880 Day 7 :-(
3a6545c934 Day 6 :-(
Compare 2 commits »
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-05 13:22:31 +01:00
c33d708760 Fixed day 5 :-/
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-05 08:13:45 +01:00
ac0c0015d3 Giving up on Day 5.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-04 07:17:55 +01:00
1aac27e384 Day 4: Lesson learned: Don't make bugs, use pen and paper first.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-03 15:22:05 +01:00
afcfed70d7 Reworked day 3, adding a generic class for 2D grids with some special functions for day 3. Modified template to avoid double evaluation.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-03 07:12:55 +01:00
077fbe6e21 Day 3 and I am beginning to hate this.
chrisly42 pushed to main at chrisly42/advent-of-code 2023-12-02 07:42:15 +01:00
15d5e2ade8 Day 2: Revisited reg ex parsing, but it really turned out to be too complicated for me. Simplified part 1 a little.