Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to main at bruno/advent-of-code 2021-12-03 21:02:20 +01:00
edcafd2a00 day 3 part 1 (C) + remove unused-result warning
bruno pushed to main at bruno/advent-of-code 2021-12-03 19:19:10 +01:00
9a65775f7a revert default part to 1
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:55:36 +01:00
f769e9b361 remove useless code copied from day 1
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:48:35 +01:00
a9c713a5ea day 3 init
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:46:00 +01:00
e93108d033 update OUTPUT
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:45:39 +01:00
adcc449bea day 2, parts 1 & 2 (C)
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:26:12 +01:00
172dac6bfe fix wring flycheck include-path
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:08:43 +01:00
568bc1c0ac exclude objects files
89c85cc40a remove objects files
2fc8a49cea fix cleanall target (lib object files)
Compare 3 commits »
bruno pushed to main at bruno/advent-of-code 2021-12-03 18:00:54 +01:00
bd0ccdd942 day 2 init
9bd7a0cd85 day1 README: remove useless html headers
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2021-12-03 17:48:20 +01:00
58980edfb0 update README
bruno pushed to main at bruno/advent-of-code 2021-12-03 17:12:33 +01:00
ba89d9cf0c update README
bruno pushed to main at bruno/advent-of-code 2021-12-03 17:08:53 +01:00
bd0c02fb5f OUTPUT file, silent Makefiles
bruno pushed to main at bruno/advent-of-code 2021-12-03 16:58:34 +01:00
ad032df481 New Makefile, day 1 solution (C)
bruno pushed to main at bruno/advent-of-code 2021-12-02 16:38:20 +01:00
7a1a200a73 2021 templates
bruno pushed to master at bruno/brchess 2021-11-20 19:23:39 +01:00
aaa9cb8690 switch to s8...s64 and u8...u64 integer notation
bruno pushed to master at bruno/brchess 2021-11-20 16:16:41 +01:00
05a64ec742 simplify 0x88 macros / remove redundant chessdefs.h equivalent ones
bruno commented on issue bruno/brchess#4 2021-11-19 13:09:57 +01:00
move generation: redundant variable ?

Maybe not: We may want to calculate mobility for the 2 sides without generating resulting positions ?

bruno reopened issue bruno/brchess#3 2021-11-19 12:39:39 +01:00
Pieces lists are too expensive
bruno commented on issue bruno/brchess#5 2021-11-19 12:38:48 +01:00
Revert to initial piece_t mask (color being LSB)

closed by 6b2c1702f6

bruno closed issue bruno/brchess#5 2021-11-19 12:38:48 +01:00
Revert to initial piece_t mask (color being LSB)