• Joined on 2020-07-10
felixm pushed to master at felixm/intro2ai 2021-10-19 19:07:10 +02:00
9fb9c4985a Add problem 1.
felixm pushed to master at felixm/antidrift 2021-10-17 17:29:58 +02:00
4b76ec2d61 Blocker can now send notify-send messages as root.
felixm pushed to master at felixm/antidrift 2021-10-14 20:31:54 +02:00
f6f0715cb3 Blocker script sends notification before killing a program.
felixm pushed to master at felixm/antidrift 2021-10-13 03:58:26 +02:00
ba8dfef3fc Add existing scripts.
felixm created repository felixm/antidrift 2021-10-13 03:57:02 +02:00
felixm pushed to master at felixm/intro2ai 2021-10-12 03:01:05 +02:00
cd948fe640 Implement p0 tutorial.
a95016431f Add code for tutorial.
Compare 2 commits »
felixm pushed to master at felixm/intro2ai 2021-10-12 01:02:00 +02:00
71ceedab45 Add links and youtub links.
felixm created repository felixm/intro2ai 2021-10-11 23:17:35 +02:00
felixm pushed to master at felixm/euler 2021-07-08 18:21:00 +02:00
729bfc7eb2 Solve problem 109 in Python
felixm pushed to master at felixm/euler 2021-07-05 21:09:29 +02:00
bff7ae0371 Solve problem 346 in Python
felixm pushed to master at felixm/euler 2021-07-05 19:41:08 +02:00
470ecb3dc3 Solve problem 106 in Python first 50% difficulty
felixm pushed to master at felixm/euler 2021-07-04 03:28:00 +02:00
70235c9090 Change problem 121 to look cooler but make it harder to understand
felixm pushed to master at felixm/euler 2021-07-04 02:33:59 +02:00
43cffbfbb7 Solve problem 121 in Python and update template creation lib
felixm pushed to master at felixm/euler 2021-07-03 17:06:53 +02:00
d666888994 Solve problem 108 in Python
felixm pushed to master at felixm/euler 2021-07-03 04:17:58 +02:00
2edbfffd46 Solve problem 107 with Prim's algorithm in Python
felixm pushed to master at felixm/euler 2021-07-02 02:49:37 +02:00
153f4709f9 Solve problem 103 bruteforce in Python
felixm pushed to master at felixm/euler 2021-07-02 02:21:15 +02:00
fa7074ce80 Fix mistake in comment
felixm pushed to master at felixm/euler 2021-07-02 02:19:43 +02:00
7d81b0f458 Solve problem 105 in Python way quicker than expected
felixm pushed to master at felixm/euler 2021-06-25 18:44:17 +02:00
107edad5b1 Solve problem 104 in Python
felixm pushed to master at felixm/euler 2021-06-24 18:16:03 +02:00
2065f48a1a Solve problem 101 in Python