Crispy CrispyPin
CrispyPin pushed to main at CrispyPin/bad-apple 2024-04-12 17:43:28 +02:00
242724d7fd switch 8x8 cell diff to vertical
b85cb52ce0 add 8x8 cell partial update encoding
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/bad-apple 2024-04-11 23:28:30 +02:00
1f61cebd50 add horizontal strip encoding type
3af9be328c add diff rle and run decoding on final byte array
Compare 2 commits »
CrispyPin created branch main in CrispyPin/bad-apple 2024-04-10 19:04:39 +02:00
CrispyPin pushed to main at CrispyPin/bad-apple 2024-04-10 19:04:39 +02:00
eca5344c66 init
CrispyPin created repository CrispyPin/bad-apple 2024-04-10 19:04:32 +02:00
CrispyPin pushed to main at CrispyPin/ch32_oled 2024-04-07 19:35:13 +02:00
e2190c8dc8 add birds to runner game
CrispyPin pushed to main at CrispyPin/ch32_oled 2024-04-07 18:59:11 +02:00
42eda85fd0 create runner game
fb0351cfe6 reorganise repo
Compare 2 commits »
CrispyPin renamed repository from ch32_gol to CrispyPin/ch32_oled 2024-04-07 13:00:57 +02:00
CrispyPin pushed to main at CrispyPin/ch32_oled 2024-04-07 00:54:48 +02:00
b3bf3d1f04 fix pcb, connect button to VCC instead of GND
ca03632fa0 implement game of life
Compare 2 commits »
CrispyPin created branch main in CrispyPin/ch32_oled 2024-04-06 20:13:15 +02:00
CrispyPin pushed to main at CrispyPin/ch32_oled 2024-04-06 20:13:15 +02:00
842e23ae62 init
CrispyPin created repository CrispyPin/ch32_oled 2024-04-06 20:12:59 +02:00
CrispyPin pushed to main at CrispyPin/webserver 2024-03-26 20:10:58 +01:00
9f9130698b accept requests using only linefeeds
CrispyPin pushed to main at CrispyPin/webserver 2024-03-26 20:03:30 +01:00
331129fc06 exclude symlinks from index
CrispyPin pushed to main at CrispyPin/webserver 2024-03-26 19:55:03 +01:00
46a42710e1 add missing .mov content type
b27b952359 set root dir with argument
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/webserver 2024-03-26 19:46:00 +01:00
864f94ba5d parse percent-encoded URLs to support paths containing spaces or unicode characters
CrispyPin pushed to main at CrispyPin/webserver 2024-03-25 23:12:19 +01:00
7a392e9c6c convert index to table and show file size
22faeed7f0 better logging
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/webserver 2024-03-25 16:15:55 +01:00
210e24415e omit .. for root index
CrispyPin pushed to main at CrispyPin/webserver 2024-03-25 14:45:22 +01:00
7f37d4a775 work around weird canonicalize() behaviour on windows
CrispyPin pushed to main at CrispyPin/webserver 2024-03-25 14:22:40 +01:00
702a1dc024 fix unix specific fs code