Bram Schoenmakers bram
bram pushed to main at bram/gists 2023-04-14 16:56:32 +00:00
1f0b56cc5a Add gint to apply a function with a probability
bram pushed to main at bram/comint-ledger 2023-04-12 20:40:33 +00:00
a40ed0eda2 Add comment on setting a pager
9d54ca3e7d Set /bin/cat as pager
Compare 2 commits »
bram pushed to main at bram/comint-ledger 2023-04-10 17:44:39 +00:00
256ae53e69 Replace Markdown README with an org file
bram pushed to main at bram/comint-ledger 2023-04-10 15:06:40 +00:00
97538c1081 Rename functions and variables
4e5405ed50 Prompt for the ledger file if not configured.
157d298512 Require at least 28.1
Compare 3 commits »
bram pushed to main at bram/comint-ledger 2023-04-10 07:41:07 +00:00
fabb9394a5 Add autoload
bram pushed to main at bram/comint-ledger 2023-04-10 07:19:55 +00:00
aa54f87114 Initial commit for the comint-ledger mode.
c6d043a6a2 Add year and name to LICENSE
Compare 2 commits »
bram created repository bram/comint-ledger 2023-04-10 07:14:22 +00:00
bram pushed to main at bram/gists 2023-04-08 08:13:48 +00:00
ea141d8fe4 Refer to function with #
bram pushed to main at bram/gists 2023-04-06 17:16:42 +00:00
69fe8a2d8f Add gist to encrypt files with dwim-shell-command
bram pushed to main at bram/advent-of-code 2023-03-31 16:06:59 +00:00
241d48e265 Use oref
a7f075fec8 Split out the elements of the test function
Compare 2 commits »
bram pushed to main at bram/advent-of-code 2023-03-29 16:56:07 +00:00
459ffefc9d Do not drop worry level for day 11 part 2
bram pushed to main at bram/advent-of-code 2023-03-29 16:50:10 +00:00
3e03da613f Continue making worry drop configurable
ecb33d5d88 Make the worry drop factor configurable
Compare 2 commits »
bram pushed to main at bram/advent-of-code 2023-03-29 15:57:15 +00:00
ea87a8081f Add answer for day 11 part 1
bram pushed to main at bram/advent-of-code 2023-03-29 15:56:58 +00:00
a0b0d77bae Add answer for day 1
bram pushed to main at bram/advent-of-code 2023-03-29 15:24:42 +00:00
467fc07f7c Finalized implementation of day 11 part 1
bram pushed to main at bram/advent-of-code 2023-03-29 05:34:10 +00:00
21b87bbec5 Write loop over monkeys to examine their items
e7888d90b1 Generate a test function
Compare 2 commits »
bram pushed to main at bram/advent-of-code 2023-03-29 05:10:59 +00:00
8a41d70eeb Started with day 11
bram pushed to main at bram/advent-of-code 2023-03-25 19:37:04 +00:00
bc676523fa Refactored the code, gather pixels in let binds
bram pushed to main at bram/advent-of-code 2023-03-25 19:22:57 +00:00
43fd200552 Implemented part 2 of day 10
ccd45c60b0 Export code results (if any)
103ddb73b6 Make the list represent the state of x after a cycle
b826230615 Refactor to separate input parsing from calculating the day 1 solution
f37ced7a2b Put example instructions in separate variable
Compare 6 commits »
bram pushed to main at bram/advent-of-code 2023-03-23 20:20:26 +00:00
0197ac0855 Implemented day 10 part 1