Camden Dixie O'Brien cdo
  • Joined on 2023-09-09
cdo created branch main in cdo/amd64-postfix 2024-11-08 17:59:26 +00:00
cdo created repository cdo/amd64-postfix 2024-11-08 17:59:21 +00:00
cdo pushed to main at cdo/amd64-cheatsheet 2024-11-08 15:50:44 +00:00
9e0324d6dd Add license (CC-BY-NC-SA 4.0 international)
cdo pushed to main at cdo/amd64-cheatsheet 2024-11-08 15:19:00 +00:00
d92f5e9534 Change fonts
cdo pushed to main at cdo/amd64-cheatsheet 2024-11-08 15:12:35 +00:00
6f87b4a947 Write README
60fdd3b3aa Add registers section
91bbdcdb23 Move addressing modes section to beneath instructions
c8aa437fa4 Add .gitignore
d106f9c00e Write instructions and addressing modes sections
cdo created branch main in cdo/amd64-cheatsheet 2024-11-08 15:12:35 +00:00
cdo created repository cdo/amd64-cheatsheet 2024-11-08 15:12:14 +00:00
cdo pushed to main at cdo/maze-thing 2024-11-05 00:39:34 +00:00
08e364e78b Draw the maze seperately to generation
e57b83d97a Support non-square mazes
Compare 2 commits »
cdo pushed to main at cdo/maze-thing 2024-11-04 22:32:40 +00:00
15fd1e3405 Increase maze size and decrease cell size
eaed12277d Change pauses
048bfd2169 Rewrite solve procedure to be iterative instead of recursive
0720b2c0c2 Rewrite generate procedure to be iterative instead of recursive
c2a043a8b1 Draw shortest path to exit instead of all visited cells
Compare 7 commits »
cdo pushed to main at cdo/maze-thing 2024-11-04 00:53:18 +00:00
ebbaac7db9 Write a README
cdo pushed to main at cdo/maze-thing 2024-11-04 00:52:53 +00:00
03f4008247 Write README
aaf400d881 Loop after solving maze
bf145830cc Draw/clear as needed instead of redrawing window each time
6675c55916 Draw path from exit after solving
f19881fd04 Solve maze after generation
Compare 10 commits »
cdo created branch main in cdo/maze-thing 2024-11-04 00:52:53 +00:00
cdo created repository cdo/maze-thing 2024-11-04 00:52:37 +00:00
cdo pushed to main at cdo/regex-engine 2024-11-03 16:45:00 +00:00
b7737fba39 Tweak README
cdo pushed to main at cdo/regex-engine 2024-11-03 12:32:16 +00:00
dad687216b Surround input regex with .*( ).* in demo
656726a8c1 Move regex_t into parse.h and rename to parse_tree_t
1f248ad4cd Remove desugaring step
e283fd2c52 Support + and ? in construct_nfa()
1fea81b74b Remove wildcard assert from desugar
Compare 10 commits »
cdo pushed to main at cdo/regex-engine 2024-11-02 23:47:15 +00:00
f95de25842 Turn off extensions in set_default_target_options
cdo pushed to main at cdo/regex-engine 2024-11-02 23:45:06 +00:00
d6d5951b95 Fix allocation issue in FSA module
232295fff4 Fix bug in table growing routine
34fee99232 Fix bug in construct_nfa
Compare 3 commits »
cdo pushed to main at cdo/infix-calculator 2024-11-02 17:42:09 +00:00
69d4bb51f4 Add copyright and license comments
a8d8bd216b Add AGPL 3.0 license
4a5ada1008 Add a little more to the README
b41c58ed7b Enable address and undefined behavior sanitizers
4c24611172 Remove \n from puts() call
Compare 10 commits »
cdo created branch main in cdo/infix-calculator 2024-11-02 17:42:09 +00:00
cdo created repository cdo/infix-calculator 2024-11-02 17:41:37 +00:00