Camden Dixie O'Brien cdo
  • Joined on 2023-09-09
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 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 created branch main in cdo/maze-thing 2024-11-04 00:52:53 +00:00
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 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 created branch main in cdo/infix-calculator 2024-11-02 17:42:09 +00:00
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 repository cdo/infix-calculator 2024-11-02 17:41:37 +00:00
cdo pushed to main at cdo/regex-engine 2024-11-02 17:35:58 +00:00
074b174d0f Create some integration tests
cdo pushed to main at cdo/regex-engine 2024-11-02 17:32:09 +00:00
55c78fe706 Free DFA at end of integration tests
e4a9ac6ad8 Add build manifest for CI
7f5aa1766c Create some integration tests
5dbcaaaf40 Add ASSERT_ACCEPTS and ASSERT_REJECTS testing macros
c6f0cf6381 Recurse on subexpression when desugaring
Compare 10 commits »
cdo created branch main in cdo/regex-engine 2024-11-02 17:32:08 +00:00
cdo created repository cdo/regex-engine 2024-11-02 17:31:42 +00:00
cdo pushed to main at cdo/sudoku-solver 2024-07-31 10:27:21 +00:00
ee49b1f637 Fix eval target in Makefile