This site follows some conventions and designs. An unknown person once said:

"The only manual with no mistakes is the one that was never written."

Now that two unknowns have indulged this, the following manual does have errors indeed. Any suggestions and or improvements are much appreciated. You may suggest any issues related to content here.

  • Please look at top right for the icon to suggest any edits (you will need a GitHub account for this).
  • Please look at top right for the icon to visit the GitHub source for this site.
  • If you wish to compile this entire site as a pdf booklet, please look at the top for icon.
  • Please look at top left for the icon. This can be used to search any term on this site.
  • Please use the icon at top left to change themes, by default 'light' theme is used, unless when the device is on dark mode, which will use 'navy' theme.
    • Please note that the theme will remain in 'light' mode when compiling the pdf booklet.
  • Please use the icon to toggle the side bar,

Playbook

    #include <iostream>
    int main() {
        std::cout << "Hello, world!\n";
        return 0;
    }
  • The above is a playbook consisting of code.
    • You may hover over the playbook with cursor to copy the code using icon. However, if you are viewing primer via touch devices, please click the playbook to find it.
    #include <iostream>
    
    int main() {
        std::cout << "Focus on this line\n";  // reader sees this
    }
  • The above playbook will have some hidden code.
    • If you are reading through pdf, please assume that the code starting from tilde is hidden from your eyes. :-)
    • You may hover over the playbook with cursor to see the hidden code using icon. However, if you are viewing primer via touch devices, please click the playbook. To toggle it off, please click the icon.

Please check if \( \LaTeX \) is enabled:

$$\int^{\pi}_{0} 1 dx = \pi,$$