Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to master at bruno/Tools 2022-04-23 13:38:38 +02:00
3699e9f9eb sync.sh: remove uuidgen dependancy (static MIME string)
bruno pushed to master at bruno/Tools 2022-04-22 14:05:24 +02:00
1b818570c2 sync.sh: Use sendmail to send email.
bruno pushed to master at bruno/Tools 2022-04-22 10:39:55 +02:00
1f6a506af4 sync.sh: new option to gzip mail attachment
bruno pushed to master at bruno/Tools 2022-04-22 10:06:01 +02:00
38dd2d87ed switch from uuencode to base64
bruno pushed to master at bruno/Tools 2022-04-21 20:35:17 +02:00
bda790702f sync.sh: minor logging changes
bruno pushed to master at bruno/Tools 2022-04-21 16:39:28 +02:00
93f7075275 Shellcheck compliance
bruno pushed to master at bruno/Tools 2022-04-21 16:23:25 +02:00
546d4afeaf typo
bruno pushed to master at bruno/Tools 2022-04-21 16:21:07 +02:00
f8dc759b6a sync.sh: mail output is sent as attachment
045787a135 remove redundant _printf declaration
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2022-04-05 13:20:39 +02:00
4dbcc30dc3 first try of A* move sorting
bruno pushed to main at bruno/advent-of-code 2022-04-04 16:47:38 +02:00
49bbc2372c changes in newmove() & hash() to avoid code duplication
bruno pushed to main at bruno/advent-of-code 2022-04-02 17:36:26 +02:00
aa0f475b17 messy/bloaty/slow version working for example & input
bruno pushed to main at bruno/advent-of-code 2022-04-01 06:38:20 +02:00
9a0d7a2ca7 temp save to use on laptop
bruno pushed to main at bruno/advent-of-code 2022-03-30 21:41:05 +02:00
ea429a99a7 Day 23: zobrist hash, still wrong collisions (works only without hash)
bruno pushed to main at bruno/advent-of-code 2022-03-30 13:20:50 +02:00
4fa4a5d366 day23: 1st "running" version, which does not work (maybe hash issue)
e25d79e95b bits.c: added 32 bits versions (untested)
4be7c56b88 day 24 parts 1 & 2 (forgot source)
Compare 3 commits »
bruno pushed to main at bruno/advent-of-code 2022-03-26 16:50:26 +01:00
c78a3e7285 Day 23 part 2 README (part 1 done with pen/paper)
bruno pushed to main at bruno/advent-of-code 2022-03-25 16:09:18 +01:00
f807acc983 day 24
bruno pushed to main at bruno/advent-of-code 2022-03-24 18:44:05 +01:00
b64bc6c1d5 update library from mainstream, especially {READ,WRITE}_ONCE
6aa605a0de init days{24,25}
Compare 2 commits »
bruno pushed to master at bruno/Tools 2022-03-18 18:47:16 +01:00
7071dc5725 rwonce.h: indent; bits.h: remove useless convenience signed types
bruno pushed to main at bruno/advent-of-code 2022-03-18 17:26:08 +01:00
1f835c10c5 new list.h with {READ,WRITE}_ONCE
bruno commented on issue bruno/Tools#2 2022-03-18 16:59:51 +01:00
list.h: Need to re-add locks (READ_ONCE, WRITE_ONCE)

fixed by 52cf521da4