Commit graph

532 commits

Author SHA1 Message Date
Bruno BELANYI a35ae47246 2024: d10: ex2: add solution 2024-12-10 00:20:29 -05:00
Bruno BELANYI a286419745 2024: d10: ex2: add input 2024-12-10 00:20:22 -05:00
Bruno BELANYI 2572015d79 2024: d10: ex1: add solution 2024-12-10 00:20:16 -05:00
Bruno BELANYI ffe7be04fe 2024: d10: ex1: add input 2024-12-10 00:20:10 -05:00
Bruno BELANYI a33530ec13 2024: d09: ex2: add solution 2024-12-09 08:48:31 -05:00
Bruno BELANYI 2315fe3fa5 2024: d09: ex2: add input 2024-12-09 08:48:23 -05:00
Bruno BELANYI c6a9bb406b 2024: d09: ex1: add solution 2024-12-09 08:48:17 -05:00
Bruno BELANYI d593c86613 2024: d09: ex1: add input 2024-12-09 08:48:10 -05:00
Bruno BELANYI f633512263 2024: d08: ex2: add solution 2024-12-08 05:16:55 +00:00
Bruno BELANYI 835645531b 2024: d08: ex2: add input 2024-12-08 05:16:50 +00:00
Bruno BELANYI 5c352109de 2024: d08: ex1: add solution 2024-12-08 05:16:44 +00:00
Bruno BELANYI 0da5366293 2024: d08: ex1: add input 2024-12-08 05:16:38 +00:00
Bruno BELANYI 55568ccdb3 2024: d07: ex2: add solution 2024-12-07 10:43:12 +00:00
Bruno BELANYI 872b3bb98f 2024: d07: ex2: add input 2024-12-07 10:43:07 +00:00
Bruno BELANYI b918737ed1 2024: d07: ex1: add solution 2024-12-07 10:43:00 +00:00
Bruno BELANYI bf4018ac8b 2024: d07: ex1: add input 2024-12-07 10:42:51 +00:00
Bruno BELANYI 3eb1ed97df 2024: d06: ex2: add solution 2024-12-06 11:06:14 +00:00
Bruno BELANYI fb0a35831e 2024: d06: ex2: add input 2024-12-06 11:05:59 +00:00
Bruno BELANYI f6950f1c0a 2024: d06: ex1: add solution 2024-12-06 11:05:51 +00:00
Bruno BELANYI 6ce2468a20 2024: d06: ex1: add input 2024-12-06 11:05:42 +00:00
Bruno BELANYI 31c7a2d1e7 2024: d05: ex2: add solution 2024-12-05 10:47:22 +00:00
Bruno BELANYI 24ecbc6b74 2024: d05: ex2: add input 2024-12-05 10:47:15 +00:00
Bruno BELANYI fde618ecf6 2024: d05: ex1: add solution 2024-12-05 10:47:08 +00:00
Bruno BELANYI 42f91d84c9 2024: d05: ex1: add input 2024-12-05 10:46:59 +00:00
Bruno BELANYI 1712f53ff7 2024: d04: ex2: add solution 2024-12-04 10:36:07 +00:00
Bruno BELANYI 5fa5d3db54 2024: d04: ex2: add input 2024-12-04 10:35:51 +00:00
Bruno BELANYI d055076659 2024: d04: ex1: add solution 2024-12-04 10:35:39 +00:00
Bruno BELANYI 93314299fb 2024: d04: ex1: add input 2024-12-04 10:35:30 +00:00
Bruno BELANYI 7bebb8a981 2024: d03: ex2: add solution 2024-12-03 10:13:19 +00:00
Bruno BELANYI 67ab17f1f8 2024: d03: ex2: add input 2024-12-03 10:13:10 +00:00
Bruno BELANYI 170173e5d3 2024: d03: ex1: add solution 2024-12-03 10:12:55 +00:00
Bruno BELANYI de2503d8fd 2024: d03: ex1: add input 2024-12-03 10:12:45 +00:00
Bruno BELANYI 28a945c421 2024: d02: ex2: add solution 2024-12-02 10:24:02 +00:00
Bruno BELANYI 78ff7514f8 2024: d02: ex2: add input 2024-12-02 10:23:35 +00:00
Bruno BELANYI 3db8436347 2024: d02: ex1: add solution 2024-12-02 10:23:23 +00:00
Bruno BELANYI d93c7ef94f 2024: d02: ex1: add input 2024-12-02 10:23:13 +00:00
Bruno BELANYI c9d9aa41e7 2024: d01: ex2: add solution 2024-12-01 08:48:02 +00:00
Bruno BELANYI 5306aa8c8c 2024: d01: ex2: add input 2024-12-01 08:47:38 +00:00
Bruno BELANYI faf2ecb0e1 2024: d01: ex1: add solution 2024-12-01 08:47:28 +00:00
Bruno BELANYI 16dce747aa 2024: d01: ex1: add input 2024-12-01 08:47:14 +00:00
Bruno BELANYI 13dd7b4346 nix: simplify direnv integration
Rely on my having installed `nix-direnv`.
2024-11-23 19:01:09 +00:00
Bruno BELANYI 741bb33544 nix: migrate to 'ruff'
Having just the one tool is better.

Incidentally, this fixes the ternary formatting, which was messed up in
recent `black` versions.
2024-11-23 18:45:57 +00:00
Bruno BELANYI f9fc9fbd6b treewide: fix 'ruff check' errors
This is mostly about unused imports.

A couple errors remain, but are fine in my book (using `l` as a variable
name, assigning a lambda to a variable).
2024-11-23 19:24:55 +00:00
Bruno BELANYI 8618c81b2f nix: bump flake inputs 2024-11-23 18:42:21 +00:00
Bruno BELANYI 67ef6227dc 2023: d25: ex2: add solution 2023-12-25 17:20:40 +01:00
Bruno BELANYI c1ef85e59b 2023: d25: ex2: add input 2023-12-25 17:20:34 +01:00
Bruno BELANYI b80a75858d 2023: d25: ex1: add solution 2023-12-25 17:20:26 +01:00
Bruno BELANYI 061af7c1d1 2023: d25: ex1: add input 2023-12-25 17:20:09 +01:00
Bruno BELANYI b004a8fae7 2023: d24: ex2: add solution 2023-12-24 13:35:25 +01:00
Bruno BELANYI 0c23bd9eee 2023: d24: ex2: add input 2023-12-24 13:35:20 +01:00