panda sirlilpanda
sirlilpanda opened issue sirlilpanda/project#7 2025-09-09 18:25:16 -07:00
perfect egg cooking machine
sirlilpanda opened issue sirlilpanda/project#6 2025-09-09 18:22:27 -07:00
ascii drawing program
sirlilpanda created pull request sirlilpanda/c_state_pattern#6 2025-09-06 21:12:12 -07:00
making-readme-more-tutorial-like
81fbaf02ac Merge branch 'main' into making-readme-more-tutorial-like
d7132c6620 Merge pull request 'making-readme-more-tutorial-like' (#1) from making-readme-more-tutorial-like into main
Compare 2 commits »
589c4b645b this should now fix #2 some sentances have been reworded so the links to the code make more sense
f5711600cb fixed capitalization issue#3, added more rational for why the user would want to implement the state pattern issue#4, tweaked wording and changed mermaid diagram to ASCII art to be consistant
Compare 2 commits »
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-09-02 00:51:20 -07:00
d7132c6620 Merge pull request 'making-readme-more-tutorial-like' (#1) from making-readme-more-tutorial-like into main
a5846fa659 implemented the tutorial
98d39992a0 start of a new tutorial
Compare 3 commits »
sirlilpanda merged pull request sirlilpanda/c_state_pattern#1 2025-09-02 00:51:18 -07:00
making-readme-more-tutorial-like
sirlilpanda created pull request sirlilpanda/c_state_pattern#1 2025-09-02 00:51:08 -07:00
making-readme-more-tutorial-like
a5846fa659 implemented the tutorial
sirlilpanda created branch making-readme-more-tutorial-like in sirlilpanda/c_state_pattern 2025-09-01 21:08:31 -07:00
98d39992a0 start of a new tutorial
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-09-01 18:20:10 -07:00
baf20d5cc3 added more places to look at state pattern
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-09-01 18:17:01 -07:00
1104b011e8 added an eq and fixed some spelling mistakes
sirlilpanda pushed to main at sirlilpanda/does_this_work 2025-09-01 18:14:46 -07:00
c90ff0c39e Update README.md
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-09-01 04:30:25 -07:00
21800cc2bc fixed some formatting
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-09-01 04:23:46 -07:00
7492df0d1b added some comments and removed the pointer back to device since it was unused
04aaf93071 added comments
f73b377911 added some comments and removed the static keyword from the now exposed functions
5efd42326b exposed input functions rather then hiding them in a method struct and added more comments
1c10c10ca7 updated device input functions to be more c like
Compare 7 commits »
sirlilpanda pushed to main at sirlilpanda/does_this_work 2025-09-01 02:52:13 -07:00
04cbe7f93c check if mermiad works
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-08-28 14:30:00 -07:00
0c49a11a7b removed un needed comment
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-08-28 14:28:50 -07:00
4aa76fe70c fixed title
sirlilpanda pushed to main at sirlilpanda/c_state_pattern 2025-08-28 14:28:13 -07:00
e5bd3c5569 removed stdio since it was unused