New pages
Appearance
31 July 2026
- 13:4213:42, 31 July 2026 DAC (hist | edit) [2,482 bytes] Nelson (talk | contribs) (Created page with "Category:Contracts == DataBlock Struct == ``` typedef struct { int length; // Length in bits int current_index; // current position *TO BE READ NEXT* in bits uint8_t flags; // an area to communicate between different things accessing this memory const int max_length; // maximum length which can be stored in `data` in bits const uint8_t* data; // pointer to uint8 array to store data in } DataBlock_s; ``` == FLAGS Data == - 0 for DAC_STOP...")
- 12:4112:41, 31 July 2026 Formatting (hist | edit) [793 bytes] Nelson (talk | contribs) (Created page with "== 2026 07 31 == What format do we use to name things? - Using "→*" then " * " then ": " to write comments - Method names: Upper Snake Case - Struct names: Upper Snake Case, append "_t" - Variables: Lower Snake Case - Files: - .c, .h, .txt Lowercase with underscores - .txt and .json Upper Camel Case - Folders: By vibes")
- 11:3911:39, 31 July 2026 2026 07 31-Meeting (hist | edit) [742 bytes] Nelson (talk | contribs) (Created page with "Category:Meetings Beans!")
30 July 2026
- 23:5823:58, 30 July 2026 Itinerary (hist | edit) [71 bytes] Nelson (talk | contribs) (Created page with "Category:Meetings What format do we use to name things")
- 23:0423:04, 30 July 2026 ADC (hist | edit) [406 bytes] Nelson (talk | contribs) (Created page with "Category:Index https://en.wikipedia.org/wiki/Goertzel_algorithm")
- 22:1822:18, 30 July 2026 2026 06 24-Meeting (hist | edit) [124 bytes] Nelson (talk | contribs) (Created page with "Category:Meetings Most of what was decided on was turned into *The* Protocol spec.")
23 July 2026
- 16:0916:09, 23 July 2026 Meetings (hist | edit) [60 bytes] Nelson (talk | contribs) (Created page with "See https://ratpack.ece.utah.edu/index.php/Category:Meetings")
- 16:0816:08, 23 July 2026 2026 07 23-Meeting (hist | edit) [751 bytes] Nelson (talk | contribs) (Created page with "Category:Meetings Beans!")
24 June 2026
- 21:1121:11, 24 June 2026 Protocol (hist | edit) [2,971 bytes] Nelson (talk | contribs) (Create protocol page to reflect protocol as decided in 2026_06_24 Meeting (and mostly my whims))