|
a3fbb40b07
|
2020 day21/python: add solution
|
2021-12-01 09:14:48 +01:00 |
|
|
9bd4e811b6
|
gitignore: ignore haskell build artifacts
|
2021-12-01 09:14:48 +01:00 |
|
|
5c2320b5c2
|
2020 day24/haskell: add solution
|
2021-12-01 09:14:48 +01:00 |
|
|
17a0a2e8a4
|
common/haskell: move conway to common/
|
2021-12-01 09:14:22 +01:00 |
|
|
0d3100b152
|
2020 day17/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
06203aee16
|
2020 day19/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
b0abe9abbb
|
2020 day18/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
e6c5f74b62
|
2020 day16/haskell: readability improvements
|
2021-12-01 09:08:24 +01:00 |
|
|
482522eab2
|
2020 day14/haskell: replace map-filter-enumerate with findIndices
|
2021-12-01 09:08:24 +01:00 |
|
|
c63c074114
|
2020 day16/haskell: prettify findSingletonChoice
|
2021-12-01 09:08:24 +01:00 |
|
|
b32a10b62f
|
2020 day16/haskell: rename iterateUntilDone to iterateUntilNothing
|
2021-12-01 09:08:24 +01:00 |
|
|
fb8094d5f4
|
2020 day16/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
e822334261
|
2020 day15/python: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
a2513d6d92
|
2020 day14/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
c1392a5259
|
2020 day2/haskell: add solution
|
2021-12-01 09:08:24 +01:00 |
|
|
e217c7894b
|
2020 day11/python: optimizations
|
2021-12-01 09:08:24 +01:00 |
|
|
89c5f6bb50
|
test.sh: ignore all example* files
|
2021-12-01 09:08:23 +01:00 |
|
|
bd9c5aa25c
|
2020 day13/haskell: add solution
|
2021-12-01 09:08:05 +01:00 |
|
|
47c6817eab
|
2020 day10/haskell: add solution
|
2021-12-01 09:08:05 +01:00 |
|
|
3645cd1985
|
test.sh: allow empty directories
|
2021-12-01 09:08:05 +01:00 |
|
|
0da19c92fd
|
2020 day11/python: add solution
|
2021-12-01 09:08:05 +01:00 |
|
|
81ec67e290
|
Add gitignore
|
2021-12-01 09:08:05 +01:00 |
|
|
eb12d4a13d
|
2020 day9/haskell: add solution
|
2021-12-01 09:08:05 +01:00 |
|
|
4428c8da66
|
README: update
|
2021-12-01 09:08:05 +01:00 |
|
|
92c03811e2
|
README: fix typo
|
2021-12-01 09:08:05 +01:00 |
|
|
73cbd0758c
|
test.sh: skip hidden files and example.txt
|
2021-12-01 09:08:03 +01:00 |
|
|
8260604f97
|
test.sh: fix removal of test output files
|
2021-12-01 09:06:21 +01:00 |
|
|
04bd28abd3
|
2020 day8/haskell: add solution
|
2021-12-01 09:05:37 +01:00 |
|
|
9a45f980d5
|
haskell: remove unused import
|
2021-12-01 09:05:37 +01:00 |
|
|
ecd3d4102c
|
haskell: explicitly export functions from AoC module
|
2021-12-01 09:05:37 +01:00 |
|
|
9e8462722e
|
test.sh: write errors to stdout
stdout is swallowed by the result verification
|
2021-12-01 09:05:37 +01:00 |
|
|
70cc669fbc
|
2020 day7/python: rename functions
|
2021-12-01 09:05:37 +01:00 |
|
|
05e0930822
|
2020 day7/python: add solution
|
2021-12-01 09:05:37 +01:00 |
|
|
62b7b11f24
|
2020 day4/haskell: prettify
|
2021-12-01 09:05:37 +01:00 |
|
|
9dbea8448c
|
Revert "2020 day2/vhdl: workaround ghdl#1529"
This reverts commit 2f1277c4b11de75e39bec5f83d0ec6446a1d07f2.
|
2021-12-01 09:05:37 +01:00 |
|
|
11b9dcb199
|
README: update
|
2021-12-01 09:05:37 +01:00 |
|
|
b9df6d7ceb
|
add test script
|
2021-12-01 09:05:32 +01:00 |
|
|
77d05ea9e4
|
add test data
|
2021-12-01 08:54:50 +01:00 |
|
|
15203be615
|
2020 day2/vhdl: allow script to be run from outside its basedir
|
2021-12-01 08:54:50 +01:00 |
|
|
3ab9f6bb2e
|
2020 day2/vhdl: don't simulate synthesized design by default
|
2021-12-01 08:54:50 +01:00 |
|
|
33fb12e53d
|
2020 day4/haskell: fix wrongly removed import
|
2021-12-01 08:54:50 +01:00 |
|
|
753a0e7034
|
read problem inputs from stdin
|
2021-12-01 08:54:50 +01:00 |
|
|
c5409429e7
|
2020 day6/haskell: add solution
|
2021-12-01 08:54:50 +01:00 |
|
|
a5a8d7b926
|
haskell: simplify runAoC invocations
|
2021-12-01 08:54:50 +01:00 |
|
|
9c77daf539
|
haskell: don't force concatenation in splitOnEmptyLines
|
2021-12-01 08:54:50 +01:00 |
|
|
ecf310c031
|
haskell: move splitOnEmptyLines to AoC.hs
|
2021-12-01 08:54:50 +01:00 |
|
|
24556ff78d
|
README.md: update
|
2021-12-01 08:54:50 +01:00 |
|
|
1006f83446
|
2020 day5/haskell: add solution
|
2021-12-01 08:54:50 +01:00 |
|
|
01afdce7ef
|
haskell: move oneCompleteResult to AoC module
|
2021-12-01 08:54:50 +01:00 |
|
|
1e30302115
|
haskell: add simple run harness
|
2021-12-01 08:54:50 +01:00 |
|