• Joined on 2020-07-10
felixm pushed to main at felixm/antidrift 2024-07-06 15:53:49 +02:00
f13dc7f10e Have a readme again to fix #1
abad26d9d2 No longer use intentention window for status
Compare 2 commits »
felixm closed issue felixm/antidrift#2 2024-07-06 15:31:54 +02:00
Create status window
felixm pushed to main at felixm/antidrift 2024-07-06 15:31:54 +02:00
49bafa2567 Implement status window to resolve #2
felixm opened issue felixm/antidrift#4 2024-07-06 15:08:35 +02:00
Define const strings globally
felixm opened issue felixm/antidrift#3 2024-07-05 23:17:29 +02:00
Create view for session results
felixm opened issue felixm/antidrift#2 2024-07-05 23:16:26 +02:00
Create status window
felixm opened issue felixm/antidrift#1 2024-07-05 23:15:39 +02:00
Create a readme file
felixm pushed to main at felixm/antidrift 2024-07-05 22:06:48 +02:00
860fe615ab Implement ability to rate window titles
felixm pushed to main at felixm/antidrift 2024-07-05 17:57:59 +02:00
38a03f063d Highlight active border and change duration
felixm pushed to main at felixm/antidrift 2024-07-05 16:54:06 +02:00
95dcfa72d6 Remove Python code
3b7d88f279 Implment rough TUI version of new workflow
Compare 2 commits »
felixm opened issue felixm/aocpy#1 2024-07-04 18:01:21 +02:00
Move other solutions into this repository
felixm pushed to main at felixm/euler 2024-07-04 17:56:46 +02:00
452dda6fc9 Solve 293 and 686
felixm pushed to main at felixm/aocpy 2024-07-04 17:12:57 +02:00
3a915cb9e3 Start solving 2018 problems
felixm pushed to main at felixm/euler 2024-06-23 18:27:23 +02:00
b889c12ae7 Solve problem 347 and some reformatting.
felixm pushed to main at felixm/mandelray 2024-06-18 02:00:52 +02:00
4357caf830 Enable zooming by drawing a rectangle with the mouse.
felixm created branch main in felixm/mandelray 2024-06-17 01:28:37 +02:00
felixm pushed to main at felixm/mandelray 2024-06-17 01:28:37 +02:00
2efd9cfa32 Initial commit.
felixm created repository felixm/mandelray 2024-06-17 01:27:58 +02:00
felixm pushed to main at felixm/euler 2024-06-16 20:16:52 +02:00
75b4398c90 Solve problem 493.
felixm pushed to main at felixm/euler 2024-06-16 18:17:55 +02:00
f00afc0a1b Solve problem 150 by using prefix sum array. Nice.