1.Tạo bảng

Number Next number Previous number
Five Six Four
Ten Eleven Nine
Seven Eight Six
Two Three One

Cú pháp:

 Number | Next number | Previous number |
| :------ |:--- | :--- |
| Five | Six | Four |
| Ten | Eleven | Nine |
| Seven | Eight | Six |
| Two | Three | One |

2.Chèn ảnh

Crepe

Cú pháp:

![Crepe](https://i.imgur.com/lHDsZ8t.png)

3. Chèn ảnh vô trung tâm

Crepe

Cú pháp:

![Crepe](https://i.imgur.com/lHDsZ8t.png){: .mx-auto.d-block :}

4. Chèn code

Ví dụ 1:

var foo = function(x) {
  return(x + 5);
}
foo(3)

Cú pháp:

```javascript
var foo = function(x) {
  return(x + 5);
}
foo(3)
```

Ví dụ 2:

#include<bits/stdc++.h>
using namespace std;
#define ll long long 
int main(){
  cout<<"Ngô Tấn Trí";
  return 0;
}

Cú pháp:

```cpp
#include<bits/stdc++.h>
using namespace std;
#define ll long long 
int main(){
  cout<<"Ngô Tấn Trí";
  return 0;
}

```

And here is the same code yet again but with line numbers:

1
2
3
4
var foo = function(x) {
  return(x + 5);
}
foo(3)

5. Chèn code có đánh số thứ tự

Ví dụ 1:

1
2
3
4
var foo = function(x) {
  return(x + 5);
}
foo(3)

Cú pháp:

Imgur

6. Boxed, Warning, Error

Boxes

You can add notification, warning and error boxes like this:

Notification

Note: This is a notification box.

Warning

Warning: This is a warning box.

Error

Error: This is an error box.

Cú pháp:

Imgur

7. Sáu cách chụp màn hình trên Kali linux

Imgur

8. Cách xóa dữ liệu trên clipboard

Imgur

9. Lệnh chạy jekyll server

bundle exec jekyll server

10. Những câu lệnh git cơ bản

git clone https://github.com/tritanngo99/Xu_ly_song_song.git
git add *  
git commit -m "Gioi thieu OK"  
git push origin main 

11. Cách gõ latex trên markdown

Ta chèn đoạn code sau vao đầu file md

<style TYPE="text/css">
code.has-jax {font: inherit; font-size: 100%; background: inherit; border: inherit;}
</style>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
    tex2jax: {
        inlineMath: [['$','$'], ['\\(','\\)']],
        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'] // removed 'code' entry
    }
});
MathJax.Hub.Queue(function() {
    var all = MathJax.Hub.getAllJax(), i;
    for(i = 0; i < all.length; i += 1) {
        all[i].SourceElement().parentNode.className += ' has-jax';
    }
});
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML-full"></script>

Link pdf: Tại đây

####Cú pháp :

 Link pdf: [Tại đây](http://quantri.thcsthanhxuan.edu.vn///data/thcsthanhxuan/thcsthanhxuan/attachments/2020_8/tap_chi_epsilon_so_09_118202011.pdf)  

13. Cách git chung với bạn bè

Imgur

14. Token for acc1

vscode://vscode.github-authentication/did-authenticate?windowid=3&code=9afad43850e897eb5616&state=85c3260d-ec8a-40da-b9f6-1a7d3cd38e8b

15. Các bước song song hoá trên python sử dụng jit của numba

  • Đối với windown và dùng VS Code, thì các bạn làm những bước như sau:

  • Vào trang Anaconda sao đó các bạn download “Download the Anaconda Installer” về.

Imgur

  • Và khi cài đặt các bạn nhớ tick vào add to path environment

  • Sau khi cài xong, chúng ta restart lại máy

  • Tiếp theo ta sẽ kiểm tra version của conda bằng câu lệnh:

conda --version
  • Tiếp theo ta sẽ cài numba theo đường link sau: Link

  • Sau khi cài numba xong chúng ta đã có thể chạy code bình thường !

Imgur


Tìm nghiệm các phương trình sau:

a) $5x^2-6x+1=0$

b) $(3x-1)-(1-3x)(x^2+2x-1)=0$

c) $-8x+7x^2-15=0$

d) $(2x-3)(2x-1)-(1-2x)(4-7x)=0$

16. Tạo 1 file trên cmd của window

Mở cmd lên và gõ lệnh type nul > sol.py