Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects

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 July 2026

24 June 2026

9 June 2026