These are my learning notes, including:

  • Programming
    • Modern C++
    • Python
  • Linux
  • Machine learning
  • Projects
    • Build your website
    • Build your trading system with Python
    • TinyHttp
...

Highlight codes demo:

#include <iostream>

using namespace std;

int main(int argc, char* argv[])
{
    cout << "Hello world!" << endl;
    return 0;
}

Markdown table:

Syntax Description
Header Title
Paragraph Text