• Joined on 2022-09-24
ryan pushed to master at ryan/aoc-2022-ocaml 2024-02-13 23:03:18 -08:00
8ec58edd08 solve day 18!
ryan pushed to main at ryan/dotfiles 2024-02-04 12:04:09 -08:00
e903f08be5 make cat default pager
ryan pushed to master at ryan/aoc-2022-ocaml 2024-01-11 10:48:38 -08:00
1904239ca7 reorganize day 17 code a bit
46d49dc3fe add pretty printed tower test in day 17
Compare 2 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2024-01-08 12:49:51 -08:00
950f2860df fix day 12 performance regerssion
ryan pushed to master at ryan/aoc-2022-ocaml 2024-01-08 12:45:44 -08:00
d203c9a520 finish day 17 part 2
8b54ae782c finish day 17 part 1
9f1499a1d3 implement day 17 rock falling logic
490696c63d make Grid.draw more flexible
a7c039197b fix .ocamlinit ??
Compare 5 commits »
ryan pushed to main at ryan/dotfiles 2023-12-16 20:50:55 -08:00
9f51bad8b6 .zshrc: add personal scripts dir to path
e744566ca1 .zshrc: remove conda
Compare 2 commits »
ryan pushed to main at ryan/dotfiles 2023-12-06 17:42:27 -08:00
a8b3e88d59 update tmux conf with install plugin install steps
ryan pushed to main at ryan/dotfiles 2023-12-06 17:00:19 -08:00
1f3194e119 support italics in tmux
ryan pushed to main at ryan/dotfiles 2023-12-06 16:02:58 -08:00
de968c3e93 comment out conda setup
ryan pushed to main at ryan/dotfiles 2023-12-06 16:02:35 -08:00
7234abc085 add asf and fix completion path
ryan pushed to master at ryan/trim_skate_clips 2023-12-06 15:45:27 -08:00
e119f26435 initial commit
ryan created branch master in ryan/trim_skate_clips 2023-12-06 15:45:27 -08:00
ryan created repository ryan/trim_skate_clips 2023-12-06 15:44:48 -08:00
ryan pushed to main at ryan/dotfiles 2023-12-06 15:23:05 -08:00
554e0428be organize .zshrc a bit
ryan pushed to main at ryan/dotfiles 2023-12-06 14:24:31 -08:00
be4165e577 add zshrc
ryan pushed to main at ryan/dotfiles 2023-12-06 14:14:05 -08:00
6261907be2 add iterm2 config
ryan pushed to master at ryan/aoc-2022-ocaml 2023-12-04 23:28:56 -08:00
94f4badcc4 30x speedup on 16.2 from using bitmasks as a set!!
ryan pushed to master at ryan/aoc-2022-ocaml 2023-11-27 13:45:59 -08:00
4e57ad4072 clean up 15.1 implementation a bit
ryan pushed to master at ryan/aoc-2022-ocaml 2023-11-23 21:35:49 -08:00
f2f3e497d6 get rid of old day 16 solution
ryan pushed to master at ryan/aoc-2022-ocaml 2023-11-23 12:26:25 -08:00
2a515a5323 day 16.1 down to 1.5 seconds !!