Commit Graph
100 Commits
Author SHA1 Message Date
meatballhat 8af4f619f4 Revert "Trying and failing to break ex11.c"
This reverts commit 52a5ea57e1.
2024-04-17 08:29:40 -04:00
meatballhat 52a5ea57e1 Trying and failing to break ex11.c 2024-04-17 08:29:30 -04:00
meatballhat 1a894440f9 Up through lcthw 11 2024-04-17 08:22:20 -04:00
meatballhat 353b77271d Modifications to ex10 2024-04-16 21:10:49 -04:00
meatballhat 8f9842ddfb Up through lcthw 10 2024-04-16 21:10:41 -04:00
meatballhat 94cd12ac82 While backward 2024-04-16 20:47:34 -04:00
meatballhat 726566bb23 Up through lcthw ex9 2024-04-16 20:46:08 -04:00
meatballhat 7e07054a70 Having 2024-04-16 20:45:47 -04:00
meatballhat af95125894 Up through ex8 2024-04-16 08:17:54 -04:00
meatballhat 7da7228911 Up through lcthw ex7 2024-04-16 08:03:12 -04:00
meatballhat 88133117ab A more makey makefile 2024-04-15 19:59:15 -04:00
meatballhat c8ac7ac727 Much cleanup to better match lesson text 2024-04-15 15:28:45 -04:00
meatballhat a135c338ea LCTHW ex3 2024-04-15 15:22:58 -04:00
meatballhat 0fd7b5873d LCTHW ex 2ish 2024-04-15 15:16:14 -04:00
meatballhat e28293e5bd Back to having fun with LCTHW 2024-04-15 14:30:58 -04:00
meatballhat 58002830a8 Swinging the pendulum back to extremely basic 2024-04-15 09:55:20 -04:00
meatballhat 8532dd4657 Heron something what the heck 2024-04-14 22:17:51 -04:00
meatballhat f6ac67a6a6 Too many more things about ModernC 2024-04-14 22:08:23 -04:00
meatballhat 8424a6836a Doing my part for the flame war 2024-04-13 13:32:43 -04:00
meatballhat 8e2f5c1ff0 The "bad" getting started 2024-04-13 13:25:31 -04:00
meatballhat 9183869a50 Begin working through Modern C 2018-ish edition 2024-04-13 12:07:04 -04:00
meatballhat 1ed7fb7d33 This home page is _personal_ 2024-03-01 22:49:44 -05:00
meatballhat a498ff949c Oh right this thing 2024-03-01 19:48:32 -05:00
meatballhat ad65630b3f Wasn't I doing something with the UMN Kauffman course 2024-03-01 19:46:36 -05:00
meatballhat 9109e3a3dc Booping around with kauffman assembly basics
https://www-users.cse.umn.edu/~kauffman/2021/06-assembly-basics.pdf
2023-11-08 12:42:46 -05:00
meatballhat 9d36627e87 Cloned undirected graph 2023-11-01 00:12:36 -04:00
meatballhat db38eeada9 One more thought about max sub-array 2023-10-31 08:00:18 -04:00
meatballhat cb68a35b1b Sliding window max (peeked a bit) 2023-10-31 00:58:52 -04:00
meatballhat 01a189c5ee Yet Another Off By One Error 2023-10-28 08:24:17 -04:00
meatballhat 3580198513 Max sub-array slidey window 2023-10-28 08:21:39 -04:00
meatballhat efb8f453ae Weird copying linked list-ish thing with random 2023-10-27 17:33:22 -04:00
meatballhat 5df7489f27 Factorial trailing zeroes thing 2023-10-27 16:12:17 -04:00
meatballhat efc1c8f029 Fully un-busted yet slow Trie 2023-10-27 08:19:03 -04:00
meatballhat 43a2e51712 Less busted trie 2023-10-26 20:44:05 -04:00
meatballhat 88e4e319d3 Busted trie impl 2023-10-26 19:59:11 -04:00
meatballhat c274f59f58 Do a better RandomizedSet 2023-10-26 03:58:50 -04:00
meatballhat c8a4928ee8 a rushed RandomizedSet impl 2023-10-25 20:15:43 -04:00
meatballhat 6d523ad7c1 h-index cleanups 2023-10-25 19:19:00 -04:00
meatballhat d9393152c5 Something like h-index? 2023-10-25 19:18:05 -04:00
meatballhat 2f3ce704b2 Jump game finally (?) but differently than solutions 2023-10-25 16:51:35 -04:00
meatballhat 54a7a2340c Trying jump game again 2023-10-24 19:46:01 -04:00
meatballhat 8cc2e18965 Move roman bits 2023-10-24 15:48:15 -04:00
meatballhat ffb16efcdc Cheating with binary tree goop 2023-10-24 15:42:42 -04:00
meatballhat 10ec594031 Trying to understand binary tree from array 2023-10-24 08:12:35 -04:00
meatballhat cee338520e Sum binary tree path ints 2023-10-21 16:34:42 -04:00
meatballhat e92d117a41 Return the correct right-connected binary tree root 2023-10-21 16:19:13 -04:00
meatballhat dc9c3fd54d Binary tree right join goop 2023-10-21 15:45:16 -04:00
meatballhat a8d82b180a Sorting linked list with mutation (oh no) 2023-10-21 08:41:41 -04:00
meatballhat 337a795ad0 Linked list sorting (?) 2023-10-21 08:23:14 -04:00
meatballhat 3f369e1e70 Correct min stack (?) 2023-10-21 07:25:38 -04:00
meatballhat a3819c9b26 A poorly-made min stack 2023-10-21 07:18:56 -04:00
meatballhat 345464d0d4 Add a guard rail around Roman.i2r 2023-10-20 10:51:29 -04:00
meatballhat 5b55118373 More fun with roman numbers 2023-10-20 10:38:20 -04:00
meatballhat accf0d0c2b Linty bits 2023-10-20 08:22:16 -04:00
meatballhat b672131cfc Rearranging a bit 2023-10-20 08:11:07 -04:00
meatballhat d03225edce Bisecting and matrix goop 2023-10-20 07:57:25 -04:00
meatballhat 8434bf7025 Goop while suffering through leetcode things 2023-10-19 11:23:24 -04:00
meatballhat 087355502d A few more RBE things 2023-10-19 11:08:38 -04:00
meatballhat 0e6448df23 Remove the example mix project 2023-10-08 12:50:13 -04:00
meatballhat 4da817996d Doing an example mix project 2023-10-08 12:49:42 -04:00
meatballhat 7e0aa3b86b fn closures in RBE 2023-10-01 06:01:54 -04:00
meatballhat aa83db6f7a fn closure in RBE 2023-09-30 20:17:22 -04:00
meatballhat 9d4f5b661b Up through fn methods in RBE 2023-09-30 20:05:41 -04:00
meatballhat b94fb3b31e Remaining flow control in RBE 2023-09-30 19:51:09 -04:00
meatballhat dacbddca6e Some if-let in RBE 2023-09-30 19:39:55 -04:00
meatballhat 6e50ec65f8 Flow control match binding in RBE 2023-09-29 16:52:18 -04:00
meatballhat ca812add16 Much more flow control destructuring in RBE 2023-09-27 23:16:10 -04:00
meatballhat 460741740b Flow control for in RBE 2023-09-26 11:03:55 -04:00
meatballhat 7204f08177 Expressions and starting flow control in RBE 2023-09-26 06:43:22 -04:00
meatballhat 505e04613f Up through conversion in RBE 2023-09-26 06:07:51 -04:00
meatballhat 7f4f627769 Much renaming and refreshing of RBE 2023-09-24 20:46:41 -04:00
meatballhat dc8045a20e Trivial goop while refreshing on RBE 2023-09-24 10:57:16 -04:00
meatballhat 41f53c34c0 Making some arduino-shaped messes 2023-01-07 18:44:31 -05:00
meatballhat 6c0083e094 Sudoku through the end of chapter 8 2022-11-26 16:09:32 -05:00
meatballhat 7f2f579241 Sudoku up through chapter 7 2022-11-26 09:42:41 -05:00
meatballhat 7d2ac20ce1 Beginning of sudoku chapter 7 with SDM loading 2022-11-25 15:37:57 -05:00
meatballhat 8f38a3b271 Sudoku up through chapter 5 2022-11-25 12:20:01 -05:00
meatballhat 96f5f85a27 Piston Sudoku up through 3rd chapter 2022-11-24 18:56:18 -05:00
meatballhat 6cf80e09b1 Piston tutorial getting started woop! 2022-11-24 18:25:07 -05:00
meatballhat 30ed115ed0 Moving argh to separate repo 2022-06-06 18:50:25 -04:00
meatballhat 8376608a1e Merge pull request 'arghing' (#1) from arghing into main
Reviewed-on: #1
2022-06-06 22:44:24 +00:00
meatballhat 3de96b813f Making more messes with parser config 2022-06-04 17:38:24 -04:00
meatballhat a73acedc6d Minor tracing tweaks 2022-06-03 23:12:53 -04:00
meatballhat 92e3d6fe5b Support persistent flags 2022-05-31 08:24:58 -04:00
meatballhat 395006cdb8 Renaming some error list bits & testing windows-like 2022-05-29 21:12:57 -04:00
meatballhat 622d47071a Rename second parser attempt 2022-05-29 19:16:13 -04:00
meatballhat 1452d544bb Dropping previous parser attempt 2022-05-29 19:10:16 -04:00
meatballhat 56c6a8cf09 Handle remaining skipped cases 2022-05-29 19:04:31 -04:00
meatballhat cc29386cee Use parser2 in querier tests 2022-05-27 08:22:07 -04:00
meatballhat 95453bf197 Retain literals that are values 2022-05-27 08:11:31 -04:00
meatballhat a6526af6ff Implement value capture for last compound short flag 2022-05-25 22:34:32 -04:00
meatballhat 3ea30a997a Implementing value capture for short flags
and ensuring all unknown ident/stdin nodes are retained
2022-05-25 22:24:12 -04:00
meatballhat 03edacc8ec Implementing long flag values in parser2 2022-05-25 21:55:16 -04:00
meatballhat d1ffbe25a3 Do AST better maybe? 2022-05-22 21:43:02 -04:00
meatballhat dc3a40b19d Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
meatballhat f2e0de1b66 Making a mess with a parser that works more like go/parser 2022-05-22 08:47:45 -04:00
meatballhat 58842504c4 Minor bits while giving up (for now?) on command context 2022-05-18 22:19:53 -04:00
meatballhat 1080737931 Work on separate querier + cleanups 2022-05-18 20:15:31 -04:00
meatballhat de6e907c60 Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
meatballhat 9989801e62 Ensure program and commands can also receive positional arg values 2022-05-15 20:55:54 -04:00